summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commenting on the non-obviousMatthias Radestock2010-05-171-3/+10
* refactoring: extract segment recoveryMatthias Radestock2010-05-161-28/+29
* cosmeticMatthias Radestock2010-05-161-18/+9
* Correct an accounting bug in queue recovery. By incorrectly counting duplicat...Matthew Sackman2010-05-151-1/+1
* cosmetic: more sensible order of clausesMatthias Radestock2010-05-151-15/+15
* tweakMatthias Radestock2010-05-151-14/+8
* fix up commentsMatthias Radestock2010-05-151-5/+9
* minor tweak for consistencyMatthias Radestock2010-05-151-1/+1
* cosmeticMatthias Radestock2010-05-151-42/+21
* convenient macroMatthias Radestock2010-05-151-25/+29
* refactor: more concise journal_plus_segmentMatthias Radestock2010-05-151-27/+23
* refactor: more concise journal_minus_segmentMatthias Radestock2010-05-151-68/+55
* fix typoMatthias Radestock2010-05-151-1/+1
* cosmetic: more consistent and easier to read match syntaxMatthias Radestock2010-05-151-16/+18
* cosmetic: group functions by purposeMatthias Radestock2010-05-151-206/+209
* refactor: more sensible ordering of result tupleMatthias Radestock2010-05-151-7/+8
* tighten guid size check on 'append'Matthias Radestock2010-05-151-1/+1
* remove unused constantMatthias Radestock2010-05-151-1/+0
* minor refactoring and some cosmetic changesMatthias Radestock2010-05-152-77/+71
* cosmeticMatthias Radestock2010-05-141-43/+28
* move startup_fun_state type defMatthias Radestock2010-05-142-2/+2
* minor refactoring and cosmetic changesMatthias Radestock2010-05-141-44/+43
* cosmeticMatthias Radestock2010-05-141-41/+45
* Rely on badmatch - no need to throwMatthew Sackman2010-05-141-14/+12
* cosmeticMatthias Radestock2010-05-141-44/+39
* log msg_store recovery failures as warningsMatthias Radestock2010-05-141-60/+70
* whoopsMatthias Radestock2010-05-141-2/+2
* use exact comparisonMatthias Radestock2010-05-131-8/+8
* cosmeticMatthias Radestock2010-05-131-15/+14
* Cosmetic, and move to 100% code coverage of bpqueueMatthew Sackman2010-05-131-2/+4
* One more test, and simplification of the bpqueue:to_list functionMatthew Sackman2010-05-132-4/+4
* Added a couple more bpqueue testsMatthew Sackman2010-05-131-0/+6
* Improved documentation and added additional tests for bpqueueMatthew Sackman2010-05-132-6/+80
* Merge default into bug 21673Matthew Sackman2010-05-133-51/+58
|\
| * Merging bug 22732 into defaultMatthew Sackman2010-05-131-1/+1
| |\
| | * Merge duplicate commitsEmile Joubert2010-05-120-0/+0
| | |\
| | | * Register memory alarm after channel openEmile Joubert2010-05-121-1/+1
| | |/ | |/|
| | * Register memory alarm after channel openEmile Joubert2010-05-121-1/+1
| |/
| * merge bug22697 into defaultMatthias Radestock2010-05-072-50/+57
| |\
| | * get rid of now redundant 'sync' call handlerMatthias Radestock2010-05-072-27/+23
| | * More sensible registration and cancellation to various servicesMatthew Sackman2010-05-071-6/+6
| | * Move the internal declare step into the queue process side of thingsMatthew Sackman2010-05-072-44/+55
| |/
* | Reverse the order so that we stop and then unlink+capture_exit. We don't thin...Matthew Sackman2010-05-132-2/+2
* | tweak msg_store_index initialisation APIMatthias Radestock2010-05-134-25/+27
* | cosmeticMatthias Radestock2010-05-131-9/+17
* | correct harmless off-by-one mistakeMatthias Radestock2010-05-101-2/+2
* | nitpickMatthias Radestock2010-05-101-1/+1
* | change the way we pick gc candidatesMatthias Radestock2010-05-101-87/+72
* | trigger possible msg_store gc in all the right placesMatthias Radestock2010-05-101-15/+13
* | more obvious check for current fileMatthias Radestock2010-05-101-9/+8