1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix example missing onComplete to be complete More... 3 days ago
Update client side load balancing documentation More... 5 days ago
Client provided hashed key load balancing, with a consistent hashing implementation. More... 7 days ago
Remove deprecated usage of javax.security.cert.X509Certificate. More... 9 days ago
Use more default methods for shutdown()/close() More... 9 days ago
NetSocket implementation should delegate shutdown handler to the parent class, in addition shutdown should do no particular operation than waiting for the shutdown to timeout More... 9 days ago
Fix HTTP server regression that does not correctly send compressed files. More... 9 days ago
Add a test for HTTP server rolling update More... 10 days ago
Merge pull request #5180 from eclipse-vertx/inbound-read-queue More... 10 days ago
Minor improvements of Http1xServerConnection More... 10 days ago
Fix issue with worker and WebSockets More... 17 days ago
fix-JsonObject#equals-method-fails-when-comparing-integers-with-floats More... 18 days ago
Internal refactor of the WebSocket connection implementation More... 20 days ago
Add missing HttpServer shutdown sequence More... 20 days ago
Merge pull request #5189 from eclipse-vertx/http-server-shutdown More... 20 days ago
Re-enable SSLEngineTest More... 20 days ago
Fix NPE when closing a server that is not bound More... 21 days ago
Rewrite the ConnectionBase to handle shutdown/close with a better integration with Netty. More... 26 days ago
Use a single map of servers for shared servers instead of Net/HTTP one More... 26 days ago
HttpServer shutdown More... 26 days ago
NetServer shutdown More... 26 days ago
Avoid removing most handlers and adding the same when transmuting a TCP connection to an HTTP connection. More... 27 days ago
Replace inheritance by delegation in the case of HttpServer/NetServer More... 29 days ago
Use a channel group per TCP server rather than a single group for all servers More... 29 days ago
Added a test for behavior More... 29 days ago
DnsClient implementation relies on building multiple instances of DnsNameResolver which by default instantiate a FastThreadLocal query server address stream. As side effect this expand the FastThreadLocal entry size which can be considered as a leak. More... about 1 month ago
Ease inlining More... about 1 month ago
Fix benchmark More... about 1 month ago
Minor More... about 1 month ago
Use an atomic field updated in InboundMessageQueue More... about 1 month ago