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
/
protocol.zig
Age
Commit message (
Expand
)
Author
2024-01-01
Deprecate `suggestVectorSize` in favor of `suggestVectorLength`
Carl Ã…stholm
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-21
std.http.Client: store *Connection instead of a pool node, buffer writes
Nameless
2023-10-13
std.simd: return comptime_int from `suggestVectorSize`
Veikka Tuominen
2023-08-29
std.http: handle expect:100-continue and continue responses
Nameless
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-23
std.http: fix the http.Client.wait() hanging when there is 1 more byte left
Ed Yu
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-01
std.http: add TlsAlert descriptions so that they can at least be viewed in er...
Nameless
2023-06-01
std.http.Client: collapse BufferedConnection into Connection
Nameless
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-24
fix HTTP server to handle a chunked transfer coding request
Ryo Ota
2023-04-17
std.http: very basic http client proxy
Nameless
2023-04-08
std.http: reenable protocol read tests, add missing branch in findHeaders end
Nameless
2023-04-08
std.http: add documentation
Nameless
2023-04-08
fix bugs, waitForCompleteHead -> do, move redirecting to do instead of read
Nameless
2023-04-08
add buffering to connection instead of the http protocol, to allow passing th...
Nameless
2023-04-08
std.http: add http server
Nameless