An open API service providing commit metadata for open source projects.

GitHub / AsyncHttpClient/async-http-client / commits

Asynchronous Http and WebSocket Client library for Java

SHA Message Author Date Stats
4803ab46 Stop doing reverse DNS lookups (#1633), close #1632 Nathan Miles <n****5@g****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
71dad6ae Expose Remote address to the KeepAliveStrategy (#1622) wuguangkuo <w****o@1****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
816b0a87 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 6 years ago
f45798cf [maven-release-plugin] prepare release async-http-client-project-2.8.1 Stephane Landelle <s****e@g****o> over 6 years ago
cf2348e2 Updated maven-javadoc-plugin to 3.0.1 (#1621) Brane F. Gračnar <b****g@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
fea53b02 Improved retrofit timeout handling. (#1618) Brane F. Gračnar <b****g@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
bbaa4c34 Retrofit http client supplier npe fix (#1617) Brane F. Gračnar <b****g@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
fdf9a7b9 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 6 years ago
8571b00a [maven-release-plugin] prepare release async-http-client-project-2.8.0 Stephane Landelle <s****e@g****o> over 6 years ago
5b1cc778 fix repo name Stephane Landelle <s****e@g****o> over 6 years ago
1e3ed1d8 Retrofit improvements (#1615) Brane F. Gračnar <b****g@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
a00d469c no need to reset, it's done in doFinal Stephane Landelle <s****e@g****o> over 6 years ago
4d915fd0 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 6 years ago
5c07a0cd [maven-release-plugin] prepare release async-http-client-project-2.7.0 Stephane Landelle <s****e@g****o> over 6 years ago
5f0590eb Fix distributionManagement urls, should be https Stephane Landelle <s****e@g****o> over 6 years ago
9bb2be22 Upgrade retrofit 2.5.0 Stephane Landelle <s****e@g****o> over 6 years ago
ebc928bc Upgrade jetty 9.4.14.v20181114 Stephane Landelle <s****e@g****o> over 6 years ago
92aaa575 Upgrade tomcat 9.0.14 Stephane Landelle <s****e@g****o> over 6 years ago
757237af Upgrade mockito 2.23.4 Stephane Landelle <s****e@g****o> over 6 years ago
a636799c Upgrade hamcrest 2.1 Stephane Landelle <s****e@g****o> over 6 years ago
11744c81 Upgrde rxjava2 2.2.5 Stephane Landelle <s****e@g****o> over 6 years ago
a6e5793e Upgrage netty 4.1.33.Final Stephane Landelle <s****e@g****o> over 6 years ago
e56b3e6d Reenable osgi support (#1605) jenskordowski <1****i@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
670e8d91 nit Stephane Landelle <s****e@g****o> over 6 years ago
bdc0d75f Upgrade netty 4.1.32 sullis <g****b@s****m>
Committed by: Stephane Landelle <s****e@g****o>
over 6 years ago
29ce5fcb Fix tests Stephane Landelle <s****e@g****o> almost 7 years ago
02b97ed0 Demonstrate AHC properly encodes chinese characters Stephane Landelle <s****e@g****o> almost 7 years ago
6656e9c4 typo Stephane Landelle <s****e@g****o> almost 7 years ago
c4a2ae28 Update README.md (#1600) gsilvestrin <g****n@u****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
16bca5c6 Added BlockingConnectionSemaphoreFactory (#1586) maltalex <c****e@b****t>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
f61f88e6 Expose SSL Session of a connection to AsyncHandler.onTlsHandshakeSuccess (#1596) Rolando Manrique <r****e@u****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
efdd477b Bump version 2.7.0-SNAPSHOT Stephane Landelle <s****e@g****o> almost 7 years ago
2b232a44 Docs fixes/clarity improvements (#1594) Nathan Miles <n****5@g****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
12812641 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> almost 7 years ago
d8871939 [maven-release-plugin] prepare release async-http-client-project-2.6.0 Stephane Landelle <s****e@g****o> almost 7 years ago
97b61927 Support InputStream based multipart part (#1593), close #857 Samridh Srinath <s****0@g****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
3b3a7da5 Fix SpnegoEngine.getCompleteServicePrincipalName when servicePrincipalName is... Nicholas DiPiazza <n****a@l****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
79087018 Improve SpnegoEngine to allow more login configuration options (#1582) Nicholas DiPiazza <n****a@l****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
23095ea9 Bump 2.6.0-SNAPSHOT Stephane Landelle <s****e@g****o> almost 7 years ago
e1f6371b Allow setting headers using a Map with a subclass of CharSequence (for instan... Nils Breunese <n****s@b****l>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
e3bbad7c Add non-null ResponseBody for responses with empty body (#1585), close #1568 OKoneva <O****a@u****m>
Committed by: Stephane Landelle <s****e@g****o>
almost 7 years ago
cabac4a8 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> almost 7 years ago
c2ecf927 [maven-release-plugin] prepare release async-http-client-project-2.5.4 Stephane Landelle <s****e@g****o> almost 7 years ago
847e45e7 Upgrade netty 4.1.30.Final Stephane Landelle <s****e@g****o> almost 7 years ago
c5b68578 HttpContentDecompressor is misplaced after upgrading pipeline for HTTP tunnel... Stephane Landelle <s****e@g****o> almost 7 years ago
c035ead9 Fix regression introduced in d5960563dcbd09854b8ae3e416108ce770b292c2, close ... Stephane Landelle <s****e@g****o> almost 7 years ago
365c1e6a [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> about 7 years ago
fdb95d66 [maven-release-plugin] prepare release async-http-client-project-2.5.3 Stephane Landelle <s****e@g****o> about 7 years ago
4717c9da set useLaxCookieEncoder in DefaultAHCConfig.Builder constructor (#1573) Andrew Sumin <a****n@h****u>
Committed by: Stephane Landelle <s****e@g****o>
about 7 years ago
a3b14543 Fix Response#hasResponseBody javadoc, close #1570 Stephane Landelle <s****e@g****o> about 7 years ago
a6d1cd2c Fix chunked request body handling with HTTPS proxy, close #1571 Stephane Landelle <s****e@g****o> about 7 years ago
4d03ad66 Fix EchoHandler missing response ContentLength Stephane Landelle <s****e@g****o> about 7 years ago
e8f5d366 Upgrade netty 4.1.29 Stephane Landelle <s****e@g****o> about 7 years ago
72ed8679 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> about 7 years ago
8d604a57 [maven-release-plugin] prepare release async-http-client-project-2.5.2 Stephane Landelle <s****e@g****o> about 7 years ago
404fac90 Upgrade netty 4.1.27.Final Stephane Landelle <s****e@g****o> about 7 years ago
5b3cbaa2 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> about 7 years ago
1fe77d8c [maven-release-plugin] prepare release async-http-client-project-2.5.1 Stephane Landelle <s****e@g****o> about 7 years ago
0afafb0d Issue#30: Blocking retries on BodyDeferringAsyncHandler (#1560) jogoussard <j****d@g****m>
Committed by: Stephane Landelle <s****e@g****o>
about 7 years ago
3e7596c5 Introduce Uri#toFullUrl that have the fragment Stephane Landelle <s****e@g****o> about 7 years ago
30611c62 Upgrade mockito 2.19.0 Stephane Landelle <s****e@g****o> about 7 years ago
3ca6966f Upgrade tomcat 9.0.10 Stephane Landelle <s****e@g****o> about 7 years ago
964d7a99 Upgrade jetty 9.4.11.v20180605 Stephane Landelle <s****e@g****o> about 7 years ago
f8523089 Upgrade rxjava 2.1.16 Stephane Landelle <s****e@g****o> about 7 years ago
5ed68cca Upgrade netty 4.1.26 Stephane Landelle <s****e@g****o> about 7 years ago
f877a323 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> about 7 years ago
ff4858ce [maven-release-plugin] prepare release async-http-client-project-2.5.0 Stephane Landelle <s****e@g****o> about 7 years ago
c5ac1a01 Use ConnectionSemaphoreFactory provided via config (#1558) Daniil Kudryavtsev <k****e@g****m>
Committed by: Stephane Landelle <s****e@g****o>
about 7 years ago
3737fb2d Don't try to write proxified request until SslHandler has handshaked, close #... Stephane Landelle <s****e@g****o> about 7 years ago
6e4c1a6e Quotation mark in README.md WebDAV example (#1553) Bartosz Firyn <b****n@g****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago
99142bb1 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 7 years ago
26f9f867 [maven-release-plugin] prepare release async-http-client-project-2.4.9 Stephane Landelle <s****e@g****o> over 7 years ago
8093b780 Put hamcrest and mockito into Maven test scope, close #1549 (#1550) Peter Palaga <p****a@r****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago
ee241fed [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 7 years ago
726e791d [maven-release-plugin] prepare release async-http-client-project-2.4.8 Stephane Landelle <s****e@g****o> over 7 years ago
5fd7655a Upgrade rxjava 1.3.8 Stephane Landelle <s****e@g****o> over 7 years ago
573dffdf Upgrade rxjava 2.1.14 Stephane Landelle <s****e@g****o> over 7 years ago
81053d5e Upgrade netty 4.1.25.Final Stephane Landelle <s****e@g****o> over 7 years ago
bb3902d9 nit Stephane Landelle <s****e@g****o> over 7 years ago
a014a3b8 Confusing typo in README.md (#1548) Harald Gliebe <h****d@k****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago
f723dc68 Thread factory provided by the client should be used if not null (#1545) waleed-dawood <3****d@u****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago
fc7b7504 Link dropped classes to their commits (#1542) David Blevins <d****s@g****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago
303fd6bf Revert jetty 9.4.9 upgrade that broke non-preemptive auth Stephane Landelle <s****e@g****o> over 7 years ago
e270f787 Add javax.activation dependency, close #1541 Stephane Landelle <s****e@g****o> over 7 years ago
7416a386 Drop powermock, upgrade mockito 2.18.3 Stephane Landelle <s****e@g****o> over 7 years ago
996a3c14 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 7 years ago
da6c5268 [maven-release-plugin] prepare release async-http-client-project-2.4.7 Stephane Landelle <s****e@g****o> over 7 years ago
6e1b1d3a Fix OAuthSignatureCalculatorInstance switched query and form params, close #1540 Stephane Landelle <s****e@g****o> over 7 years ago
cd8ddd71 [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 7 years ago
5dc515d1 [maven-release-plugin] prepare release async-http-client-project-2.4.6 Stephane Landelle <s****e@g****o> over 7 years ago
01733228 Upgrade tomcat 9.0.7 Stephane Landelle <s****e@g****o> over 7 years ago
ed76e025 Upgrade jetty 9.4.9.v20180320 Stephane Landelle <s****e@g****o> over 7 years ago
bb13580c Upgrade rxjava2 2.1.13 Stephane Landelle <s****e@g****o> over 7 years ago
9ad8513e Upgrade netty 4.1.24.Final Stephane Landelle <s****e@g****o> over 7 years ago
a3563dfe [maven-release-plugin] prepare for next development iteration Stephane Landelle <s****e@g****o> over 7 years ago
a444e65c [maven-release-plugin] prepare release async-http-client-project-2.4.5 Stephane Landelle <s****e@g****o> over 7 years ago
43ba8704 typo Stephane Landelle <s****e@g****o> over 7 years ago
c7431dc6 Upgrade netty 4.1.23.Final Stephane Landelle <s****e@g****o> over 7 years ago
424213d2 nit Stephane Landelle <s****e@g****o> over 7 years ago
b819481d Use package relative resources (#1538), close #1536 Will Sargent <w****t@g****m>
Committed by: Stephane Landelle <s****e@g****o>
over 7 years ago

← Back to repository