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
/
Uri.zig
Age
Commit message (
Expand
)
Author
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-07
std.http: address review comments
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
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
2024-04-12
std.http.Client: always omit port when it matches default
Andrew Kelley
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-02-26
http: fix fetching a github release
Jacob Young
2024-02-23
std.http.Client: eliminate arena allocator usage
Andrew Kelley
2024-02-23
std.Uri: refactor std.mem.Allocator -> Allocator
Andrew Kelley
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-13
std.Uri: fix implementation of resolve with trailing slashes
Nameless
2024-01-12
Fixed verbatim copy of trailing '%' in unescapeStr
Chris Boesch
2024-01-01
std.Uri: default some fields to null
Andrew Kelley
2023-11-22
std.Uri: fix parsing edge case panic
Hong Shick Pak
2023-10-27
std.http.Client: add proxy scheme guessing, fix typo
Nameless
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-25
std.Uri: prevent crash with strange authority section
Nameless
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: enhance proxy support
Nameless
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-09-29
Allow only relative paths.
Adam Goertz
2023-09-29
Support file:/// URIs and relative paths
Adam Goertz
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-07-27
std.Uri: Don't double-escape escaped query parameters (#16043)
AnnikaCodes
2023-06-26
std.Uri: allow getting the mutable result from (un)escape
Meghan Denny
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
fix typo in std.Uri
Evin Yulo
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless
2023-04-23
Improvements to docs and text
zooster
2023-04-17
std.http: very basic http client proxy
Nameless
2023-03-09
std.http: handle relative redirects
Nameless
2023-01-06
std.Uri: make scheme non-optional
Andrew Kelley
2023-01-06
Renames Url.zig to Uri.zig
Felix "xq" Queißner