index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
http
Age
Commit message (
Expand
)
Author
2025-10-06
fix read of undefined in http tests
xdBronch
2025-09-06
std.http.Client.Connection: make host() public
baltevl
2025-09-05
remove ResponseStorage
rpkak
2025-08-31
Fix regression: std.http.Client basic authorization sending user:user instead...
Tadej Gašparovič
2025-08-22
Merge pull request #24926 from mrjbq7/http-fetch
John Benediktsson
2025-08-18
std.http.Client: discard response body when reusing connection
Andrew Kelley
2025-08-16
Merge pull request #24864 from ifreund/fix-std-cmd
Andrew Kelley
2025-08-16
http.BodyWriter: handle EOF in chunkedSendFile, simplify
Isaac Freund
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-09
Fix `respondWebSocket`, enable --webui on Windows
kcbanner
2025-08-07
Fetch: handle compressed git+http
Andrew Kelley
2025-08-07
std.http.Client: fix fetching by adding a buffer
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
std.http: remove custom method support
Andrew Kelley
2025-08-07
std.http: address review comments
Andrew Kelley
2025-08-07
std.http.Server: add safety for invalidated Head strings
Andrew Kelley
2025-08-07
fix 32-bit builds
Andrew Kelley
2025-08-07
std.Io.Reader: fix appendRemainingUnlimited
Andrew Kelley
2025-08-07
fetch: update for new http API
Andrew Kelley
2025-08-07
update build system to new http.Server API
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.http: rework for new std.Io API
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-08-01
Merge pull request #24614 from ziglang/flate
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-07-14
std.net: update to new I/O API
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-03
std.DoublyLinkedList: remove length tracking
Andrew Kelley
2025-03-25
Added check for HTTP version and GET method when upgrading WebSocket to compl...
Kuwazy
2025-03-14
lib/std/http/Client.zig: Ignore empty proxy environment variables (#23223)
Elijah M. Immer
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
std/http/Client: Remove TODO comments on indentation
87flowers
2025-01-27
Revert "std.http.Server: add Request.getHeader() function (#21625)"
Andrew Kelley
2025-01-27
std.http.Server: add Request.getHeader() function (#21625)
dbubel
2025-01-16
x86_64: looped instructions
Jacob Young
2024-11-07
std.http.Client: change ssl key log creation permission bits
Jacob Young
2024-11-07
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young
2024-11-07
std.crypto.tls: implement TLSv1.2
Jacob Young
2024-09-19
disable failing test
Andrew Kelley
[next]