| Commit message (Expand) | Author | Age | Files | Lines |
| * | moved common spec to rabbit.hrl; rewrote status code | Alexandru Scvortov | 2010-06-11 | 1 | -1/+0 |
| * | fixed crash when rabbit:status/0 called after rabbit was stopped | Alexandru Scvortov | 2010-06-10 | 1 | -1/+1 |
| * | Start bug22597 again. | Simon MacMullen | 2010-06-08 | 1 | -1/+2 |
| * | Warn, rather than die, on not-found module in boot step construction | Tony Garnock-Jones | 2010-05-15 | 1 | -1/+13 |
| * | Merging bug 19844 onto default | Matthew Sackman | 2010-05-05 | 1 | -4/+4 |
| |\ |
|
| | * | Merging default into bug 19844 | Matthew Sackman | 2010-04-27 | 1 | -18/+20 |
| | |\ |
|
| | * \ | Merging default into bug19844 | Matthew Sackman | 2010-04-26 | 1 | -7/+7 |
| | |\ \ |
|
| | * | | | Remove delegate_sup_sup, make delegates restartable on error. | Simon MacMullen | 2010-04-22 | 1 | -1/+1 |
| | * | | | Merging default into bug 19844 (debitrotting) | Matthew Sackman | 2010-04-21 | 1 | -19/+24 |
| | |\ \ \ |
|
| | * | | | | Reimplement rabbit_router in terms of delegate. | Simon MacMullen | 2010-03-18 | 1 | -7/+0 |
| | * | | | | Generic delegate mechanism, similar to what the router did before. | Simon MacMullen | 2010-03-17 | 1 | -0/+8 |
| * | | | | | cherry-pick file_handle_cache from bug21673 | Matthias Radestock | 2010-04-30 | 1 | -0/+6 |
| * | | | | | merge default into bug22616 | Matthias Radestock | 2010-04-30 | 1 | -8/+21 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | bug22637 merged into default (erlang version check on start of the application) | Marek Majkowski | 2010-04-30 | 1 | -6/+18 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Modify version_compare so that eg 5.0 is eq 5. On application start, check th... | Matthew Sackman | 2010-04-29 | 1 | -6/+18 |
| | | | |_|_|/
| | |/| | | |
|
| | * | | | | | 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 |
| | |/ / / / |
|
| * | | | | | merge default into bug22616 | Matthias Radestock | 2010-04-27 | 1 | -18/+20 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, mea... | Matthew Sackman | 2010-04-27 | 1 | -12/+18 |
| | * | | | | turn queue recovery upside down | Matthias Radestock | 2010-04-27 | 1 | -6/+2 |
| | | |_|/
| |/| | |
|
| * | | | | fix typo | Matthias Radestock | 2010-04-26 | 1 | -1/+1 |
| * | | | | merge default into bug22616 | Matthias Radestock | 2010-04-26 | 1 | -7/+7 |
| |\ \ \ \
| |/ / / |
|
| | * | | | remove legacy serial seeding | Matthias Radestock | 2010-04-24 | 1 | -7/+7 |
| | | |/
| |/| |
|
| * | | | add memory_monitor | Matthias Radestock | 2010-04-16 | 1 | -0/+7 |
| |/ / |
|
| * | | combine queue sup startup and recovery | Matthias Radestock | 2010-04-12 | 1 | -13/+7 |
| * | | Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr... | Matthew Sackman | 2010-03-23 | 1 | -5/+17 |
| |/ |
|
| * | Merging bug 22454 into bug 22456 | Matthew Sackman | 2010-03-08 | 1 | -4/+4 |
| |\ |
|
| | * | Reworked the supervision heirarchy again | Matthew Sackman | 2010-03-08 | 1 | -4/+4 |
| * | | Extended all timeouts | Matthew Sackman | 2010-03-08 | 1 | -9/+6 |
| |/ |
|
| * | reworked supervisor hierarchy | Matthew Sackman | 2010-03-05 | 1 | -4/+8 |
| * | merging default into bug 22169 | Matthew Sackman | 2010-02-19 | 1 | -3/+3 |
| |\ |
|
| | * | update copyright notices to say 2010 where appropriate | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
| * | | rabbit_exchange_type.erl => rabbit_exchange_type_registry.erl; rabbit_exchang... | Matthew Sackman | 2010-02-03 | 1 | -3/+4 |
| * | | Merge from default to get an abundance of fixes; including (this is the | Michael Bridgen | 2010-01-29 | 1 | -26/+26 |
| |\ \
| |/ |
|
| | * | Merge bug22213 into default | David Wragg | 2010-01-29 | 1 | -23/+23 |
| | |\ |
|
| | | * | pre => enables, post => requires | Matthew Sackman | 2010-01-22 | 1 | -23/+23 |
| | * | | cosmetic: give startup messages a bit more space | Matthias Radestock | 2010-01-27 | 1 | -1/+1 |
| | |/ |
|
| | * | this looks prettier | Matthias Radestock | 2010-01-21 | 1 | -1/+1 |
| * | | Merge from default, to get new boot sequence among other things. | Michael Bridgen | 2010-01-14 | 1 | -105/+207 |
| |\ \
| |/ |
|
| | * | merge bug 22039 into default | Matthew Sackman | 2009-12-22 | 1 | -104/+202 |
| | |\ |
|
| | | * | Refactor away boot_core_processes. | Tony Garnock-Jones | 2009-12-17 | 1 | -32/+51 |
| | | * | Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listeners | Tony Garnock-Jones | 2009-12-17 | 1 | -39/+17 |
| | | * | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-17 | 1 | -0/+1 |
| | | |\ |
|
| | | * | | cosmetics (mainly line length, alignment and trailing WS) | Matthew Sackman | 2009-12-16 | 1 | -48/+69 |
| | | * | | Split up and tweak startup order. | Tony Garnock-Jones | 2009-12-14 | 1 | -49/+32 |
| | | * | | Switch to explicit MFA, and symbolic boot step names. | Tony Garnock-Jones | 2009-12-14 | 1 | -56/+69 |
| | | * | | Move planning code out of activator and into rabbit proper. | Tony Garnock-Jones | 2009-12-14 | 1 | -30/+90 |
| | | * | | Fixup specs. | Tony Garnock-Jones | 2009-12-14 | 1 | -2/+2 |
| | | * | | Add "-rabbit_boot_step" module attribute to specify startup sequence. | Tony Garnock-Jones | 2009-12-14 | 1 | -109/+114 |
| | | * | | Avoid compiler warning about unused term; weirdly, the replaced idiom works e... | Tony Garnock-Jones | 2009-11-30 | 1 | -2/+3 |