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
/
Client.zig
Age
Commit message (
Expand
)
Author
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-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-21
std.http.Client: documentaion fixes
Nameless
2023-10-21
std.http.Client: ignore unknown proxies, fix basic proxy auth
Nameless
2023-10-21
std.http: fix crashes found via fuzzing
Nameless
2023-10-21
std.http: rename start->send and request->open to be more inline with operation
Nameless
2023-10-21
std.http.Server: improve documentation, do -> start
Nameless
2023-10-21
std.http.Client: improve documentation
Nameless
2023-10-21
std.http: make encoding fields non-null, store as enum variant
Nameless
2023-10-21
std.http.Client: make transfer-encoding priority over content-length as per spec
Nameless
2023-10-21
std.http.Client: add option to disable https
Nameless
2023-10-21
std.http.Client: store *Connection instead of a pool node, buffer writes
Nameless
2023-10-21
std.http.Client: enhance proxy support
Nameless
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-09-26
std.http: add identity to content encodings (#16493)
Chris Burgess
2023-09-25
std.http.Client: add note about resource management
Jan Weidner
2023-08-30
std.http: allow for arbitrary http methods
Nameless
2023-08-29
std.http: connectUnix return Unsupported on targets without unix sockets
Nameless
2023-08-29
std.http: handle expect:100-continue and continue responses
Nameless
2023-08-29
std.http: add Client.fetch and improve redirect logic
Nameless
2023-08-27
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat
2023-07-07
std.http: fix leaked connections (#16341)
Nameless
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-22
http: fix getting Transfer-Encoding value
Piotr Sarna
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std.http: Fix segfault while redirecting
Mizuochi Keita
2023-06-17
zlib: naming convention
Xavier Bouchoux
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-01
std.http.Server: collapse BufferedConnection into Connection
Nameless
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-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-06
std.http: use larger read buffer to hit faster tls code
Nameless
2023-05-06
fix keepalive and large buffered writes
Nameless
2023-05-06
std.http: buffer writes
Nameless
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-26
std.http: do -> wait, fix redirects
Nameless
2023-04-24
Merge pull request #15416 from squeek502/http-response-headers-undefined
Andrew Kelley
2023-04-23
std.http: Always initialize `response.headers` in Client.request
Ryan Liptak
2023-04-21
move the HTTP test to lib/std/http/test.zig
Ryo Ota
[next]