| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | | * | | Change tactic to examine modules in .app files for rabbit_static_hook_* modules | Tony Garnock-Jones | 2009-11-30 | 1 | -14/+16 |
| | | * | | Initial stab at the problem | Tony Garnock-Jones | 2009-11-30 | 1 | -10/+30 |
| | * | | | Backed out changeset 3ab59ae0f0e9 | Matthias Radestock | 2009-12-18 | 1 | -1/+0 |
| | | |/
| |/| |
|
| * | | | Remove mnesia event implementation of exchange hooks, again. | Michael Bridgen | 2010-01-13 | 1 | -2/+1 |
| * | | | Merge default into bug22068 | Tony Garnock-Jones | 2009-12-17 | 1 | -0/+1 |
| |\ \ \
| |/ / |
|
| | * | | New process to own the tables. API for accessing the tables. | Tony Garnock-Jones | 2009-12-14 | 1 | -0/+1 |
| | |/ |
|
| * | | Use mnesia table events instead of in-transaction callbacks. | Tony Garnock-Jones | 2009-12-02 | 1 | -1/+2 |
| |/ |
|
| * | all done | Matthew Sackman | 2009-11-16 | 1 | -9/+9 |
| * | When clustered, on application:stop, make sure we call on_node_node(node()). ... | Matthew Sackman | 2009-10-29 | 1 | -1/+1 |
| * | placation of Matthias - more sensible rabbit_mnesia API | Matthew Sackman | 2009-10-29 | 1 | -1/+4 |
| * | On application:stop, if we're not clustered, walk through all the ram tables,... | Matthew Sackman | 2009-10-29 | 1 | -0/+1 |
| * | We don't need two ways of disabling the mm, and 0 tends to mean unlimited els... | Matthew Sackman | 2009-10-28 | 1 | -1/+0 |
| * | system_memory_high_watermark => vm_memory_high_watermark | Matthew Sackman | 2009-10-28 | 1 | -2/+2 |
| * | More cosmetic | Matthew Sackman | 2009-10-28 | 1 | -6/+8 |
| * | Default merged into bug21457 | Marek Majkowski | 2009-10-12 | 1 | -4/+16 |
| |\ |
|
| | * | merge bug21669 into default | Matthias Radestock | 2009-09-30 | 1 | -4/+8 |
| | |\ |
|
| | | * | leave error reporting in rabbit:prepare to context | Matthias Radestock | 2009-09-30 | 1 | -11/+5 |
| | | * | Reverted rabbit:boot to rabbit_misc:start_applications | Paul Jones | 2009-09-30 | 1 | -1/+1 |
| | | * | Removed application starting changes, since these were causing a number of pr... | Paul Jones | 2009-09-30 | 1 | -13/+6 |
| | | * | Updated boot modification code to support catching errors | Paul Jones | 2009-09-28 | 1 | -6/+20 |
| | | * | Added rabbit:prepare to the generated boot file; removed call to rabbit:start... | Paul Jones | 2009-09-24 | 1 | -3/+6 |
| | * | | display helpful diagnostics on badrpc error in rabbitmqctl | Matthias Radestock | 2009-09-29 | 1 | -0/+8 |
| | |/ |
|
| * | | Default merged into bug 21457 | Marek Majkowski | 2009-09-29 | 1 | -4/+9 |
| |\ \
| |/ |
|
| | * | removing rabbit_misc:absolute_path | Vlad Ionescu | 2009-09-23 | 1 | -2/+1 |
| | * | broker now prints the location of rabbit.app on startup | Vlad Ionescu | 2009-09-23 | 1 | -4/+10 |
| * | | minor os_mon fixes | Marek Majkowski | 2009-09-28 | 1 | -1/+2 |