Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | md5sum the queue index directory. Also detect and crash if a collision occursbug23019 | Matthew Sackman | 2010-07-26 | 1 | -9/+12 |
* | add a 'todo' | Matthias Radestock | 2010-07-18 | 1 | -0/+5 |
* | Merging default into bug21673 and correcting specs and types | Matthew Sackman | 2010-07-07 | 1 | -8/+13 |
* | Forgot to fully initialise qi state. | Matthew Sackman | 2010-07-06 | 1 | -4/+7 |
* | Apparently this is better | Matthew Sackman | 2010-06-21 | 1 | -1/+1 |
* | Ensure that this macro doesn't accidentally cause unification with variables ... | Matthew Sackman | 2010-06-21 | 1 | -1/+1 |
* | change queue_index:read API | Matthias Radestock | 2010-06-21 | 1 | -24/+23 |
* | cosmetic | Matthew Sackman | 2010-06-18 | 1 | -6/+6 |
* | correct comment | Matthias Radestock | 2010-06-17 | 1 | -1/+1 |
* | Make the queue_index max_journal_entry_count configurable | Matthew Sackman | 2010-06-17 | 1 | -13/+15 |
* | Removed unenforced redundancy in function args | Matthew Sackman | 2010-06-17 | 1 | -4/+5 |
* | make queue_index:deliver take a list of SeqIds | Matthias Radestock | 2010-06-17 | 1 | -15/+15 |
* | get rid of vq:read_one_index_segment | Matthias Radestock | 2010-06-17 | 1 | -8/+7 |
* | Good lord, how did that get through? | Matthew Sackman | 2010-06-15 | 1 | -1/+1 |
* | drop segment num from fun call in segment_{fold,map} | Matthias Radestock | 2010-06-02 | 1 | -13/+10 |
* | refactor: rename segment_fetch_keys to segments_nums | Matthias Radestock | 2010-06-02 | 1 | -3/+3 |
* | refactor: remove superfluous clause | Matthias Radestock | 2010-06-02 | 1 | -2/+0 |
* | tweak: more LRU-like cache behaviour | Matthias Radestock | 2010-06-02 | 1 | -1/+1 |
* | remove erroneous comment | Matthias Radestock | 2010-06-02 | 1 | -3/+1 |
* | cosmetic | Matthias Radestock | 2010-05-28 | 1 | -1/+1 |
* | inlining | Matthias Radestock | 2010-05-28 | 1 | -6/+4 |
* | introduce helper fun to fold over segment entries | Matthias Radestock | 2010-05-28 | 1 | -26/+27 |
* | Don't ignore return codes | Matthew Sackman | 2010-05-27 | 1 | -2/+2 |
* | cosmetic | Matthias Radestock | 2010-05-27 | 1 | -8/+8 |
* | close segment handles straight after use | Matthias Radestock | 2010-05-27 | 1 | -67/+43 |
* | merge heads | Matthias Radestock | 2010-05-24 | 1 | -28/+25 |
|\ | |||||
| * | better factoring of queue_index termination | Matthias Radestock | 2010-05-21 | 1 | -23/+20 |
| * | rename queue_index:terminate_and_erase to delete_and_terminate | Matthias Radestock | 2010-05-20 | 1 | -3/+3 |
| * | cosmetic | Matthew Sackman | 2010-05-19 | 1 | -1/+1 |
| * | cosmetic | Matthew Sackman | 2010-05-19 | 1 | -1/+1 |
* | | more efficient 'bounds' function | Matthias Radestock | 2010-05-19 | 1 | -4/+6 |
|/ | |||||
* | do the minimum amount of work necessary on clean queue recovery | Matthias Radestock | 2010-05-19 | 1 | -67/+60 |
* | refactor | Matthias Radestock | 2010-05-19 | 1 | -11/+6 |
* | cosmetic | Matthias Radestock | 2010-05-19 | 1 | -13/+9 |
* | Drop PubCount and AckCount in favour of UnackedCount | Matthew Sackman | 2010-05-19 | 1 | -91/+78 |
* | some inlining | Matthias Radestock | 2010-05-19 | 1 | -28/+16 |
* | avoid unnecessary match | Matthias Radestock | 2010-05-19 | 1 | -1/+1 |
* | keep complete pub/del/ack entries in journal on recovery | Matthias Radestock | 2010-05-19 | 1 | -1/+1 |
* | seed journal_minus_segment with the original journal | Matthias Radestock | 2010-05-19 | 1 | -22/+23 |
* | journal_plus_segment -> segment_plus_journal | Matthias Radestock | 2010-05-19 | 1 | -10/+10 |
* | KeepAck -> KeepAcked | Matthias Radestock | 2010-05-18 | 1 | -17/+17 |
* | minor refactor | Matthias Radestock | 2010-05-18 | 1 | -16/+16 |
* | Added documentation regarding the clean shutdown and startup optimisations | Matthew Sackman | 2010-05-18 | 1 | -1/+4 |
* | No need to build up a list of transient queue indices to delete | Matthew Sackman | 2010-05-18 | 1 | -9/+7 |
* | Removing erroneous conjunctive clause in test | Matthew Sackman | 2010-05-18 | 1 | -1/+1 |
* | correct comment | Matthias Radestock | 2010-05-18 | 1 | -7/+8 |
* | take the journal into consideration in recover_segment | Matthias Radestock | 2010-05-18 | 1 | -44/+51 |
* | Because of the change to qi:read, we now don't need ? to start on a segment b... | Matthew Sackman | 2010-05-18 | 1 | -7/+1 |
* | Cosmetics and documentation | Matthew Sackman | 2010-05-18 | 1 | -19/+21 |
* | cosmetic | Matthias Radestock | 2010-05-18 | 1 | -11/+8 |