| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cosmetics | Matthew Sackman | 2010-08-13 | 1 | -6/+6 |
| * | Remove writer flush and improve sync methods | Matthew Sackman | 2010-08-13 | 2 | -28/+21 |
| * | Merging default into bug 15930 | Matthew Sackman | 2010-08-13 | 21 | -34/+28 |
| |\ | |||||
| | * | merge bug23120 into default | Alexandru Scvortov | 2010-08-13 | 21 | -34/+28 |
| | |\ | |||||
| | | * | use consistent return types for start/start_link functions | Matthias Radestock | 2010-08-13 | 21 | -34/+28 |
| | * | | tiny simplifying refactor | Matthias Radestock | 2010-08-13 | 1 | -2/+1 |
| | * | | cosmetic: friendlier type name | Matthias Radestock | 2010-08-13 | 1 | -4/+5 |
| | |/ | |||||
| * | | refactor: extract termination Reason analysis | Matthias Radestock | 2010-08-13 | 1 | -11/+10 |
| * | | revert the change from 'stop' to 'flush_stop' | Matthias Radestock | 2010-08-13 | 1 | -3/+3 |
| * | | remove dead code | Matthias Radestock | 2010-08-13 | 1 | -1/+1 |
| * | | cosmetic | Matthias Radestock | 2010-08-13 | 1 | -3/+0 |
| * | | Merging bug 23095 into bug 15930 | Matthew Sackman | 2010-08-12 | 3 | -69/+126 |
| |\ \ | |/ | |||||
| | * | Merging default into bug23095 | Matthew Sackman | 2010-08-12 | 5 | -104/+175 |
| | |\ | |||||
| | | * | cosmetic | Matthias Radestock | 2010-08-12 | 1 | -1/+3 |
| | | * | remove redundant code | Matthias Radestock | 2010-08-11 | 1 | -3/+2 |
| | | * | minor neatification | Matthias Radestock | 2010-08-11 | 1 | -3/+1 |
| | | * | merge default into bug23104 | Matthias Radestock | 2010-08-11 | 1 | -6/+6 |
| | | |\ | |||||
| | | | * | cosmetic: consistency | Matthias Radestock | 2010-08-11 | 1 | -5/+5 |
| | | * | | make table content spot check part of schema_integrity_check | Matthias Radestock | 2010-08-11 | 1 | -23/+22 |
| | | * | | idiot2 | Matthew Sackman | 2010-08-11 | 1 | -1/+0 |
| | | * | | idiot | Matthew Sackman | 2010-08-11 | 1 | -3/+1 |
| | | * | | The table content tests need to happen *after* we've waited for the tables, o... | Matthew Sackman | 2010-08-11 | 1 | -7/+20 |
| | | * | | cosmetic | Matthew Sackman | 2010-08-11 | 1 | -3/+3 |
| | | * | | Improve match specs | Matthew Sackman | 2010-08-11 | 1 | -11/+27 |
| | | * | | Use match specs instead. This is a first pass - I want to be able to add some... | Matthew Sackman | 2010-08-11 | 1 | -35/+35 |
| | | * | | Partial implementation of 3rd suggestion. Partial because I just wanted to se... | Matthew Sackman | 2010-08-10 | 1 | -9/+43 |
| | | |/ | |||||
| | | * | merge bug23098 into default | Matthias Radestock | 2010-08-09 | 1 | -1/+1 |
| | | |\ | |||||
| | * | | | do not ignore 'normal' permanent child terminations during shutdown | Matthias Radestock | 2010-08-12 | 1 | -25/+31 |
| | * | | | never ignore 'noproc' during shutdown | Matthias Radestock | 2010-08-12 | 1 | -1/+0 |
| | * | | | we must always clear both the 'EXIT' and 'DOWN' message | Matthias Radestock | 2010-08-12 | 1 | -7/+7 |
| | * | | | cosmetic and minor refactoring | Matthias Radestock | 2010-08-12 | 1 | -21/+15 |
| * | | | | Get the reader to link to the chan_sup instead of the framing_chan. It used t... | Matthew Sackman | 2010-08-11 | 1 | -28/+35 |
| * | | | | Remove dead code - collector is never explicitly shutdown: the supervisor wil... | Matthew Sackman | 2010-08-10 | 1 | -7/+3 |
| * | | | | I erroneously removed trap_exit on channel yesterday. It needs to be on becau... | Matthew Sackman | 2010-08-10 | 1 | -0/+1 |
| * | | | | Abstract the heartbeaters in the same way - the reader now has no references ... | Matthew Sackman | 2010-08-10 | 3 | -44/+56 |
| * | | | | Abstract out the limiter creation. The abstraction made ensures the channel n... | Matthew Sackman | 2010-08-10 | 3 | -21/+30 |
| * | | | | Merging bug 23095 into bug 15930 | Matthew Sackman | 2010-08-10 | 1 | -16/+17 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Prevent supervisor2 from getting upset if a child has already vanished normal... | Matthew Sackman | 2010-08-10 | 1 | -10/+19 |
| * | | | | When a supervisor is killing off its children, if its children have already e... | Matthew Sackman | 2010-08-09 | 1 | -5/+13 |
| * | | | | Fixes all over. Still more to do, though mainly API fixes. Functionality seem... | Matthew Sackman | 2010-08-09 | 7 | -72/+63 |
| * | | | | Given changes to intrinsic, if we do ever try to restart (abnormal exit), we ... | Matthew Sackman | 2010-08-09 | 2 | -2/+2 |
| * | | | | Arbitrarily decide to make the channel_sup_sup the very first thing that gets... | Matthew Sackman | 2010-08-09 | 1 | -5/+5 |
| * | | | | Flush the writer much earlier on, allowing the actual termination to be less ... | Matthew Sackman | 2010-08-09 | 1 | -4/+4 |
| * | | | | Merging bug 23098 into bug 15930 | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | On reaching the max_restart_intensited, don't remove the child spec. Instead ... | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| * | | | | Merging default into bug 15930 | Matthew Sackman | 2010-08-09 | 3 | -35/+50 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Merge bug21875 into default | David Wragg | 2010-08-09 | 1 | -4/+2 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Fix typo. | Simon MacMullen | 2010-08-02 | 1 | -1/+1 |
| | | * | | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch. | Simon MacMullen | 2010-08-02 | 1 | -4/+2 |
| | * | | | merge heads | Matthias Radestock | 2010-08-09 | 2 | -31/+47 |
| | |\ \ \ | |||||
