16
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-enable SSLEngineTest More... about 1 month ago
Fix NPE when closing a server that is not bound More... about 1 month ago
Rewrite the ConnectionBase to handle shutdown/close with a better integration with Netty. More... about 1 month ago
Use a single map of servers for shared servers instead of Net/HTTP one More... about 1 month ago
HttpServer shutdown More... about 1 month ago
NetServer shutdown More... about 1 month ago
Avoid removing most handlers and adding the same when transmuting a TCP connection to an HTTP connection. More... about 1 month ago
Replace inheritance by delegation in the case of HttpServer/NetServer More... about 2 months ago
Use a channel group per TCP server rather than a single group for all servers More... about 2 months ago
Added a test for behavior More... about 2 months 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 2 months ago
Ease inlining More... about 2 months ago
Fix benchmark More... about 2 months ago
Minor More... about 2 months ago
Use an atomic field updated in InboundMessageQueue More... about 2 months ago
Minor cleanup More... about 2 months ago
Now pause the connection when processing a pipelined HTTP server request instead of accumulating messages in the request. More... about 2 months ago
Modify pause/resume of connection base to be strict More... about 2 months ago
Improvements More... about 2 months ago
Adapt InboundBuffer tests for InboundMessageQueue More... about 2 months ago
Minor WebSocket API improvements More... about 2 months ago
Doc More... about 2 months ago
Minor More... about 2 months ago
Improve InboundMessageQueue to execute handle resume on event-loop thread More... about 2 months ago
InboundReadQueue implementation for event-loop More... about 2 months ago
Drain of a single element should not return queue as it became writable More... about 2 months ago
Doc More... about 2 months ago
Http1xClientConnection More... about 2 months ago
NetSocket More... about 2 months ago
Encapsulate the demand + queue in an InboundMessageQueue class More... about 2 months ago