| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic | Matthias Radestock | 2010-05-04 | 5 | -117/+136 |
| * | Improvement to docs on BQ:sync | Matthew Sackman | 2010-05-03 | 1 | -1/+3 |
| * | cosmetic | Matthias Radestock | 2010-05-02 | 1 | -6/+6 |
| * | cancel queue's timers on shutdown | Matthias Radestock | 2010-05-02 | 1 | -14/+20 |
| * | cosmetic | Matthias Radestock | 2010-05-02 | 3 | -23/+12 |
| * | restructure backing queue sync'ing | Matthias Radestock | 2010-05-02 | 4 | -27/+29 |
| * | correct backing_queue:tx_{commit,rollback} descriptions | Matthias Radestock | 2010-05-02 | 1 | -6/+4 |
| * | refactoring of sync timer setting | Matthias Radestock | 2010-05-02 | 1 | -21/+14 |
| * | cosmetic | Matthias Radestock | 2010-04-30 | 1 | -6/+6 |
| * | move queue's fhc registration from startup into init handler | Matthias Radestock | 2010-04-30 | 1 | -2/+2 |
| * | cosmetic | Matthias Radestock | 2010-04-30 | 1 | -9/+10 |
| * | Merging bug22616 into bug21673 | Matthew Sackman | 2010-04-30 | 1 | -8/+7 |
| |\ | |||||
| | * | Merging default into bug22616 | Matthew Sackman | 2010-04-30 | 1 | -8/+7 |
| | |\ | |||||
| | | * | Pulling good patches off bad head of default | Matthew Sackman | 2010-04-30 | 1 | -7/+9 |
| * | | | merge bug22616 into bug21673 | Matthias Radestock | 2010-04-30 | 1 | -0/+2 |
| |\ \ \ | |/ / | |||||
| | * | | cherry-pick file_handle_cache from bug21673 | Matthias Radestock | 2010-04-30 | 4 | -1/+885 |
| * | | | Make the msg_store_gc register an fhc callback | Matthew Sackman | 2010-04-30 | 1 | -3/+10 |
| * | | | merge bug22616 into bug21673 | Matthias Radestock | 2010-04-30 | 2 | -14/+31 |
| |\ \ \ | |/ / | |||||
| | * | | merge default into bug22616 | Matthias Radestock | 2010-04-30 | 2 | -14/+31 |
| | |\ \ | | |/ | |||||
| | | * | bug22637 merged into default (erlang version check on start of the application) | Marek Majkowski | 2010-04-30 | 2 | -12/+28 |
| | | |\ | |||||
| | | | * | Modify version_compare so that eg 5.0 is eq 5. On application start, check th... | Matthew Sackman | 2010-04-29 | 2 | -12/+28 |
| | | * | | Apparently, we're not allowed to clutter the bunny. Hence added it to the set... | Matthew Sackman | 2010-04-29 | 1 | -7/+6 |
| | | * | | Display the erts version in the bottom right of the Rabbit banner | Matthew Sackman | 2010-04-29 | 1 | -3/+5 |
| | | |/ | |||||
| * | | | Add missing specs | Matthew Sackman | 2010-04-30 | 1 | -0/+2 |
| * | | | Make the logic on result of soft_close match that on hard_close (i.e. full pu... | Matthew Sackman | 2010-04-30 | 1 | -43/+33 |
| * | | | gb_trees:delete crashes if the key is not in the tree. I kid you not. | Matthew Sackman | 2010-04-30 | 1 | -2/+2 |
| * | | | reduce_timer_set => timer_ref | Matthew Sackman | 2010-04-30 | 1 | -10/+10 |
| * | | | Don't allow lots of timers to be started | Matthew Sackman | 2010-04-30 | 2 | -7/+14 |
| * | | | Merging heads | Matthew Sackman | 2010-04-30 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | cosmetic | Matthias Radestock | 2010-04-30 | 1 | -2/+2 |
| * | | | | Change register_callback to a cast, don't send messages in absence of a callb... | Matthew Sackman | 2010-04-30 | 1 | -46/+52 |
| |/ / / | |||||
| * | | | fix error handling in fhc:clear | Matthias Radestock | 2010-04-30 | 1 | -11/+8 |
| * | | | cosmetic | Matthias Radestock | 2010-04-30 | 1 | -2/+2 |
| * | | | refactor: made 'close' control flow more obvious | Matthias Radestock | 2010-04-29 | 1 | -45/+49 |
| * | | | cosmetic changes and a little bit of refactoring on the file handle cache | Matthias Radestock | 2010-04-29 | 1 | -26/+22 |
| * | | | refactor: extract age tree manipulation | Matthias Radestock | 2010-04-29 | 1 | -44/+49 |
| * | | | made logic in fhc:close1 less obscure | Matthias Radestock | 2010-04-29 | 1 | -3/+4 |
| * | | | cosmetic | Matthias Radestock | 2010-04-29 | 1 | -25/+31 |
| * | | | cosmetic | Matthew Sackman | 2010-04-29 | 1 | -1/+1 |
| * | | | Allow people to specify append, but silently map it to write | Matthew Sackman | 2010-04-29 | 1 | -31/+31 |
| * | | | More meaningful specs for the backing queue, and removal of duplicated and po... | Matthew Sackman | 2010-04-29 | 1 | -11/+9 |
| * | | | Minor corrections to specs | Matthew Sackman | 2010-04-29 | 1 | -2/+2 |
| * | | | clean up fhc sigs | Matthias Radestock | 2010-04-29 | 1 | -13/+14 |
| * | | | cosmetic | Matthias Radestock | 2010-04-29 | 1 | -15/+15 |
| * | | | tiny refactor to align with 'default' | Matthias Radestock | 2010-04-28 | 1 | -3/+2 |
| * | | | merge bug22616 into bug21673 | Matthias Radestock | 2010-04-28 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | merge default into bug22616 | Matthias Radestock | 2010-04-28 | 2 | -17/+2 |
| | |\ \ | | |/ | |||||
| | | * | Removal of 12B5-ism. All tests now pass | Matthew Sackman | 2010-04-28 | 1 | -1/+1 |
| * | | | Merging default into bug 21673 | Matthew Sackman | 2010-04-28 | 1 | -3/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | remove tx-related queue info items | Matthias Radestock | 2010-04-27 | 1 | -16/+1 |
