summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get the reader to link to the chan_sup instead of the framing_chan. It used t...Matthew Sackman2010-08-111-28/+35
* Remove dead code - collector is never explicitly shutdown: the supervisor wil...Matthew Sackman2010-08-101-7/+3
* I erroneously removed trap_exit on channel yesterday. It needs to be on becau...Matthew Sackman2010-08-101-0/+1
* Abstract the heartbeaters in the same way - the reader now has no references ...Matthew Sackman2010-08-103-44/+56
* Abstract out the limiter creation. The abstraction made ensures the channel n...Matthew Sackman2010-08-103-21/+30
* Merging bug 23095 into bug 15930Matthew Sackman2010-08-101-16/+17
|\
| * Prevent supervisor2 from getting upset if a child has already vanished normal...Matthew Sackman2010-08-101-10/+19
* | When a supervisor is killing off its children, if its children have already e...Matthew Sackman2010-08-091-5/+13
* | Fixes all over. Still more to do, though mainly API fixes. Functionality seem...Matthew Sackman2010-08-097-72/+63
* | Given changes to intrinsic, if we do ever try to restart (abnormal exit), we ...Matthew Sackman2010-08-092-2/+2
* | Arbitrarily decide to make the channel_sup_sup the very first thing that gets...Matthew Sackman2010-08-091-5/+5
* | Flush the writer much earlier on, allowing the actual termination to be less ...Matthew Sackman2010-08-091-4/+4
* | Merging bug 23098 into bug 15930Matthew Sackman2010-08-091-1/+1
|\ \
| * | On reaching the max_restart_intensited, don't remove the child spec. Instead ...Matthew Sackman2010-08-091-1/+1
* | | Merging default into bug 15930Matthew Sackman2010-08-0918-390/+121
|\ \ \
| * \ \ Merge bug21875 into defaultDavid Wragg2010-08-0916-359/+73
| |\ \ \ | | |/ / | |/| |
| | * | Fix stupid error, more consistency.Simon MacMullen2010-08-062-2/+3
| | * | Unpack plugins into appdata on Windows.Simon MacMullen2010-08-062-2/+8
| | * | Default to the real Unix-y scratch dir, override in the Makefile.Simon MacMullen2010-08-063-4/+5
| | * | Make similar fixes for Windows.Simon MacMullen2010-08-022-6/+6
| | * | Fix typo.Simon MacMullen2010-08-021-1/+1
| | * | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch.Simon MacMullen2010-08-025-10/+8
| | * | Merging default into bug21875Simon MacMullen2010-08-0291-1597/+8644
| | |\ \
| | * | | Don't include the (de)activation scripts in the windows package.Tony Garnock-Jones2010-05-141-2/+0
| | * | | Attempt at an equivalent patch for the Windows scripts. Untested!Tony Garnock-Jones2010-05-144-126/+37
| | * | | Move plugin activation into the startup script for unixes. Update packaging a...Tony Garnock-Jones2010-05-149-221/+20
| * | | | merge headsMatthias Radestock2010-08-092-31/+47
| |\ \ \ \
| | * \ \ \ merging bug23039 into defaultVlad Alexandru Ionescu2010-08-092-31/+47
| | |\ \ \ \
| | | * | | | include method name in error if possibleMatthias Radestock2010-08-061-18/+20
| | | * | | | oopsMatthias Radestock2010-08-061-1/+1
| | | * | | | exit the framing_channel normally on unexected_frame errorMatthias Radestock2010-08-062-30/+44
| * | | | | | merge bug23095 into defaultMatthias Radestock2010-08-091-31/+30
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-092-25/+19
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Modify behaviour of intrinsic to be more like transient, except in the case o...Matthew Sackman2010-08-091-11/+6
| * | | | | | Reverting rabbit_sup to not use intrinsicMatthew Sackman2010-08-091-9/+9
| * | | | | | use state_del_child instead of remove_childMatthias Radestock2010-08-091-2/+2
| * | | | | | cosmeticMatthias Radestock2010-08-091-8/+7
* | | | | | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-092-14/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Convert rabbit_sup to supervisor2 using intrinsicMatthew Sackman2010-08-091-9/+9
| * | | | | | Introduce intrinsic restart typeMatthew Sackman2010-08-091-1/+16
| |/ / / / /
* | | | | | Merging default into bug 15930Matthew Sackman2010-08-090-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Export gen_server2:enter_loop6 (oversight from the past)Matthew Sackman2010-08-091-1/+1
* | | | | | Merging bug 23094 into bug 15930Matthew Sackman2010-08-091-3/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cosmeticMatthew Sackman2010-08-091-4/+3
| * | | | | cosmeticMatthew Sackman2010-08-091-1/+1
| * | | | | Move parent inside of #v1 in readerMatthew Sackman2010-08-091-28/+28
| |/ / / /
* | | | | Merging default into bug 15930Matthew Sackman2010-08-096-19/+73
|\ \ \ \ \ | |/ / / /
| * | | | Merge bug23091 (use protocol in #content rather than supplying it)Michael Bridgen2010-08-085-16/+69
| |\ \ \ \
| | * | | | expand and rewrite testsMatthias Radestock2010-08-081-9/+27
| | * | | | improve test coverageMatthias Radestock2010-08-071-0/+28