aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley
2023-01-11fix build failures on 32-bit arm due to u64/usize coercionAndrew Kelley
2023-01-11std.http.Client: support the Reader interfaceAndrew Kelley
2023-01-06std.Uri: make scheme non-optionalAndrew Kelley
2023-01-06std.http.Client: update from old std.Url to new std.UriAndrew Kelley
2023-01-06std.http.Client: fix handling of \r\n before next chunk sizeAndrew Kelley
2023-01-05std.http.Client: support transfer-encoding: chunkedAndrew Kelley
2023-01-05std.http.Client: fail header parsing under more conditionsAndrew Kelley
2023-01-05avoid triggering LLVM bug on MIPSAndrew Kelley
2023-01-04std.http.Client: support HTTP redirectsAndrew Kelley
2023-01-04std.http.Headers.Parser: parse version and statusAndrew Kelley
2023-01-04std.http.Client: do not heap allocate for requestsAndrew Kelley
2023-01-02std.crypto.tls.Client: make close_notify optionalAndrew Kelley
2023-01-02std.http.Client: don't send TLS close_notifyAndrew Kelley
2023-01-02std.crypto.tls: add API for sending close_notifyAndrew Kelley
2023-01-02add std.http.HeadersAndrew Kelley
2023-01-02std.crypto.tls.Client: fix the read functionAndrew Kelley
2023-01-02std.crypto.tls.Client: fix truncation attack vulnerabilityAndrew Kelley
2023-01-02add url parsing to the std libAndrew Kelley
2023-01-02std.crypto.tls: validate previous certificateAndrew Kelley
2023-01-02introduce std.crypto.CertificateBundleAndrew Kelley
2023-01-02extract std.crypto.tls.Client into separate namespaceAndrew Kelley
2023-01-02std.crypto.Tls: client is working against some serversAndrew Kelley
2023-01-02std.crypto.Tls: add read/write methodsAndrew Kelley
2023-01-02std.crypto.Tls: parse the ServerHello handshakeAndrew Kelley
2023-01-02std.http reorg; introduce std.crypto.TlsAndrew Kelley
2022-10-06std.http: fix typoAli Chraghi
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2020-09-29move std.http to the standard library orphanageAndrew Kelley
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-13std: don't store allocator inside of std.http.HeaderEntrydaurnimator
2020-07-13std: use *Unmanaged data structures in http.Headers objectdaurnimator
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-01-21std: fix bug in http.headers where .put captures user-held variabledaurnimator
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-10remove iterator API from std.ArrayListAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley