| Commit message (Expand) | Author | Age | Files | Lines |
* | Backed out changeset 3ab59ae0f0e9 | Matthias Radestock | 2009-12-18 | 1 | -1/+0 |
* | New process to own the tables. API for accessing the tables. | Tony Garnock-Jones | 2009-12-14 | 1 | -0/+1 |
* | 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 |
* | | renamed to vm_memory_monitor | Marek Majkowski | 2009-09-25 | 1 | -1/+1 |
* | | qa fixes, some refactoring | Marek Majkowski | 2009-09-25 | 1 | -6/+4 |
* | | new memsup code | Marek Majkowski | 2009-09-16 | 1 | -2/+13 |
|/ |
|
* | Merged default into bug17880 | Paul Jones | 2009-08-28 | 1 | -5/+20 |
|\ |
|
| * | slight resequencing of core process startup | Matthias Radestock | 2009-08-28 | 1 | -3/+3 |
| * | merging in from default | Matthew Sackman | 2009-08-25 | 1 | -2/+16 |
| |\ |
|
| * | | cosmetic | Matthew Sackman | 2009-07-23 | 1 | -2/+2 |
| * | | Merge with upstream | Essien Ita Essien | 2009-06-21 | 1 | -6/+10 |
| |\ \ |
|
| * \ \ | Merge with upstream default | Essien Ita Essien | 2009-02-19 | 1 | -3/+8 |
| |\ \ \ |
|
| * | | | | Cosmetic. Using a list comprehension instead of lists:foreach | Essien Ita Essien | 2009-02-19 | 1 | -5/+3 |
| * | | | | Cosmetic. Its better to match on [] than on length(AList), | Essien Ita Essien | 2009-02-19 | 1 | -4/+3 |
| * | | | | Cosmetic. Keep variable names as normalized CamelCase for | Essien Ita Essien | 2009-02-19 | 1 | -5/+5 |
| * | | | | Merged with upstream | Essien Ita Essien | 2009-01-29 | 1 | -2/+7 |
| |\ \ \ \ |
|
| * | | | | | Make use of start_{tcp,ssl}_listener again | Essien Ita Essien | 2009-01-16 | 1 | -3/+2 |
| * | | | | | start_applications has been moved to rabbit_misc.erl | Essien Ita Essien | 2009-01-12 | 1 | -1/+1 |
| * | | | | | Merge with upstream | Essien Ita Essien | 2009-01-12 | 1 | -30/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | Re-write start_tcp_listener to take an additional mfa() argument. | Essien Ita Essien | 2009-01-11 | 1 | -2/+3 |
| * | | | | | | Remove the hardcoded ssl options, and read them in from the app env | Essien Ita Essien | 2008-12-28 | 1 | -8/+10 |
| * | | | | | | crypto also needs to be started only if ssl_listeners are up | Essien Ita Essien | 2008-12-27 | 1 | -2/+2 |
| * | | | | | | Change the way that ssl_listeners option is specified. | Essien Ita Essien | 2008-12-26 | 1 | -1/+8 |
| * | | | | | | Merge in upstream changes | Essien Ita Essien | 2008-12-26 | 1 | -5/+2 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Add SSL Listeners startup section to rabbit.erl startup steps. | Essien Ita Essien | 2008-12-15 | 1 | -1/+10 |
* | | | | | | | | Removed extra_startup_steps from being applied at startup | Paul Jones | 2009-08-17 | 1 | -4/+1 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Implementation of hook mechanism using ETS table for storage of hooks, along ... | Paul Jones | 2009-08-10 | 1 | -0/+1 |
* | | | | | | | An evocative and inspiring bunny. | Matthew Sackman | 2009-08-06 | 1 | -2/+15 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | tabs -> spaces | Matthias Radestock | 2009-06-18 | 1 | -2/+2 |
* | | | | | | merge v1_5 into default | Tony Garnock-Jones | 2009-05-18 | 1 | -4/+8 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Silence unused variable warning | Tony Garnock-Jones | 2009-05-18 | 1 | -1/+1 |
| * | | | | | display node name and db dir on startup | Matthias Radestock | 2009-05-18 | 1 | -4/+8 |