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

GitHub / apache/httpcomponents-client / commits

Mirror of Apache HttpClient

SHA Message Author Date Stats
3b2aeb10 Header parsing optimization in cookie, authentication and caching protocol code Oleg Kalnichevski <o****k@a****g> 1 day ago
ff526805 Add WebSocket RFCs to the standards compliance list Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g>
3 days ago
cb0062c9 Removed invalid request version check from ResponseCachingPolicy Oleg Kalnichevski <o****k@a****g> 4 days ago
9128f74c Corrected report declarations of new project modules Oleg Kalnichevski <o****k@a****g> 4 days ago
97658676 Fix resource leaking on error in AsyncCachingExec Jeremie Bolduc <1****e@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
4 days ago
1ce37cb6 Deprecate the never-cache-responses-with-query options and make them opt-in Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g>
4 days ago
038378f0 Verify the server authentication (rspauth) provided in the Digest Authenticat... Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g>
5 days ago
dbb9e862 Upgraded HttpClient version to 5.7-alpha2-SNAPSHOT Oleg Kalnichevski <o****k@a****g> 5 days ago
a890ec76 Corrects application of SSL parameters in the async TLS upgrade method Oleg Kalnichevski <o****k@a****g> 12 days ago
4dae8da4 Javadoc fixes Oleg Kalnichevski <o****k@a****g> 15 days ago
c28479e7 Integration tests failing intermittently in the CI environment moved to 'slow... Oleg Kalnichevski <o****k@a****g> 15 days ago
e23b8e77 Revise RELEASE_NOTES for version 5.7 Gary Gregory <g****y@u****m>
Committed by: GitHub <n****y@g****m>
17 days ago
e43c2901 Mark the SSE and WebSocket modules as experimental Arturo Bernal <a****l@a****g> 17 days ago
3b4ff292 Add Experimental. to SSE and WebSocket Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
17 days ago
64916ee6 Updated release notes for HttpClient 5.7-alpha1 Oleg Kalnichevski <o****k@a****g> 17 days ago
ab543f18 Enable multiplex message exchanges over active HTTP/2 connections Oleg Kalnichevski <o****k@a****g> 17 days ago
c84facd0 Removed racy assert Oleg Kalnichevski <o****k@a****g> 21 days ago
23a70f93 reject control characters in bearer token in BearerScheme Javid Khan <d****d@g****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
21 days ago
b1c4b208 Disabled reactive HEAD request integration tests failing intermittently with ... Oleg Kalnichevski <o****k@a****g> 22 days ago
38e5063b Enabled H2 response timeout integration tests Oleg Kalnichevski <o****k@a****g> 22 days ago
c4eb7e5a Extended HttpCacheEntry and related classes to store the enclosed request bod... hunghhdev <h****v@g****m>
Committed by: GitHub <n****y@g****m>
22 days ago
7cb189ef Exclude httpclient5-jakarta-rest-client from the reactor on toolchains below ... Arturo Bernal <a****l@a****g> 24 days ago
9816640d Increased test timeout to reduce the chance of test failure in CI Oleg Kalnichevski <o****k@a****g> 25 days ago
88c62e7c HTTPCLIENT-2428: Scale reactor capacity in inflating AsyncDataConsumers to ma... Arturo Bernal <a****l@a****g> 25 days ago
b1defb31 HTTP cache support for the QUERY method (RFC 10008) (#852) hunghhdev <h****v@g****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
28 days ago
ebac9512 ContentCompressionExec fails to close the underlying response stream in case ... Oleg Kalnichevski <o****k@a****g> 28 days ago
ad332090 Bump the all group across 1 directory with 16 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
30 days ago
a4e525dd Upgraded Jakarta REST client module to java 17; upgraded jakarta.ws.rs-api to... Oleg Kalnichevski <o****k@a****g> 30 days ago
c5bce183 Removed explicit depenedency on jackson-databind Oleg Kalnichevski <o****k@a****g> 30 days ago
e7b2407c Removed explicit plugin versions from project modules Oleg Kalnichevski <o****k@a****g> 30 days ago
a50d07a2 reject negative 64-bit payload length in WebSocketFrameReader Javid Khan <d****d@g****m>
Committed by: Arturo Bernal <a****l@a****g>
about 1 month ago
1e18d54b Do not call the backend when an only-if-cached request cannot be served from ... hunghh.dev <h****v@g****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
about 1 month ago
7978d713 Corrected invalid comment in DefaultRedirectStrategy (no functional changes) Oleg Kalnichevski <o****k@a****g> about 1 month ago
b3676f3a HTTP cache protocol interceptors to route requests that cannot be correctly r... Oleg Kalnichevski <o****k@a****g> about 1 month ago
66b541b8 CacheKeyGenerator to support requests with an enclosed content body such as Q... Oleg Kalnichevski <o****k@a****g> about 1 month ago
17079a12 Fixed push branch delcaration in maven.yml Oleg Kalnichevski <o****k@a****g> about 1 month ago
3a46ebc0 HTTP cache protocol interceptors to use SimpleHttpRequest internally for cach... Oleg Kalnichevski <o****k@a****g> about 1 month ago
2d077f2a Do not store a response when the request specifies Cache-Control: no-store Arturo Bernal <a****l@a****g> about 1 month ago
43cb5c3c compare scheme in redirect same-authority check Javid Khan <d****d@g****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
about 1 month ago
649c849e Replaced deprecated method with an equivalent one from PathSegmentCodec Oleg Kalnichevski <o****k@a****g> about 1 month ago
920be79d Hardened WebSocket transport and permessage-deflate for RFC 6455/7692 conform... Arturo Bernal <a****l@a****g> about 1 month ago
7f316c08 Moved cache request URI extraction and normalization methods to CacheSupport Oleg Kalnichevski <o****k@a****g> about 1 month ago
da6f1b27 escape quotes and strip line breaks in rfc7578 multipart parameters Javid Khan <d****d@g****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
about 1 month ago
62716cf4 Added application/x-www-form-urlencoded support (request and response) to the... Arturo Bernal <a****l@a****g> about 1 month ago
77641d68 Restrict trigger push branch for GitHub Workflow
Signed-off-by: Aurélien Pupier <a****r@i****m>
Aurélien Pupier <a****r@i****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
about 2 months ago
06aac6df HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content de... Arturo Bernal <a****l@a****g> about 2 months ago
0fde2d4a Add support for HTTP QUERY method (#840) Mario Daniel Ruiz Saavedra <d****3@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
585893d8 Upgraded HttpCore to version 5.5-beta2 Oleg Kalnichevski <o****k@a****g> about 2 months ago
afba680b HTTPCLIENT-2423: Propagate trace context in observation interceptors Arturo Bernal <a****l@a****g> 2 months ago
a9f86cee Bump actions/dependency-review-action from 4 to 5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
3 months ago
cef10a62 Corrected handling of @Produces annotation by Jakarta REST client Oleg Kalnichevski <o****k@a****g> 3 months ago
59ef2935 REST endpoint improved exception handling Oleg Kalnichevski <o****k@a****g> 3 months ago
992faa51 REST content representation improvement Oleg Kalnichevski <o****k@a****g> 3 months ago
4b0cbd4b HTTPCLIENT-2422: Restore lazy content decompression Arturo Bernal <a****l@a****g> 3 months ago
0d5d05fc Parsing code optimization in DateUtils Oleg Kalnichevski <o****k@a****g> 3 months ago
96897cdb Parsing code optimization in ETag Oleg Kalnichevski <o****k@a****g> 3 months ago
d989173f Improved efficincy of Jakarta REST Response implementation Oleg Kalnichevski <o****k@a****g> 3 months ago
594fd4cb HTTPCLIENT-1165: Drop server side from request collapsing example Arturo Bernal <a****l@a****g> 3 months ago
599eb092 Migated Jakarta REST client tests to Assert4J Oleg Kalnichevski <o****k@a****g> 3 months ago
407776b3 Fix broken Maven central badge in `README` Jack Green <J****n@G****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
3 months ago
f069c136 HTTPCLIENT-2421: Use effective retry interval for response timeout check Arturo Bernal <a****l@a****g> 3 months ago
6dd7b5dd REST interface scanner code improvement Oleg Kalnichevski <o****k@a****g> 3 months ago
12f7c149 Set up default protection ruleset for release branches The Apache Software Foundation <r****s@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g>
3 months ago
c21e825a Cancel queued async requests on shutdown Arturo Bernal <a****l@a****g> 4 months ago
f275252a Add Jakarta REST Request and Response return support Arturo Bernal <a****l@a****g> 4 months ago
1c5d8236 Simplify connection timeout tests Ryan Schmitt <r****t@a****g> 4 months ago
4b26224c Fix race conditions in TlsHandshakeTimeoutServer Ryan Schmitt <r****t@a****g> 4 months ago
f75d2833 HTTPCLIENT-2418 - Fix default charset handling in SimpleBody for JSON content... Arturo Bernal <a****l@a****g> 4 months ago
726eac23 Fix SCRAM final response handling Arturo Bernal <a****l@a****g> 4 months ago
3d9285ae Auth challenge parsing code improvement Oleg Kalnichevski <o****k@a****g> 4 months ago
0beb0f2b Add missing Javadoc for ConnectionConfig (#820) Gary Gregory <g****y@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
77d7d17b Enforce max message size during permessage-deflate inflation on the server pa... Arturo Bernal <a****l@a****g> 4 months ago
51ce3ebf Enforce decoded message size limit for permessage-deflate Arturo Bernal <a****l@a****g> 4 months ago
c586766a Optimized header parsing code in ProtocolSwitchStrategy Oleg Kalnichevski <o****k@a****g> 5 months ago
022c6872 Bump the all group with 10 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m>
5 months ago
2ee44572 Add a minimal Jakarta REST client module Arturo Bernal <a****l@a****g> 5 months ago
797374c8 H2 streams initiated by the standard async client can be gracefully cancelled... Oleg Kalnichevski <o****k@a****g> 5 months ago
89669060 Bug-fix: corrects message exchange cancellation logic in InternalHttpAsyncExe... Oleg Kalnichevski <o****k@a****g> 5 months ago
63c5ebd8 Require Java 17+ for Maven runtime Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m>
5 months ago
323251c6 Apply response timeout to H2 streams Oleg Kalnichevski <o****k@a****g> 5 months ago
9a2a24bd Upgraded HttpCore to version 5.5-alpha1 Oleg Kalnichevski <o****k@a****g> 5 months ago
4325ba13 Fixed project url in POM Oleg Kalnichevski <o****k@a****g> 5 months ago
1aac3762 Upgrade to apache-rat-plugin 0.18 Ryan Schmitt <r****t@a****g> 5 months ago
09ff1889 HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path Arturo Bernal <a****l@f****m>
Committed by: Oleg Kalnichevski <o****k@a****g>
5 months ago
795ef1fb Update Maven wrapper Ryan Schmitt <r****t@a****g> 5 months ago
e005c484 Improve RFC 9111 cache control compliance Arturo Bernal <a****l@a****g> 5 months ago
cee67d86 Connection managers to unwrap DeadlineTimeoutException from ExecutionExceptio... Oleg Kalnichevski <o****k@a****g> 5 months ago
08f3fdcd TestConnectionManagement test setup improvements Oleg Kalnichevski <o****k@a****g> 6 months ago
a21d2d10 Bump the all group with 13 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Ryan Schmitt <r****t@p****m>
6 months ago
2c36560f Validate Connection: Upgrade on protocol switch responses Arturo Bernal <a****l@a****g> 6 months ago
ede07e6e Treat Max-Age<=0 as immediate expiry (#805) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
8290f5ac BasicCookieStore: preserve creation time on cookie replacement Arturo Bernal <a****l@a****g>
Committed by: Oleg Kalnichevski <o****k@a****g>
6 months ago
70b9e940 RFC 9111 allows max-stale without a value (accept any staleness). Treat missi... Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
0a189503 HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (#802) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
9189d11a HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
d8d09ed8 Add pool lease metrics and helpers for connection managers (#799) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
ec0474cb Fix SSE reconnect handling and scheduler ownership (#800) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
784177e9 Replace Hamcrest assertions with JUnit assertions (#801) Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
6 months ago
e20603d9 Add ConnectionReuseDemo Ryan Schmitt <r****t@a****g>
Committed by: Ryan Schmitt <r****t@p****m>
7 months ago
6af0624d Add CompletableFuture-based executeAsync overloads to fluent Async for simple... Arturo Bernal <a****l@a****g>
Committed by: GitHub <n****y@g****m>
7 months ago

← Back to repository