summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makes better use out of the reverse routes when deletingBen Hood2008-10-051-17/+40
|
* Minor refactoring of the continuationBen Hood2008-10-051-12/+6
|
* Fixes for auto-delete exchangesBen Hood2008-10-051-27/+67
|
* Fix for not cleaning up durable auto_delete exchanges properlyBen Hood2008-09-301-1/+5
|
* SimplicationsBen Hood2008-09-301-9/+7
|
* Made better use of pattern matching in mnesia:delete_object/1Ben Hood2008-09-301-20/+15
|
* Fix for auto_delete exchangesBen Hood2008-09-301-0/+15
|
* Reverse routes and durable routes now get deletedBen Hood2008-09-291-2/+12
|
* cosmetic changes and some minor refactoringMatthias Radestock2008-09-284-111/+87
|
* Binned resource() typeBen Hood2008-09-272-5/+1
|
* Removed e_m_t/2Ben Hood2008-09-273-10/+6
|
* rabbit_exchange:{add,delete}_binding/1 should not be exportedBen Hood2008-09-271-1/+0
|
* Truncated lines in this patch to 78Ben Hood2008-09-273-16/+28
|
* Swapped position of exchange and queue in binding APIsBen Hood2008-09-273-6/+6
|
* Cosmetic fixBen Hood2008-09-271-1/+1
|
* Dialyzer fixesBen Hood2008-09-272-3/+8
|
* Make function match a bit tighterBen Hood2008-09-271-1/+1
|
* Fixed bug with fanout routingBen Hood2008-09-271-1/+7
|
* more simplificationsMatthias Radestock2008-09-261-14/+14
|
* some simplificationsMatthias Radestock2008-09-261-12/+8
|
* simplify selectMatthias Radestock2008-09-261-19/+8
|
* Fixed type signatureBen Hood2008-09-211-1/+1
|
* Got rid of no spaces after commasBen Hood2008-09-212-7/+7
|
* Merged default into 18776Ben Hood2008-09-2123-210/+807
|\
| * merge bug19164 into defaultMatthias Radestock2008-09-114-81/+142
| |\
| | * cosmeticMatthias Radestock2008-09-111-7/+5
| | |
| | * cosmeticHubert Plociniczak2008-09-111-6/+8
| | |
| | * Use parse_status to correctly determineHubert Plociniczak2008-09-111-3/+4
| | | | | | | | | | | | the status of the node. No need to print node's apps.
| | * Added status command to rabbit_mutli, init.d scriptsHubert Plociniczak2008-09-114-81/+141
| |/ | | | | | | | | | | | | | | | | now use that command. Used status command in init.d scripts to check if the server is running before stopping it. Fixed various indentation problems in init.d scripts. Synchronized the init.d in Debian and RPM to behave in a similar way.
| * merge bug19193 into defaultMatthias Radestock2008-09-1013-38/+109
| |\
| | * merge default into bug19193Hubert Plociniczak2008-09-1012-20/+41
| | |\ | | |/ | |/|
| * | merge bug19166 into defaultMatthias Radestock2008-09-093-93/+111
| |\ \
| | * | Start the RabbitMQ server after addingHubert Plociniczak2008-09-091-0/+1
| | | | | | | | | | | | | | | | it to chkconfig.
| * | | merge bug19144 into defaultMatthias Radestock2008-09-091-3/+3
| |\ \ \
| | * | | Updated the license to reflect the current state.Hubert Plociniczak2008-09-091-3/+3
| |/ / / | | | | | | | | | | | | | | | | Debian packaging has the same license as the broker itself.
| * | | merge bug19200 into defaultMatthias Radestock2008-09-089-42/+489
| |\ \ \
| | | | * Refactoring of call_all_nodes/1Hubert Plociniczak2008-09-101-28/+18
| | | | |
| | | | * Use lists:foreach instead of tail recursionHubert Plociniczak2008-09-102-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in rotate_logs command. Updated usage function() Reverted change in rabbitmq-server.spec that didn't belong to this bug.
| | | | * Continue rotate_logs command even whenHubert Plociniczak2008-09-091-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | the command on specific node returns an error. Display the error message in that case only.
| | | | * Fixed various QA remarks.Hubert Plociniczak2008-09-094-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed rotate_logs_all to rotate_logs. logrotate will fail silently to logrotate if calling rotate_logs on any of the logs failed.
| | | | * Return value of the RETVAL variable in init.dHubert Plociniczak2008-09-091-1/+1
| | | | |
| | | | * Renamed startup.log, .err to startup_log, _errHubert Plociniczak2008-09-092-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid logrotation problems. This also removes the problem when the node is called startup. Same situation for shutdown logs.
| | | | * Merge bug19200 into bug19193Hubert Plociniczak2008-09-058-81/+299
| | | | |\ | | | |_|/ | | |/| |
| | * | | Removed catch in append_file/2 since thereHubert Plociniczak2008-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | is nothing to catch.
| | * | | Reverted changes that accidentally got committedHubert Plociniczak2008-09-042-8/+7
| | | | |
| | * | | Added tests to cover the changes made in last commitHubert Plociniczak2008-09-043-10/+17
| | | | |
| | * | | Perform standard handler installation when originalHubert Plociniczak2008-09-042-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | handler was not installed correcly or terminated with an error.
| | * | | Moved log configuration to start/0,Hubert Plociniczak2008-09-042-10/+19
| | | | | | | | | | | | | | | | | | | | throw more informative errors
| | * | | Renamed logs_location/1 function to log_location/1.Hubert Plociniczak2008-09-032-18/+69
| | | | | | | | | | | | | | | | | | | | Added more test cases to cover problems with logging during startup.
| | * | | Simplified the way we get logs locations,Hubert Plociniczak2008-09-032-40/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper checking for the right handlers. Added test case for log rotation when logging is turned off.