16
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement per connection QuicClient SSL options. More... 4 days ago
Let HTTP NetSocket implementation uses the internal HttpStream API instead of ConnectionBase. More... 4 days ago
Improve HTTP server file upload tests with very large file upload test. More... 5 days ago
Move HttpChannelConnector to internal API More... 5 days ago
Add HttpClientInternal#options() internal API for WebClient More... 5 days ago
Quic stream reset handling improvements. More... 6 days ago
HttpHeaders should not leak pseudo headers in MultiMap API. More... 9 days ago
Quic improvements More... 11 days ago
Implement fine grained Quic connection/stream contexts. More... 11 days ago
- Only keep track in the stream group of streams we can shutdown - Add Quic stream channel initializer in internal connection - Correctly name the connection channel handler so it can be referenced when updating the quic connection pipeline More... 11 days ago
Quic key log file support. More... 11 days ago
Remove obsolete generic type from static Future joins. Fixes #5765 More... 12 days ago
Fix EventBus cluster manager node lookup failure. More... 13 days ago
Test Quic connection max idle timeout More... 14 days ago
Merge pull request #5760 from eclipse-vertx/http-client-decoupling More... 16 days ago
Move WebSocket implementation to io.vertx.core.http.impl.websocket package More... 16 days ago
Move HTTP/1.x implementation to io.vertx.core.http.impl.http1x More... 16 days ago
Decouple HttpClient implementation from HttpClientOptions More... 17 days ago
Move channel connector construction outside of HttpClient More... 17 days ago
Merge pull request #5759 from eclipse-vertx/http-improvements More... 17 days ago
Let the HttpChannelConnector become an interface and embbed only the resource it needs to. More... 18 days ago
Decouple HttpChannelConnector from HttpClientBase object. More... 18 days ago
HttpClientRequestImpl now allocates its headers to sent upfront using HttpClientConnection#newHttpRequestHeaders More... 18 days ago
Move the implementation of peerCertificates() as an API default method to suppress implementation noise More... 18 days ago
Fixes two issues related to QuicStream data transmission. More... 18 days ago
Merge pull request #5757 from eclipse-vertx/http-headers-rework More... 19 days ago
Revert the HTTP stream SPI as it appears it is not necessary to implement HTTP/3 and decouple Http2HeadersMultiMap from HTTP/2 implementation. More... 19 days ago
Simplify a bit the usage of Http2HeadersMultiMap More... 20 days ago
Cleanup More... 20 days ago
Introduce HTTP connection SPI More... 23 days ago