summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove badarg test since it's part of general error handling nowbug24323Matthias Radestock2011-10-031-1/+0
* simplify/generalise badarg handlingMatthias Radestock2011-10-031-9/+5
* Expect failure silently in testEmile Joubert2011-10-031-1/+0
* Immediate updates after memory vm highwatermark changeEmile Joubert2011-09-303-6/+18
* Remove redundant definitionEmile Joubert2011-09-281-3/+0
* Rely on a running vm_memory_monitorEmile Joubert2011-09-191-17/+3
* Better default last memory limit during updatesEmile Joubert2011-09-191-8/+17
* Makes queues sensitive to changes in RAMEmile Joubert2011-09-161-12/+8
* CosmeticEmile Joubert2011-09-061-3/+1
* Safer status in case broker is busy shutting downEmile Joubert2011-09-061-6/+8
* cosmetic: don't delve into details of what's in the output of 'status'Matthias Radestock2011-09-051-8/+3
* Merged default into bug24323Emile Joubert2011-08-314-66/+96
|\
| * Report vm memory limits conditionallyEmile Joubert2011-08-301-4/+12
| * Backed out changeset e115f0eec60cEmile Joubert2011-08-304-23/+5
| * Report vm memory limits differentlyEmile Joubert2011-08-304-5/+23
| * Move docs for rabbitmqctl set_vm_memory_high_watermarkEmile Joubert2011-08-262-23/+4
| * Cleaner docs, less verbose loggingEmile Joubert2011-08-232-59/+49
| * Language in rabbitmqctl docEmile Joubert2011-08-191-5/+10
| * Detail about units of numbers reported by 'rabbitmqctl status'Emile Joubert2011-08-171-2/+3
| * Query total RAM when updating highwatermarkEmile Joubert2011-08-173-27/+40
| * Change vm_memory_high_watermark while runningEmile Joubert2011-08-173-1/+38
* | Added tag rabbitmq_v2.6.0 for changeset 6547461e6c2eTim Fox2011-08-300-0/+0
* | Changelogs for 2.6.0 releaserabbitmq_v2_6_0rabbitmq_v2.6.0Tim Fox2011-08-302-0/+9
* | Merge bug24377Simon MacMullen2011-08-264-17/+16
|\ \
| * | one way to check whether rabbit is runningbug24377Matthias Radestock2011-08-254-17/+16
* | | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 s...Simon MacMullen2011-08-261-22/+1
* | | move misplaced commentMatthias Radestock2011-08-261-2/+2
|/ /
* | Update for user tags. Also move the explanation of the listing format to the ...Simon MacMullen2011-08-251-3/+5
* | Merge bug24095 into defaultRob Harrop2011-08-242-4/+8
|\ \
| * \ Merged bug23979 into defaultEmile Joubert2011-08-231-1/+1
| |\ \
| | * \ Merge bug24357 into defaultRob Harrop2011-08-221-1/+1
| | |\ \
| | | * | Shortstrs are actually up to 255. Derp.bug24357Matthew Sackman2011-08-221-1/+1
| | | * | AMQP error reasons are shortstrs. Take advantage of ~p and limit to the short...Matthew Sackman2011-08-221-1/+1
| | |/ /
| * | | only output warning if clusteredbug23979Alexandru Scvortov2011-08-191-3/+7
| * | | fast-forward bug23979 to defaultAlexandru Scvortov2011-08-190-0/+0
| |\ \ \ | | |/ / | |/| |
* | | | Move the default pid file so it doesn't get wiped out by rabbitmqctl reset.bug24095Simon MacMullen2011-08-231-1/+1
* | | | Update the man page.Simon MacMullen2011-08-221-6/+14
* | | | Merge with defaultRob Harrop2011-08-227-23/+94
|\ \ \ \ | |/ / / |/| | |
| * | | MNESIA_DIR is not always set. Make sure the directory exists.Simon MacMullen2011-07-281-2/+3
| * | | ...and get the ownership right.Simon MacMullen2011-07-272-0/+2
| * | | /var/run/rabbitmq should existSimon MacMullen2011-07-272-0/+2
| * | | Always write the pid file, and write it in /var/run for debs/RPMs.Simon MacMullen2011-07-272-5/+4
| * | | It *is* a process. It *has* a pid.Simon MacMullen2011-07-201-3/+3
| * | | (Untested) attempt at updating OCF script.Simon MacMullen2011-07-201-3/+18
| * | | Uh, it's probably an idea to write out the pidfile as early as possible, in c...Simon MacMullen2011-07-191-4/+4
| * | | The problem with kill -0 is that its semantics are "could I send a signal to ...Simon MacMullen2011-07-151-1/+1
| * | | Do these checks the other way round - if the pid is not running we should fai...Simon MacMullen2011-07-151-7/+7
| * | | Be more clear when pidfile read fails.Simon MacMullen2011-07-151-1/+1
| * | | Show when we've acquired the pid. This would be useful for diagnostics.Simon MacMullen2011-07-151-5/+7
| * | | We should probably prefix this.Simon MacMullen2011-07-142-3/+3