summaryrefslogtreecommitdiff
path: root/src/rabbit_multi.erl
Commit message (Expand)AuthorAgeFilesLines
* s/fun(/fun (/gSimon MacMullen2010-05-281-2/+2
* Merging bug 22559 onto defaultMatthew Sackman2010-03-291-1/+1
|\
| * Merging default into bug 22550Matthew Sackman2010-03-241-1/+2
| |\
| * | All module names must start 'rabbit_'.Matthew Sackman2010-03-211-1/+1
| * | Corrected build system:Matthew Sackman2010-03-211-1/+1
* | | Don't reinterpret the usage message.bug22559Simon MacMullen2010-03-291-2/+2
* | | Make the generated usage functions just return a string, not print and halt.Simon MacMullen2010-03-241-1/+2
| |/ |/|
* | Additions to specs to prevent dialyzer errorsMatthew Sackman2010-03-231-0/+1
|/
* Merge bug22407 into defaultEmile Joubert2010-03-191-11/+2
|\
| * Rewrite rabbitmqctl man page as DocBook XML taken from the website admin guid...Simon MacMullen2010-02-241-11/+2
* | Missed onebug22456Matthew Sackman2010-03-081-1/+1
|/
* Avoid the use of spawn_executable on non-Windows platformsbug22361David Wragg2010-02-151-3/+2
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | Fix rabbitmq-multi issue with parentheses in pathbug22289David Wragg2010-02-091-10/+17
|/
* allow nodes to be started with no listenersMatthias Radestock2009-12-011-7/+12
* two bug fixes and some refactoringMatthias Radestock2009-12-011-27/+23
* multi is a convenience. It should blow up when starting > 1 nodes when we hav...Matthew Sackman2009-11-251-12/+35
* Minor QA fixbug21771Marek Majkowski2009-10-211-1/+1
* cope with suffixed node names in scriptsMatthias Radestock2009-10-081-12/+14
* a little refactoring; fixing case patterns orderVlad Ionescu2009-09-171-11/+7
* changing back a few usages of proplists:* to lists:key*; changing usages of p...Vlad Ionescu2009-09-171-8/+8
* changing uses of lists:key* functions to proplists:*, where the key is of typ...Vlad Ionescu2009-09-161-18/+21
* keep dialyzer happybug20597Matthias Radestock2009-04-141-0/+11
* use halt() instead of init:stop()bug20141Matthias Radestock2009-01-131-1/+1
* merge bug19914 into defaultMatthias Radestock2008-12-101-6/+6
|\
| * Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang codeTony Garnock-Jones2008-12-081-6/+6
* | Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
|/
* Merge default into bug19910Hubert Plociniczak2008-12-011-1/+1
|\
| * Cosmeticbug19912Hubert Plociniczak2008-12-011-1/+1
* | write script errors to stderrMatthias Radestock2008-11-301-1/+1
|/
* remove 'error' tags in exceptionsMatthias Radestock2008-11-301-8/+4
* consistent display of errors in rabbit_multiMatthias Radestock2008-11-301-4/+8
* cosmeticbug19164Matthias Radestock2008-09-111-7/+5
* cosmeticHubert Plociniczak2008-09-111-6/+8
* Use parse_status to correctly determineHubert Plociniczak2008-09-111-3/+4
* Added status command to rabbit_mutli, init.d scriptsHubert Plociniczak2008-09-111-0/+12
* Refactoring of call_all_nodes/1Hubert Plociniczak2008-09-101-28/+18
* Use lists:foreach instead of tail recursionHubert Plociniczak2008-09-101-16/+15
* Continue rotate_logs command even whenHubert Plociniczak2008-09-091-5/+4
* Fixed various QA remarks.Hubert Plociniczak2008-09-091-7/+8
* Added rotate_logs_all command to rabbitmq_multi.Hubert Plociniczak2008-08-271-7/+31
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+279