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
2024-02-23
full send
Andrew Kelley
2024-02-23
std.http.Server.Connection: remove dead code
Andrew Kelley
2024-02-23
std.http.Server: move closing bool
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Server.accept can no longer fail from OOM
Andrew Kelley
2024-02-23
std.http.Client: remove invalid use of refAllDecls
Andrew Kelley
2024-02-23
std.http.Client.connectUnix: handle unsupported OS at compile time
Andrew Kelley
2024-02-23
std.http: skip tests on wasi and single-threaded
Andrew Kelley
2024-02-23
std.http.Client: eliminate arena allocator usage
Andrew Kelley
2024-02-23
std.http.Client: remove bad decisions from fetch()
Andrew Kelley
2024-02-23
std.http.Client.fetch: remove inappropriate seek
Andrew Kelley
2024-02-23
std.http.Client: remove advisory file lock on fetch
Andrew Kelley
2024-02-23
std.http: fix parsing incorrect tokenization
Andrew Kelley
2024-02-23
std.http.Client.connect: case insensitive host comparison
Andrew Kelley
2024-02-23
std.http: fields at the top of the struct
Andrew Kelley
2024-02-23
std.http: parser fixes
Andrew Kelley
2024-02-23
Revert "std.http: remove 'done' flag"
Andrew Kelley
2024-02-23
std: convert http trailers test to unit test
Andrew Kelley
2024-02-23
std.http.Client.Response.ParseError: remove OutOfMemory
Andrew Kelley
2024-02-23
git fetching: fix redirect handling
Andrew Kelley
2024-02-23
std.http.Client: disable zstd for now
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http.Client.fetch: add redirect behavior to options
Andrew Kelley
2024-02-23
std.http.Server: remove source code from doc comments
Andrew Kelley
2024-02-23
std.http: remove 'done' flag
Andrew Kelley
2024-02-23
std.http.Server: protect against zero-length chunks
Andrew Kelley
2024-02-23
std.http: remove the ability to heap-allocate headers
Andrew Kelley
2024-02-23
std.http.Server: fix error set
Andrew Kelley
2024-02-23
std.http.Server: don't emit Server HTTP header
Andrew Kelley
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-08
http: protect against zero-length chunks
Jacob Young
2024-01-31
http: optimize allocations for proxy basic authorization
Jacob Young
2024-01-31
http: avoid allocator use when encoding basic authorization
Jacob Young
2024-01-31
http: support basic access authentication
Jacob Young
2024-01-18
std.http.Client: read response messages with no length until eof
Nameless
2024-01-13
std.http: add missing documentation and a few examples
Nameless
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-11-01
std.http: account for renames in docs
Jordyfel
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-30
Fix http.Headers.initList
Karl Seguin
2023-10-27
std.http.Client: add proxy scheme guessing, fix typo
Nameless
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Merge pull request #17407 from truemedian/http-ng
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
std.http.Client: documentaion fixes
Nameless
2023-10-21
std.http.Client: ignore unknown proxies, fix basic proxy auth
Nameless
[prev]
[next]