Author |
Date |
Commit |
Message |
mikeb01 |
Sep 6, 2012 |
603 |
Update to version 2.10.4 |
mikeb01 |
Sep 3, 2012 |
602 |
Add test for data split across multiple buffers |
mikeb01 |
Sep 3, 2012 |
601 |
Some performance enhancements for off heap buffer |
mikeb01 |
Sep 3, 2012 |
600 |
A number of performance optimistations for the multi-producer use case. Remove |
mikeb01 |
Aug 27, 2012 |
599 |
Add privileged action around getting the Unsafe |
mikeb01 |
Aug 27, 2012 |
598 |
Add privileged action around getting the Unsafe |
mikeb01 |
Aug 24, 2012 |
597 |
Remove 2nd CAS operation from the MultiProducerSequencer |
mikeb01 |
Aug 24, 2012 |
596 |
Alternative fix for blocking wait strategy race condition |
mikeb01@gmail.com |
Aug 22, 2012 |
595 |
Edited wiki page ChangeLog through web user interface. |
mikeb01@gmail.com |
Aug 22, 2012 |
594 |
Edited wiki page ChangeLog through web user interface. |
mikeb01 |
Aug 22, 2012 |
593 |
Update version to 2.10.3 |
mikeb01 |
Aug 22, 2012 |
592 |
Fix minor race in SequenceGroup when removing elements |
mikeb01 |
Aug 21, 2012 |
591 |
Fix race condition on remove from SequenceGroup |
mikeb01 |
Aug 21, 2012 |
590 |
Create 2.10.2 tag. |
mikeb01@gmail.com |
Aug 21, 2012 |
589 |
Edited wiki page ChangeLog through web user interface. |
mikeb01 |
Aug 21, 2012 |
588 |
Setting SequenceGroup to -1 when group is empty |
mikeb01 |
Aug 20, 2012 |
587 |
Fix to PhasedBackoffWaitStrategy |
trisha.gee@gmail.com |
Aug 20, 2012 |
586 |
Deleted wiki page UpcomingEvents through web user interface. |
mikeb01 |
Aug 19, 2012 |
585 |
Removed timeout method from WaitStrategy. More tests for off heap ring buffer |
mikeb01 |
Aug 19, 2012 |
584 |
Depracting timeout method on WaitStrategy |
mikeb01 |
Aug 19, 2012 |
583 |
Fix race condition in blocking wait strategy. |
mikeb01 |
Aug 18, 2012 |
582 |
Initial pass at an off heap ring buffer |
mikeb01 |
Aug 16, 2012 |
581 |
[Mike] Reintroduce Disruptor DSL and fix bug in BlockingWaitStrategy (grrr locks |
mjpt777@gmail.com |
Jul 31, 2012 |
580 |
Small optimisation to writing off the progress sequence. |
mikeb01 |
Jul 27, 2012 |
579 |
[Mike] Modified performance testing framework to do more runs and print informat |
mikeb01 |
Jul 27, 2012 |
578 |
[Mike] Modified performance testing framework to do more runs and print informat |
mikeb01 |
Jul 25, 2012 |
577 |
Added additional tests for wait strategies. |
mikeb01 |
Jul 24, 2012 |
576 |
Remove unused class |
mikeb01 |
Jul 24, 2012 |
575 |
Add some additional Javadoc comments |
mikeb01 |
Jul 21, 2012 |
574 |
Simple name change within PhasedBackOffStrategy |
mikeb01 |
Jul 19, 2012 |
573 |
Fixed Javadoc error. |
mikeb01 |
Jul 19, 2012 |
572 |
Update version number for version 3. |
mikeb01 |
Jul 17, 2012 |
571 |
Add missing files |
mikeb01 |
Jul 16, 2012 |
570 |
Start down the road to Disruptor v3 |
mikeb01 |
Jul 14, 2012 |
569 |
Create 2.x branch |
mikeb01 |
Jul 14, 2012 |
568 |
Update version number |
mikeb01 |
Jul 14, 2012 |
567 |
Tag version 2.10.1 |
mikeb01 |
Jul 14, 2012 |
566 |
Tag version 2.10 |
mikeb01 |
Jul 11, 2012 |
565 |
Generalised phased back off strategy. |
mikeb01 |
Jul 8, 2012 |
564 |
[Mike] Introduce first phased back off strategy. |
mikeb01 |
Jul 3, 2012 |
563 |
Attempt to fix the intermittent DisruptorTest |
mjpt777@gmail.com |
Jul 3, 2012 |
562 |
Fixed JavaDoc error |
mikeb01@gmail.com |
Jun 6, 2012 |
561 |
Edited wiki page ChangeLog through web user interface. |
mikeb01 |
Jun 6, 2012 |
560 |
Update OSGI metadata. |
mikeb01 |
Jun 5, 2012 |
559 |
Prototype of a Disruptor 3.0. Remove all claim strategies and have different Se |
mikeb01 |
May 27, 2012 |
558 |
Remove unnecessary check |
mikeb01 |
May 26, 2012 |
557 |
Add V4 strategy that uses a single bit to indicate availability. |
mjpt777@gmail.com |
May 24, 2012 |
556 |
Suppressed warning messages for use of com.misc.Unsafe |
mjpt777@gmail.com |
May 24, 2012 |
555 |
Rename of availableCapacity to requiredCapacity to reflect that the parameter is |
mikeb01 |
May 20, 2012 |
554 |
Remove return value from EventTranslator.translateTo |
mikeb01 |
May 18, 2012 |
553 |
Basic put/offer operations on ring buffer. New multithreaded claim strategy. |
mikeb01 |
May 18, 2012 |
552 |
Branch for some experimentation |
mikeb01 |
May 13, 2012 |
551 |
Add license information to Sequence.java |
mikeb01@gmail.com |
May 13, 2012 |
550 |
Edited wiki page ChangeLog through web user interface. |
mikeb01@gmail.com |
May 13, 2012 |
549 |
Edited wiki page ChangeLog through web user interface. |
mikeb01@gmail.com |
May 13, 2012 |
548 |
Edited wiki page ChangeLog through web user interface. |
mikeb01@gmail.com |
May 13, 2012 |
547 |
Edited wiki page ChangeLog through web user interface. |
mikeb01 |
May 13, 2012 |
546 |
Fix small javadoc error |
mikeb01 |
Apr 28, 2012 |
545 |
Added call get to remainingCapacity for a Sequencer |
mikeb01 |
Apr 21, 2012 |
544 |
[Mike] Fix javadoc error. |
mikeb01 |
Apr 19, 2012 |
543 |
Fix some generics warnings |
mikeb01 |
Apr 19, 2012 |
542 |
Removed old PaddedAtomicLong and use Sequence in all places |
mikeb01 |
Apr 19, 2012 |
541 |
Tag for version 2.9 |
mikeb01 |
Apr 17, 2012 |
540 |
Some small changes to help diagnose the J9 bug. |
mikeb01 |
Apr 17, 2012 |
539 |
Branch to test IBM J9 bug |
mikeb01 |
Apr 15, 2012 |
538 |
Update version number from 2.10 |
mikeb01 |
Apr 15, 2012 |
537 |
Fix bug with IBM JDK. Use Unsafe instead of Atomic classes |
mikeb01 |
Apr 13, 2012 |
536 |
Added OSGI meta-data |
mikeb01 |
Apr 9, 2012 |
535 |
Remove previously deprecated timeout methods. |
mikeb01@gmail.com |
Apr 8, 2012 |
534 |
Edited wiki page BlogsAndArticles through web user interface. |
mikeb01 |
Apr 8, 2012 |
533 |
Small performance optimisation on the MultithreadedClaimStrategy |
trisha.gee@gmail.com |
Mar 30, 2012 |
532 |
Edited wiki page BlogsAndArticles through web user interface. |
trisha.gee@gmail.com |
Mar 30, 2012 |
531 |
Added new material |
trisha.gee@gmail.com |
Mar 30, 2012 |
530 |
Edited wiki page PresentationsAndInterviews through web user interface. |
mikeb01 |
Mar 19, 2012 |
529 |
Add some input checking to Sequencer |
mikeb01 |
Mar 18, 2012 |
528 |
Added tryPublishEvent() to EventPublisher, deprecate publishEvent() with timeout |
mikeb01 |
Mar 17, 2012 |
527 |
Add tryNext() to Sequencer. Add checkAndIncrement() to ClaimStrategy. Introduc |
trisha.gee@gmail.com |
Feb 12, 2012 |
526 |
Edited wiki page ChangeLog through web user interface. |
trisha.gee@gmail.com |
Feb 12, 2012 |
525 |
Edited wiki page ChangeLog through web user interface. |
mikeb01 |
Feb 7, 2012 |
524 |
Add temp ant files to svn:ignore. |
mikeb01 |
Feb 6, 2012 |
523 |
Merge some build changes from trunk |
dalibor79@gmail.com |
Feb 5, 2012 |
522 |
Merged maven deployment scripts prepared for 2.7 into trunk and updated version |
mikeb01 |
Feb 4, 2012 |
521 |
Releasing version 2.8 |
adrian@symphonious.net |
Feb 2, 2012 |
520 |
Ensure custom event processors are included in gating sequences. |
mikeb01 |
Feb 1, 2012 |
519 |
Fixed range tracking bug in histogram, max not updated on first observation. |
trisha.gee@gmail.com |
Jan 7, 2012 |
518 |
Created a page with all the presentations in one place |
mikeb01 |
Jan 6, 2012 |
517 |
Remove unnecessary check |
mikeb01 |
Jan 6, 2012 |
516 |
Fix race condition in MultithreadClaimStrategy when publishing batches from mult |
mjpt777@gmail.com |
Jan 5, 2012 |
515 |
Javadoc correction. |
mjpt777@gmail.com |
Jan 5, 2012 |
514 |
Added missing javadoc param |
mikeb01 |
Dec 31, 2011 |
513 |
Add power of 2 guard condition for pendingBufferSize in MultithreadClaimStrategy |
dalibor79@gmail.com |
Dec 26, 2011 |
512 |
Edited wiki page ChangeLog through web user interface. |
dalibor79@gmail.com |
Dec 26, 2011 |
511 |
Created wiki page through web user interface. |
dalibor79@gmail.com |
Dec 21, 2011 |
510 |
Edited wiki page ChangeLog through web user interface. |
dalibor79@gmail.com |
Dec 21, 2011 |
509 |
Release of version 2.7.1 |
dalibor79@gmail.com |
Dec 20, 2011 |
508 |
Updated groupId. Removed snapshot release task. |
mjpt777@gmail.com |
Dec 20, 2011 |
507 |
Edited wiki page FrequentlyAskedQuestions through web user interface. |
mjpt777@gmail.com |
Dec 20, 2011 |
506 |
Edited wiki page FrequentlyAskedQuestions through web user interface. |
mjpt777@gmail.com |
Dec 20, 2011 |
505 |
Edited wiki page DisruptorWizard through web user interface. |
mjpt777@gmail.com |
Dec 20, 2011 |
504 |
Edited wiki page CodeExampleDisruptor2x through web user interface. |