0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
serverside unittests for UDT More... almost 10 years ago
more badges More... almost 10 years ago
Some internal api cleanup More... almost 10 years ago
Fixed compile error More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Merge pull request #3 from noctarius/udt-implementation
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Extracted netty dependencies completely out of the common interfaces to offer support for non netty based implementations of server sockets More... almost 10 years ago
simple rename More... almost 10 years ago
Changed SPI and moved vreation of EventLoopGroups into responsibility of the ServerChannelFactory, however the internally used Executor is now passed to the factory function More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Started UDT transport implementation More... almost 10 years ago
Fixed javadocs package assignment More... almost 10 years ago
Update README.adoc
noctarius (Christoph Engelbert)
as noctarius aka Christoph Engelbert
More... almost 10 years ago
Exchanged TransportLayer enum with TransportLayers (client- and server-side), added new TransportLayer interface to create a common supertype and split channel creation into simple parts for easy extensibility More... almost 10 years ago
Removed old negotiation implementation for tcp More... almost 10 years ago
Split protocol negotiation into injectable parts. Next forward to completely customizable transport layers More... almost 10 years ago
Updated copyright More... almost 10 years ago
Added minimal state machine More... almost 10 years ago
Renamed CompletableFutureUtil to FutureUtil - adding support for other future types More... over 10 years ago
Fixed port already bound, missing exception More... over 10 years ago
Added server-side http2 handling, however pushing is not yet fully implemented More... over 10 years ago
Added non-blocking ringbuffer implementation More... over 10 years ago
fixed unittest for different concurrencylevels More... over 10 years ago
removed cbor for now More... over 10 years ago
Client internals cleanup More... over 10 years ago
moved HandshakeHandler to connection package More... over 10 years ago