16
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 10, 2025 — Jul 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve JdkSslEngineOptions#isPqcAvailable doc. More... 3 days ago
Minor logging improvements More... 3 days ago
Move ssl engine related util methods to a class. More... 3 days ago
Consolidate JDK dependent behavior in a single class JdkDependent More... 3 days ago
Change SslEnginerHelper scopeto package private More... 3 days ago
Use Netty HTTP QUERY method and ACCEPT_QUERY header name. More... 3 days ago
Introduce HTTP ClientRedirectConfig. More... 4 days ago
Modify TestUtils#randomMultiMap to sanitize connection headers More... 6 days ago
Minor javadoc formatting More... 6 days ago
Flush pending writes before closing the connection on caught exceptions More... 6 days ago
Add RFC 10008 (QUERY Method) Support More... 6 days ago
Remove unused constant More... 7 days ago
Address review comments about renaming More... 10 days ago
Correctly propagate the client request authority. More... 11 days ago
Address review comments More... 11 days ago
add warning when users try to set named groups on jdk <20 More... 12 days ago
Skip the WebSocket closing handshake timeout on exception More... 12 days ago
extend support for more named groups and use multi release to prepare for Jdk More... 12 days ago
Fix HTTP client implementation failing when performing a request to a server without an authority. More... 12 days ago
Increase timeout for NetTest.testEndHandlerCalledAfterAllEmissions More... 14 days ago
move pqc do from http.adoc to ssl.adoc More... 16 days ago
Use endHandler in NetTest.testListenDomainSocketAddress More... 16 days ago
Remove comment More... 17 days ago
Always close through the channel in VertxHandler.exceptionCaught More... 18 days ago
modify pqc api to provide two properties: - key exchange groups: the user can specify which key exchange groups they want to use - pqc-enforcement-policy: the user can specify how pqc will be enforced by Vert.x. The policies are: - STRICT: only PQC can be used to establish secure connections. If no ssl engine supports it, application won't start. If clients don't support it, SSL handshake fails - CLIENT_NEGOTIATED: if no ssl engine supports pqc, application won't start. If clients don't support it, falls back to other key exchange group - RELAXED: no enforcement whatsoever, traditional tls negociation More... 18 days ago
Move the flush-before-close-on-exception regression test to NetTest More... 18 days ago
Address review comments More... 18 days ago
Upgrade vertx5-parent to version 15 More... 19 days ago
Add body buffer for redirects with QUERY More... 21 days ago
Do not automatically follow redirection for QUERY More... 21 days ago