aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Uri.zig
AgeCommit message (Expand)Author
2024-02-23std.http.Client: eliminate arena allocator usageAndrew Kelley
2024-02-23std.Uri: refactor std.mem.Allocator -> AllocatorAndrew Kelley
2024-01-18std.Uri: change specifier for printing with scheme to semicolon `;`Krzysztof Wolicki
2024-01-13std.Uri: fix implementation of resolve with trailing slashesNameless
2024-01-12Fixed verbatim copy of trailing '%' in unescapeStrChris Boesch
2024-01-01std.Uri: default some fields to nullAndrew Kelley
2023-11-22std.Uri: fix parsing edge case panicHong Shick Pak
2023-10-27std.http.Client: add proxy scheme guessing, fix typoNameless
2023-10-25x86_64: pass more testsJacob Young
2023-10-25std.Uri: prevent crash with strange authority sectionNameless
2023-10-22Merge pull request #17407 from truemedian/http-ngAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21std.http.Client: enhance proxy supportNameless
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-09-29Allow only relative paths.Adam Goertz
2023-09-29Support file:/// URIs and relative pathsAdam Goertz
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-07-27std.Uri: Don't double-escape escaped query parameters (#16043)AnnikaCodes
2023-06-26std.Uri: allow getting the mutable result from (un)escapeMeghan Denny
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13fix typo in std.UriEvin Yulo
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-23Improvements to docs and textzooster
2023-04-17std.http: very basic http client proxyNameless
2023-03-09std.http: handle relative redirectsNameless
2023-01-06std.Uri: make scheme non-optionalAndrew Kelley
2023-01-06Renames Url.zig to Uri.zigFelix "xq" Queißner