| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 18 | -390/+121 |
| |\ \ \ | |||||
| | * \ \ | Merge bug21875 into default | David Wragg | 2010-08-09 | 16 | -359/+73 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Fix stupid error, more consistency. | Simon MacMullen | 2010-08-06 | 2 | -2/+3 |
| | | * | | Unpack plugins into appdata on Windows. | Simon MacMullen | 2010-08-06 | 2 | -2/+8 |
| | | * | | Default to the real Unix-y scratch dir, override in the Makefile. | Simon MacMullen | 2010-08-06 | 3 | -4/+5 |
| | | * | | Make similar fixes for Windows. | Simon MacMullen | 2010-08-02 | 2 | -6/+6 |
| | | * | | 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 | 5 | -10/+8 |
| | | * | | Merging default into bug21875 | Simon MacMullen | 2010-08-02 | 91 | -1597/+8644 |
| | | |\ \ | |||||
| | | * | | | Don't include the (de)activation scripts in the windows package. | Tony Garnock-Jones | 2010-05-14 | 1 | -2/+0 |
| | | * | | | Attempt at an equivalent patch for the Windows scripts. Untested! | Tony Garnock-Jones | 2010-05-14 | 4 | -126/+37 |
| | | * | | | Move plugin activation into the startup script for unixes. Update packaging a... | Tony Garnock-Jones | 2010-05-14 | 9 | -221/+20 |
| | * | | | | merge heads | Matthias Radestock | 2010-08-09 | 2 | -31/+47 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | merging bug23039 into default | Vlad Alexandru Ionescu | 2010-08-09 | 2 | -31/+47 |
| | | |\ \ \ \ | |||||
| | | | * | | | | include method name in error if possible | Matthias Radestock | 2010-08-06 | 1 | -18/+20 |
| | | | * | | | | oops | Matthias Radestock | 2010-08-06 | 1 | -1/+1 |
| | | | * | | | | exit the framing_channel normally on unexected_frame error | Matthias Radestock | 2010-08-06 | 2 | -30/+44 |
| | * | | | | | | merge bug23095 into default | Matthias Radestock | 2010-08-09 | 1 | -31/+30 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merging bug 23095 into bug 15930 | Matthew Sackman | 2010-08-09 | 2 | -25/+19 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | Modify behaviour of intrinsic to be more like transient, except in the case o... | Matthew Sackman | 2010-08-09 | 1 | -11/+6 |
| | * | | | | | | Reverting rabbit_sup to not use intrinsic | Matthew Sackman | 2010-08-09 | 1 | -9/+9 |
| | * | | | | | | use state_del_child instead of remove_child | Matthias Radestock | 2010-08-09 | 1 | -2/+2 |
| | * | | | | | | cosmetic | Matthias Radestock | 2010-08-09 | 1 | -8/+7 |
| * | | | | | | | Merging bug 23095 into bug 15930 | Matthew Sackman | 2010-08-09 | 2 | -14/+12 |
| |\ \ \ \ \ \ \ | |/ / / / / / | |||||
| | * | | | | | | Convert rabbit_sup to supervisor2 using intrinsic | Matthew Sackman | 2010-08-09 | 1 | -9/+9 |
| | * | | | | | | Introduce intrinsic restart type | Matthew Sackman | 2010-08-09 | 1 | -1/+16 |
| | |/ / / / / | |||||
| * | | | | | | Merging default into bug 15930 | Matthew Sackman | 2010-08-09 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |/ / / / / | |||||
| | * | | | | | Export gen_server2:enter_loop6 (oversight from the past) | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| * | | | | | | Merging bug 23094 into bug 15930 | Matthew Sackman | 2010-08-09 | 1 | -3/+2 |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -4/+3 |
| | * | | | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| | * | | | | | Move parent inside of #v1 in reader | Matthew Sackman | 2010-08-09 | 1 | -28/+28 |
| | |/ / / / | |||||
| * | | | | | Merging default into bug 15930 | Matthew Sackman | 2010-08-09 | 6 | -19/+73 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge bug23091 (use protocol in #content rather than supplying it) | Michael Bridgen | 2010-08-08 | 5 | -16/+69 |
| | |\ \ \ \ | |||||
| | | * | | | | expand and rewrite tests | Matthias Radestock | 2010-08-08 | 1 | -9/+27 |
| | | * | | | | improve test coverage | Matthias Radestock | 2010-08-07 | 1 | -0/+28 |
