4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use finally block instead of additional catch clause More... almost 12 years ago
Merge branch 'master' of https://github.com/willemsst/disruptor More... almost 12 years ago
Additional array copy for safety. More... almost 12 years ago
Merge pull request #51 from influenza/patch-1 More... almost 12 years ago
Fix build file More... almost 12 years ago
Small change to accuracy of java doc More... almost 12 years ago
Add checkstyle configuration and fix numerous errors More... almost 12 years ago
Formatting fixes post merge from Sam More... almost 12 years ago
shutdown the disruptor gracefully in case of a fatal exception More... almost 12 years ago
shutdown the disruptor gracefully in case of a fatal exception More... almost 12 years ago
Reformat using idea 11. More... almost 12 years ago
make argument order self consistent More... almost 12 years ago
tryPublish throws illegalArgumentException when the bounds checking fails More... almost 12 years ago
remove more idea warnings More... almost 12 years ago
Tidy up after merge More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' into batchPublicationOnRingBuffer More... almost 12 years ago
final .idea lib More... almost 12 years ago
* Add bounds checking for batch publication * Refactor RingBufferTest to use better matchers and reduce duplication More... almost 12 years ago
* Fix sequence handling for the multi-producer case. * Also use correct publish signature in translateAndPublishBatch for multiple event translators More... almost 12 years ago
Add bulk next/publish method to the ring buffer and additional mock based test More... almost 12 years ago
Prevent calls to next(n) and tryNext(n) with values < 1 More... almost 12 years ago
Small tweak to torture test More... almost 12 years ago
tryPublish will now return false if the batch size is bigger than the ring buffer More... almost 12 years ago
add batchSize and offset to batch publication More... almost 12 years ago
tidy up idea warnings More... almost 12 years ago
Fix javadoc More... almost 12 years ago
Update readme More... almost 12 years ago
Fix a broken rename/refactoring More... almost 12 years ago
Add threaded torture test More... almost 12 years ago
Fix error in MultiProducerSequenceTest More... almost 12 years ago