Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove condrestart targetbug23858 | Matthew Sackman | 2011-02-17 | 1 | -1/+1 |
* | Implement try-restart and condrestart as intended | Matthew Sackman | 2011-02-17 | 1 | -1/+16 |
* | Merging default into bug23657bug23657 | Matthew Sackman | 2011-02-17 | 23 | -134/+215 |
|\ | |||||
| * | s/now_millis/now_micros - so the name matches the function | Matthias Radestock | 2011-02-17 | 1 | -3/+3 |
| * | bug21741 merged into default | Marek Majkowski | 2011-02-16 | 7 | -17/+28 |
| |\ | |||||
| | * | Rename rabbitmq.confbug21741 | Emile Joubert | 2011-02-03 | 4 | -15/+15 |
| | * | First version of renaming rabbitmq.conf | Emile Joubert | 2011-02-02 | 4 | -2/+13 |
| * | | Merged bug23840 into default | Emile Joubert | 2011-02-16 | 3 | -25/+38 |
| |\ \ | |||||
| | * | | Whoops. Forgot thesebug23840 | Matthew Sackman | 2011-02-15 | 1 | -6/+9 |
| | * | | Supply server capabilites | Matthew Sackman | 2011-02-14 | 1 | -12/+20 |
| | * | | Make server_properties a /1 | Matthew Sackman | 2011-02-14 | 2 | -8/+10 |
| * | | | simplified and better error reporting on queue declare arg checks | Matthias Radestock | 2011-02-15 | 1 | -17/+7 |
| * | | | Merged bug23842 into default | Emile Joubert | 2011-02-14 | 0 | -0/+0 |
| |\ \ \ | |||||
| * | | | | print usage message for all command line parsing errorsbug23842 | Matthias Radestock | 2011-02-14 | 1 | -15/+11 |
| |/ / / | |||||
| * | | | merge bug23829 into default | Alexandru Scvortov | 2011-02-14 | 2 | -3/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Merging bug23609 to default | Matthew Sackman | 2011-02-14 | 2 | -2/+2 |
| | |\ \ | |||||
| | | * \ | merge bug23765 into default (current sync interval in queue_process and msg_s... | Alexandru Scvortov | 2011-02-14 | 22 | -93/+840 |
| | | |\ \ | |||||
| | | * | | | Bump up sync timers in queue and msg_store to 25msbug23765 | Matthew Sackman | 2011-01-31 | 2 | -2/+2 |
| | * | | | | moved call for call deletion notification into Funbug23609 | Tim Fox | 2011-02-11 | 1 | -1/+2 |
| | | |/ / | | |/| | | |||||
| * | | | | Added documentationbug23829 | Matthew Sackman | 2011-02-12 | 1 | -0/+9 |
| * | | | | Add ability to change backing module dynamically | Matthew Sackman | 2011-02-11 | 1 | -0/+16 |
| |/ / / | |||||
| * | | | Merged bug23811 (no need for amqqueue:notify_sent to use delegate) | Simon MacMullen | 2011-02-10 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | use a plain cast, not delegatebug23811 | Matthew Sackman | 2011-02-07 | 1 | -1/+1 |
| * | | | | Merge bug23813 (abstract rabbit out of delegate) | Simon MacMullen | 2011-02-10 | 17 | -52/+759 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge bug23806 into default (Re-declaring a queue on a different cluster node... | Alexandru Scvortov | 2011-02-09 | 4 | -18/+57 |
| | |\ \ \ \ | |||||
| | | * | | | | Added test which covers the mysteriously dead queue on queue declaration, and...bug23806 | Matthew Sackman | 2011-02-08 | 1 | -2/+30 |
| | | * | | | | I need a much longer timeout for these tests... | Matthew Sackman | 2011-02-08 | 1 | -1/+1 |
| | | * | | | | Merging default to bug23806 | Matthew Sackman | 2011-02-08 | 6 | -20/+100 |
| | | |\ \ \ \ | |||||
| | | * | | | | | abstract out is_process_alive | Matthew Sackman | 2011-02-08 | 3 | -19/+29 |
| | | * | | | | | remove non-rpc'd call to is_process_alive - now matches the rpc version in am... | Matthew Sackman | 2011-02-07 | 1 | -4/+5 |
| | * | | | | | | Merge bug23792 into default | Simon MacMullen | 2011-02-09 | 5 | -15/+13 |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| | | * | | | | | Make tcp listen options configurablebug23792 | Matthew Sackman | 2011-02-02 | 5 | -15/+13 |
| | | | |_|_|/ | | | |/| | | | |||||
| * | | | | | | Move the booting of the delegate to rabbitbug23813 | Matthew Sackman | 2011-02-08 | 2 | -9/+9 |
| * | | | | | | accomodate both forms of nodedown | Matthew Sackman | 2011-02-07 | 1 | -1/+2 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Abstract out the rabbit from delegate (also improve robustness) | Matthew Sackman | 2011-02-07 | 3 | -23/+30 |
* | | | | | | No need to reassign. | Simon MacMullen | 2011-02-16 | 1 | -1/+0 |
* | | | | | | According to http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB... | Simon MacMullen | 2011-02-16 | 1 | -1/+1 |
* | | | | | | Don't fail if the lock file does not exist (on Debian). | Simon MacMullen | 2011-02-16 | 1 | -2/+6 |
* | | | | | | Make the timeout code a bit clearer. | Simon MacMullen | 2011-02-15 | 1 | -9/+9 |
* | | | | | | Make "set +e" cover rather less code. | Simon MacMullen | 2011-02-14 | 1 | -5/+5 |
* | | | | | | More explicit documentation. | Simon MacMullen | 2011-02-14 | 1 | -2/+2 |
* | | | | | | Add pid to rabbitmqctl status. | Simon MacMullen | 2011-02-09 | 1 | -1/+2 |
* | | | | | | Undo 3b4956543c30 | Simon MacMullen | 2011-02-09 | 3 | -33/+3 |
* | | | | | | http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic... | Simon MacMullen | 2011-02-09 | 1 | -1/+1 |
* | | | | | | Correct the behaviour of /etc/init.d/rabbitmq-server status | Simon MacMullen | 2011-02-09 | 3 | -3/+33 |
* | | | | | | Use setsid rather than nohup. | Simon MacMullen | 2011-02-09 | 2 | -3/+3 |
* | | | | | | Remove pointless test, fix comment. | Simon MacMullen | 2011-02-09 | 1 | -7/+1 |
* | | | | | | Reverse to avoid negated conditional | Simon MacMullen | 2011-02-09 | 1 | -4/+4 |
* | | | | | | Trailing tab and whitespace | Matthew Sackman | 2011-02-08 | 1 | -1/+1 |
* | | | | | | Merging default into bug23657 | Matthew Sackman | 2011-02-08 | 17 | -680/+115 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | |