]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2019-04-25  Tom ChristieDrop connections from pool on connection exceptions 18/head
2019-04-25  Tom ChristieDrop unneccessary __hash__ methods
2019-04-25  Tom ChristieMore specfic annotations on callbacks
2019-04-25  Tom ChristieAdd http2 connection re-use
2019-04-25  Tom ChristieTighten up connection acquiry/release
2019-04-25  Tom ChristieAdd PoolSemaphore
2019-04-25  Tom ChristieMore HTTP/2 tests
2019-04-25  Tom ChristieStream refactoring and HTTP/2 test case
2019-04-24  Tom ChristieAdd h2 to install_requires
2019-04-24  Tom ChristieTighten up how we hand out stream ids
2019-04-24  Tom ChristieAdd stream ID to HTTP2Connection
2019-04-24  Tom ChristieFirst pass at HTTP/2 support
2019-04-24  Tom ChristieMerge pull request #17 from encode/close-keepalive... 0.2.1
2019-04-24  Tom ChristieDrop wait_closed 17/head
2019-04-24  Tom ChristieClose outstanding connections on pool.close()
2019-04-23  Tom ChristieMerge pull request #15 from encode/module-renaming
2019-04-23  Tom ChristieModule renaming 15/head
2019-04-23  Tom ChristieUpdate README.md
2019-04-23  Tom ChristieUpdate README for 0.2.0
2019-04-23  Tom ChristieMerge pull request #13 from encode/sync 0.2.0
2019-04-23  Tom ChristieVersion 0.2.0 13/head
2019-04-23  Tom ChristieAdd SyncResponse.close
2019-04-23  Tom ChristieAdd SyncResponse.stream
2019-04-23  Tom ChristieAdd SyncConnectionPool
2019-04-23  Tom ChristieMerge pull request #12 from encode/refactor
2019-04-23  Tom ChristieUse different hosts in pool acquiry timeout test. 12/head
2019-04-23  Tom ChristieAdd client.request
2019-04-22  Tom ChristieAdd client.request
2019-04-22  Tom ChristieRefactor to request = Client.send(request)
2019-04-22  Tom ChristiePush SSL context loading into config.py
2019-04-22  Tom ChristieDrop compat.py
2019-04-19  Tom ChristieVersion 0.1.1 0.1.1
2019-04-18  Tom ChristieVersion 0.1.0 0.1.0
2019-04-18  Tom ChristieAdd response.reason
2019-04-18  Tom ChristieMerge pull request #9 from encode/allow_per_request_tim...
2019-04-18  Tom ChristieAllow per-request timeout/ssl config 9/head
2019-04-18  Tom ChristieAdd ConnectTimeout test
2019-04-17  Tom ChristieREADME tweaks
2019-04-17  Tom ChristieUpdate README.md
2019-04-17  Tom ChristieMerge pull request #7 from encode/timeout-tests
2019-04-17  Tom ChristieAdd PoolTimeout, and timeout tests 7/head
2019-04-17  Tom ChristieMerge pull request #4 from encode/connection-pooling
2019-04-17  Tom ChristieAdd soft_limit and hard_limit support to PoolLimits 4/head
2019-04-16  Tom ChristieConnection pooling
2019-04-16  Tom ChristieRejig response streaming/closing
2019-04-16  Tom ChristieUpdate README.md
2019-04-16  Tom ChristieMerge pull request #3 from encode/request-auto-headers
2019-04-16  Tom ChristieExclude unused code lines 3/head
2019-04-16  Tom ChristieAdd auto headers on Request
2019-04-16  Tom ChristieMerge pull request #2 from encode/decompression
2019-04-16  Tom ChristieAdd support for gzip, deflate, and brotli decoding 2/head
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
2019-04-06  Tom ChristieImprove GatewayService example
2019-04-06  Tom ChristieUpdate README
2019-04-06  Tom ChristieTweak GatewayServer example
2019-04-06  Tom ChristieVersion 0.0.3 0.0.3
2019-04-06  Tom ChristieMerge pull request #1 from encode/add-connections
2019-04-06  Tom ChristieLinting 1/head
2019-04-06  Tom ChristieConnections
2019-04-05  Tom ChristieConnections
2019-04-05  Tom ChristieDecoder support
2019-04-04  Tom ChristieUpdate README
2019-04-04  Tom ChristieOnly serve http requests, ignore websocket and lifespan...
2019-04-04  Tom ChristieAdded proxy example
2019-04-04  Tom ChristieVersion 0.0.2 0.0.2
2019-04-04  Tom ChristieUpdate README 0.0.1
2019-04-04  Tom ChristieUpdate README
2019-04-04  Tom ChristieUpdate README
2019-04-04  Tom ChristieStuff
2019-04-04  Tom ChristieAdd scripts/clean
2019-04-04  Tom ChristieAdd scripts/publish
2019-04-04  Tom ChristieInitial commit