COMMITS
/ lib/std/Uri.zig October 14, 2025
A
compiler: update for introduction of std.Io
Andrew Kelley committed
October 9, 2025
A
std.Uri: fix compilation error
Andrew Kelley committed
A
std.Io: implement dirStatPath
Andrew Kelley committed
October 6, 2025
A
WIP: hack away at std.Io return flight
Andrew Kelley committed
October 13, 2025
J
std.Uri: test file URIs without an authority field
Jon Parise committed
August 30, 2025
A
std.fmt: delete deprecated APIs
Andrew Kelley committed
August 7, 2025
A
std.http: address review comments
Andrew Kelley committed
August 1, 2025
A
http fixes
Andrew Kelley committed
July 6, 2025
A
std.io.Writer.printValue: rework logic
Andrew Kelley committed
July 5, 2025
A
std.fmt: fully remove format string from format methods
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
April 12, 2024
A
std.http.Client: always omit port when it matches default
Andrew Kelley committed
April 10, 2024
J
Uri: propagate per-component encoding
Jacob Young committed
February 26, 2024
J
http: fix fetching a github release
Jacob Young committed
February 17, 2024
A
std.http.Client: eliminate arena allocator usage
Andrew Kelley committed
A
std.Uri: refactor std.mem.Allocator -> Allocator
Andrew Kelley committed
January 18, 2024
K
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki committed
December 18, 2023
N
std.Uri: fix implementation of resolve with trailing slashes
Nameless committed
December 26, 2023
C
Fixed verbatim copy of trailing '%' in unescapeStr
Chris Boesch committed
November 29, 2023
A
std.Uri: default some fields to null
Andrew Kelley committed
November 22, 2023
H
std.Uri: fix parsing edge case panic
Hong Shick Pak committed
October 26, 2023
N
std.http.Client: add proxy scheme guessing, fix typo
Nameless committed
October 24, 2023
J
x86_64: pass more tests
Jacob Young committed
October 25, 2023
N
std.Uri: prevent crash with strange authority section
Nameless committed
October 22, 2023
A
Merge pull request #17407 from truemedian/http-ng
Andrew Kelley committed
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
J
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young committed
October 3, 2023
N
std.http.Client: enhance proxy support
Nameless committed
October 21, 2023
J
Fix simple doc mistakes. (#17624)
JustinWayland committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
September 24, 2023
A
Allow only relative paths.
Adam Goertz committed
July 12, 2023
A
Support file:/// URIs and relative paths
Adam Goertz committed
September 28, 2023
E
std.http: introduce options to http client to allow for raw uris
Emil Lerch committed
July 27, 2023
A
std.Uri: Don't double-escape escaped query parameters (#16043)
AnnikaCodes committed
June 26, 2023
M
std.Uri: allow getting the mutable result from (un)escape
Meghan Denny committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
June 5, 2023
E
fix typo in std.Uri
Evin Yulo committed
April 25, 2023
N
std.http: add simple standalone http tests, add state check for http server
Nameless committed
April 23, 2023
Z
Improvements to docs and text
zooster committed
April 14, 2023
N
std.http: very basic http client proxy
Nameless committed
March 7, 2023
N
std.http: handle relative redirects
Nameless committed
January 7, 2023
A
std.Uri: make scheme non-optional
Andrew Kelley committed
January 5, 2023
F
Renames Url.zig to Uri.zig
Felix "xq" Queißner committed