1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 minutes ago. based on code collected 22 minutes ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unit tests for OutgoingBatchConnection. More... over 13 years ago
Log the exception class when logging exceptions. More... over 13 years ago
Plugins should use the executor rather than creating threads. More... over 13 years ago
Bind instances rather than singletons. More... over 13 years ago
Read the tag on a connection recogniser thread, don't block the plugin. More... over 13 years ago
Dedicated executors for plugins and the connection recogniser. More... over 13 years ago
Refactoring: moved high-level connection classes to protocol package. More... over 13 years ago
Removed frame padding code (soon to be obsolete). More... over 13 years ago
Better handling of InterruptedExceptions. More... over 13 years ago
Don't generate acks faster than the IO thread can write them. More... over 13 years ago
Moved batch ID calculation off the IO thread. More... over 13 years ago
Close the writer when the reader closes; only dispose of the connection once. More... over 13 years ago
Use a BlockingQueue to simplify synchronisation. More... over 13 years ago
Removed the DB listener when the connection is closed. More... over 13 years ago
Moved message verification into a separate thread pool. More... over 13 years ago
Minor code cleanup. More... over 13 years ago
Rewrote StreamConnection to decouple the database from IO. More... over 13 years ago
Encapsulate the database thread pool and task queue. More... over 13 years ago
Removed unnecessary calls to MessageDigest.reset(). More... over 13 years ago
Don't accept empty acks, batches or offers. More... over 13 years ago
BATCH_ID and MESSAGE_ID don't need to be structs. More... over 13 years ago
Decouple the database from IO. More... over 13 years ago
ExceptionHandler interface. More... over 13 years ago
Javadoc. More... over 13 years ago
Ensure semaphore is released if an exception is thrown. More... over 13 years ago
Limit the number of waiting database writes to avoid running out of memory. More... over 13 years ago
Moved message verification and DB writes off the IO thread. More... over 13 years ago
Minor refactoring. More... almost 14 years ago
Removed redundant padding check. More... almost 14 years ago
Check that padding is set to zero. More... almost 14 years ago