| 2020-01-07 |
Tom Christie | Drop per-request 'cert'/'verify'/'trust_env', and ... |
commit | commitdiff | tree |
| 2020-01-07 |
Andrés Álvarez | Drop `Origin` from public API (#688) |
commit | commitdiff | tree |
| 2020-01-07 |
Tom Christie | Prep for introducing SyncClient (#713) |
commit | commitdiff | tree |
| 2020-01-07 |
Florimond Manca | Wrap network errors in HTTPX-specific exceptions (... |
commit | commitdiff | tree |
| 2020-01-06 |
Tom Christie | Dispatcher -> AsyncDispatcher (#725) |
commit | commitdiff | tree |
| 2020-01-06 |
Tom Christie | Drop `run` and `run_in_threadpool` (#710) |
commit | commitdiff | tree |
| 2020-01-06 |
Florimond Manca | Release max_connections for keepalive connections when... |
commit | commitdiff | tree |
| 2020-01-04 |
Kousik Mitra | Raise an exception in DigestAuth if non-replayable... |
commit | commitdiff | tree |
| 2020-01-03 |
Florimond Manca | Record history of requests made during authentication... |
commit | commitdiff | tree |
| 2020-01-03 |
Florimond Manca | Repurpose RedirectBodyUnavailable as RequestBodyUnavail... |
commit | commitdiff | tree |
| 2020-01-03 |
Florimond Manca | Fix typo in 'Redirection and History' docs (#719) |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Christie | Load SSL Context on init (#709) |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Christie | More coverage improvements (#711) |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Christie | Sync streaming interface on responses (#695) |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Christie | SSLConfig refactor (#706) |
commit | commitdiff | tree |
| 2020-01-01 |
Tom Christie | Version 0.10.1 (#701) |
commit | commitdiff | tree |
| 2020-01-01 |
Tom Christie | Bump coverage (#705) |
commit | commitdiff | tree |
| 2020-01-01 |
Joe | Make timeout parameter None-able & cleanup __all__... |
commit | commitdiff | tree |
| 2020-01-01 |
Tom Christie | Drop unused Request.cookies (#703) |
commit | commitdiff | tree |
| 2019-12-31 |
Tom Christie | Drop unused SSLConfig.with_overrides (#702) |
commit | commitdiff | tree |
| 2019-12-31 |
Tom Christie | Drop OpenConnection (#700) |
commit | commitdiff | tree |
| 2019-12-31 |
Tom Christie | Lock around stream.write and stream.close operations... |
commit | commitdiff | tree |
| 2019-12-31 |
David Larlet | Update link to timeout fine tuning in quickstart (... |
commit | commitdiff | tree |
| 2019-12-31 |
Gabriel Strauss | Adds check to enforce single consumption of AsyncIterat... |
commit | commitdiff | tree |
| 2019-12-29 |
Tom Christie | Version 0.10.0 (#691) 0.10.0 |
commit | commitdiff | tree |
| 2019-12-29 |
Tom Christie | response.elapsed now reflects entire request/response... |
commit | commitdiff | tree |
| 2019-12-29 |
Tom Christie | Switch from an Event primitive to a Lock primitive... |
commit | commitdiff | tree |
| 2019-12-29 |
Florimond Manca | Rename Client to AsyncClient (with compat synonym)... |
commit | commitdiff | tree |
| 2019-12-29 |
Florimond Manca | Rename 'next' to 'anext' on Response (#676) |
commit | commitdiff | tree |
| 2019-12-29 |
Florimond Manca | Rename 'close' to 'aclose' on Client (#675) |
commit | commitdiff | tree |
| 2019-12-29 |
Florimond Manca | Rename 'read/close' to 'aread/aclose' on Response ... |
commit | commitdiff | tree |
| 2019-12-29 |
Tom Christie | Drop Request.read() (#679) |
commit | commitdiff | tree |
| 2019-12-29 |
Florimond Manca | Drop per-request `cert`, `verify`, and `trust_env`... |
commit | commitdiff | tree |
| 2019-12-23 |
Tom Christie | Gracefully end_stream early on no-body requests. (... |
commit | commitdiff | tree |
| 2019-12-23 |
Florimond Manca | Type-check test_cookies.py (#677) |
commit | commitdiff | tree |
| 2019-12-21 |
Florimond Manca | Type-check test_auth.py (#665) |
commit | commitdiff | tree |
| 2019-12-21 |
Florimond Manca | Fix out-of-date methods on Response API docs (#673) |
commit | commitdiff | tree |
| 2019-12-21 |
Florimond Manca | Clean up 'backend' fixture (#664) |
commit | commitdiff | tree |
| 2019-12-21 |
Florimond Manca | Make 'request' non-optional on responses (#666) |
commit | commitdiff | tree |
| 2019-12-21 |
Florimond Manca | Remove httpxprof (#663) |
commit | commitdiff | tree |
| 2019-12-20 |
Andrés Álvarez | Rename `concurrency` directory to `backends` (#662) |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | Use Streams API for both requests and responses. (... |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | Rationalize backend Semaphore interface slightly (... |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | Upgrade h11 to support both 0.8 and 0.9 (#658) |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | Version 0.9.5 (#657) 0.9.5 |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | params argument on URL should merge, not replace. ... |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Christie | Fix Host header and HSTS when the default port is expli... |
commit | commitdiff | tree |
| 2019-12-18 |
Tom Christie | No I/O auth (#644) |
commit | commitdiff | tree |
| 2019-12-18 |
Tom Christie | Added RequestContent (#636) |
commit | commitdiff | tree |
| 2019-12-16 |
Florimond Manca | Force compiling 'regex' from source (#642) |
commit | commitdiff | tree |
| 2019-12-16 |
Tom Christie | Disable HTTP/2 strict header validation (#637) |
commit | commitdiff | tree |
| 2019-12-16 |
Florimond Manca | asyncio: Don't wait for the stream to close (#640) |
commit | commitdiff | tree |
| 2019-12-13 |
Arkie | Allow explicit Content-Type to take precedence (#633) |
commit | commitdiff | tree |
| 2019-12-13 |
Tom Christie | Version 0.9.4 (#631) 0.9.4 |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Christie | Bump up flow control defaults (#629) |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Christie | Keep-alive timeouts. (#627) |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Christie | Fix typo on "URLs" (#630) |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Christie | Ensure H2 state is only accessed by the connection... |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Christie | Drop unused methods from BaseEvent (#626) |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Christie | Refactor get_semaphore (#625) |
commit | commitdiff | tree |
| 2019-12-09 |
Tom Christie | Tweak backport_start_tls implementation, and add 'nocov... |
commit | commitdiff | tree |
| 2019-12-09 |
Tom Christie | Trivial-case test for response.elapsed |
commit | commitdiff | tree |
| 2019-12-09 |
Tom Christie | Minor config cleanup (#621) |
commit | commitdiff | tree |
| 2019-12-09 |
Florimond Manca | Add OpenConnection base class (#616) |
commit | commitdiff | tree |
| 2019-12-08 |
Tom Christie | Drop 'fork' (#619) |
commit | commitdiff | tree |
| 2019-12-08 |
Tom Christie | Drop TimeoutFlag (#618) |
commit | commitdiff | tree |
| 2019-12-07 |
Florimond Manca | Refactor tests in the light of backend auto-detection... |
commit | commitdiff | tree |
| 2019-12-07 |
Tom Christie | HTTP/2 refactoring (#612) |
commit | commitdiff | tree |
| 2019-12-07 |
Tom Christie | Backend operations like .read(), .write() now have... |
commit | commitdiff | tree |
| 2019-12-07 |
Tom Christie | Add 'fork' to auto backend (#614) 0.9.3 |
commit | commitdiff | tree |
| 2019-12-07 |
Tom Christie | Add 0.9.2 note |
commit | commitdiff | tree |
| 2019-12-07 |
Tom Christie | Version 0.9.2 0.9.2 |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | 0.9.1 note |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Release 0.9.1 due to build artifacts issue 0.9.1 |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Update index.md |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Update README.md |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Version 0.9 (#606) 0.9.0 |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Add aiter methods on response (#610) |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Tighten up top-level API to only expose public API... |
commit | commitdiff | tree |
| 2019-12-06 |
Florimond Manca | Move tunnel_start_tls() to HTTPConnection (#609) |
commit | commitdiff | tree |
| 2019-12-06 |
Florimond Manca | Cleanup comments on handling MultiError (#607) |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Update advanced.md |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Christie | Warn if cert / verify / trust_env are passed to client... |
commit | commitdiff | tree |
| 2019-12-06 |
Florimond Manca | Drop BackgroundManager in favor of fork(func1, func2... |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Rename BaseSocketStream cases from connection.stream... |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Add Client.stream() method. (#600) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Update changelog to include 'master' (#596) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Drop write_no_block from backends. (#594) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | stream -> stream_bytes, raw -> stream_raw (#599) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Fix Timeout -> TimeoutException in test case (#598) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Improve backend docs, particularly wrt. autodetection... |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Update CHANGELOG.md |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Tweak docstring |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Allow default+override timeout style (#593) |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Update index.md |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Update README.md |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Alpha note, and recommendations on pinning versions... |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Differentiate between `timeout=None` and `timeout=UNSET... |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | TimeoutConfig -> Timeout (#591) |
commit | commitdiff | tree |
| 2019-12-04 |
han-solo | Fixed version requirement for rfc3986. Issue reference... |
commit | commitdiff | tree |
| next |