| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | commenting on the non-obvious | Matthias Radestock | 2010-05-17 | 1 | -3/+10 |
| * | refactoring: extract segment recovery | Matthias Radestock | 2010-05-16 | 1 | -28/+29 |
| * | cosmetic | Matthias Radestock | 2010-05-16 | 1 | -18/+9 |
| * | Correct an accounting bug in queue recovery. By incorrectly counting duplicat... | Matthew Sackman | 2010-05-15 | 1 | -1/+1 |
| * | cosmetic: more sensible order of clauses | Matthias Radestock | 2010-05-15 | 1 | -15/+15 |
| * | tweak | Matthias Radestock | 2010-05-15 | 1 | -14/+8 |
| * | fix up comments | Matthias Radestock | 2010-05-15 | 1 | -5/+9 |
| * | minor tweak for consistency | Matthias Radestock | 2010-05-15 | 1 | -1/+1 |
| * | cosmetic | Matthias Radestock | 2010-05-15 | 1 | -42/+21 |
| * | convenient macro | Matthias Radestock | 2010-05-15 | 1 | -25/+29 |
| * | refactor: more concise journal_plus_segment | Matthias Radestock | 2010-05-15 | 1 | -27/+23 |
| * | refactor: more concise journal_minus_segment | Matthias Radestock | 2010-05-15 | 1 | -68/+55 |
| * | fix typo | Matthias Radestock | 2010-05-15 | 1 | -1/+1 |
| * | cosmetic: more consistent and easier to read match syntax | Matthias Radestock | 2010-05-15 | 1 | -16/+18 |
| * | cosmetic: group functions by purpose | Matthias Radestock | 2010-05-15 | 1 | -206/+209 |
| * | refactor: more sensible ordering of result tuple | Matthias Radestock | 2010-05-15 | 1 | -7/+8 |
| * | tighten guid size check on 'append' | Matthias Radestock | 2010-05-15 | 1 | -1/+1 |
| * | remove unused constant | Matthias Radestock | 2010-05-15 | 1 | -1/+0 |
| * | minor refactoring and some cosmetic changes | Matthias Radestock | 2010-05-15 | 2 | -77/+71 |
| * | cosmetic | Matthias Radestock | 2010-05-14 | 1 | -43/+28 |
| * | move startup_fun_state type def | Matthias Radestock | 2010-05-14 | 1 | -0/+2 |
| * | minor refactoring and cosmetic changes | Matthias Radestock | 2010-05-14 | 1 | -44/+43 |
| * | cosmetic | Matthias Radestock | 2010-05-14 | 1 | -41/+45 |
| * | Rely on badmatch - no need to throw | Matthew Sackman | 2010-05-14 | 1 | -14/+12 |
| * | cosmetic | Matthias Radestock | 2010-05-14 | 1 | -44/+39 |
| * | log msg_store recovery failures as warnings | Matthias Radestock | 2010-05-14 | 1 | -60/+70 |
| * | whoops | Matthias Radestock | 2010-05-14 | 1 | -2/+2 |
| * | use exact comparison | Matthias Radestock | 2010-05-13 | 1 | -8/+8 |
| * | cosmetic | Matthias Radestock | 2010-05-13 | 1 | -15/+14 |
| * | Cosmetic, and move to 100% code coverage of bpqueue | Matthew Sackman | 2010-05-13 | 1 | -2/+4 |
| * | One more test, and simplification of the bpqueue:to_list function | Matthew Sackman | 2010-05-13 | 2 | -4/+4 |
| * | Added a couple more bpqueue tests | Matthew Sackman | 2010-05-13 | 1 | -0/+6 |
| * | Improved documentation and added additional tests for bpqueue | Matthew Sackman | 2010-05-13 | 2 | -6/+80 |
| * | Merge default into bug 21673 | Matthew Sackman | 2010-05-13 | 3 | -51/+58 |
| |\ | |||||
| | * | Register memory alarm after channel open | Emile Joubert | 2010-05-12 | 1 | -1/+1 |
| | * | get rid of now redundant 'sync' call handler | Matthias Radestock | 2010-05-07 | 2 | -27/+23 |
| | * | More sensible registration and cancellation to various services | Matthew Sackman | 2010-05-07 | 1 | -6/+6 |
| | * | Move the internal declare step into the queue process side of things | Matthew Sackman | 2010-05-07 | 2 | -44/+55 |
| * | | Reverse the order so that we stop and then unlink+capture_exit. We don't thin... | Matthew Sackman | 2010-05-13 | 2 | -2/+2 |
| * | | tweak msg_store_index initialisation API | Matthias Radestock | 2010-05-13 | 3 | -23/+25 |
| * | | cosmetic | Matthias Radestock | 2010-05-13 | 1 | -9/+17 |
| * | | correct harmless off-by-one mistake | Matthias Radestock | 2010-05-10 | 1 | -2/+2 |
| * | | nitpick | Matthias Radestock | 2010-05-10 | 1 | -1/+1 |
| * | | change the way we pick gc candidates | Matthias Radestock | 2010-05-10 | 1 | -87/+72 |
| * | | trigger possible msg_store gc in all the right places | Matthias Radestock | 2010-05-10 | 1 | -15/+13 |
| * | | more obvious check for current file | Matthias Radestock | 2010-05-10 | 1 | -9/+8 |
| * | | minor refactor | Matthias Radestock | 2010-05-07 | 1 | -8/+6 |
| * | | oops | Matthias Radestock | 2010-05-06 | 1 | -2/+2 |
| * | | refactoring and tweaking of gatherer code and usage | Matthias Radestock | 2010-05-06 | 3 | -120/+110 |
| * | | merge default into bug21673 | Matthias Radestock | 2010-05-06 | 11 | -242/+470 |
| |\ \ | |/ | |||||
