| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Makes queues sensitive to changes in RAM | Emile Joubert | 2011-09-16 | 1 | -12/+8 |
| | | |||||
| * | Cosmetic | Emile Joubert | 2011-09-06 | 1 | -3/+1 |
| | | |||||
| * | Safer status in case broker is busy shutting down | Emile Joubert | 2011-09-06 | 1 | -6/+8 |
| | | |||||
| * | cosmetic: don't delve into details of what's in the output of 'status' | Matthias Radestock | 2011-09-05 | 1 | -8/+3 |
| | | |||||
| * | Merged default into bug24323 | Emile Joubert | 2011-08-31 | 4 | -66/+96 |
| |\ | |||||
| | * | Report vm memory limits conditionally | Emile Joubert | 2011-08-30 | 1 | -4/+12 |
| | | | |||||
| | * | Backed out changeset e115f0eec60c | Emile Joubert | 2011-08-30 | 4 | -23/+5 |
| | | | |||||
| | * | Report vm memory limits differently | Emile Joubert | 2011-08-30 | 4 | -5/+23 |
| | | | |||||
| | * | Move docs for rabbitmqctl set_vm_memory_high_watermark | Emile Joubert | 2011-08-26 | 2 | -23/+4 |
| | | | | | | | | | and only modify state when necessary | ||||
| | * | Cleaner docs, less verbose logging | Emile Joubert | 2011-08-23 | 2 | -59/+49 |
| | | | |||||
| | * | Language in rabbitmqctl doc | Emile Joubert | 2011-08-19 | 1 | -5/+10 |
| | | | |||||
| | * | Detail about units of numbers reported by 'rabbitmqctl status' | Emile Joubert | 2011-08-17 | 1 | -2/+3 |
| | | | |||||
| | * | Query total RAM when updating highwatermark | Emile Joubert | 2011-08-17 | 3 | -27/+40 |
| | | | |||||
| | * | Change vm_memory_high_watermark while running | Emile Joubert | 2011-08-17 | 3 | -1/+38 |
| | | | |||||
| * | | Added tag rabbitmq_v2.6.0 for changeset 6547461e6c2e6547461e6c2e | Tim Fox | 2011-08-30 | 0 | -0/+0 |
| | | | |||||
| * | | Changelogs for 2.6.0 releaserabbitmq_v2_6_0rabbitmq_v2.6.0 | Tim Fox | 2011-08-30 | 2 | -0/+9 |
| | | | |||||
| * | | Merge bug24377 | Simon MacMullen | 2011-08-26 | 4 | -17/+16 |
| |\ \ | |||||
| | * | | one way to check whether rabbit is running | Matthias Radestock | 2011-08-25 | 4 | -17/+16 |
| | | | | | | | | | | | | | and avoid timeouts in application:which_applications() in doing so | ||||
| * | | | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 ↵ | Simon MacMullen | 2011-08-26 | 1 | -22/+1 |
| | | | | | | | | | | | | | since that's now used elsewhere. | ||||
| * | | | move misplaced comment | Matthias Radestock | 2011-08-26 | 1 | -2/+2 |
| |/ / | |||||
| * | | Update for user tags. Also move the explanation of the listing format to the ↵ | Simon MacMullen | 2011-08-25 | 1 | -3/+5 |
| | | | | | | | | | main doc part not the example. | ||||
| * | | Merge bug24095 into default | Rob Harrop | 2011-08-24 | 2 | -4/+8 |
| |\ \ | |||||
| | * \ | Merged bug23979 into default | Emile Joubert | 2011-08-23 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * \ | Merge bug24357 into default | Rob Harrop | 2011-08-22 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | Shortstrs are actually up to 255. Derp. | Matthew Sackman | 2011-08-22 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | AMQP error reasons are shortstrs. Take advantage of ~p and limit to the ↵ | Matthew Sackman | 2011-08-22 | 1 | -1/+1 |
| | | |/ / | | | | | | | | | | | | | shortstr length. | ||||
| | * | | | only output warning if clustered | Alexandru Scvortov | 2011-08-19 | 1 | -3/+7 |
| | | | | | |||||
| | * | | | fast-forward bug23979 to default | Alexandru Scvortov | 2011-08-19 | 0 | -0/+0 |
| | |\ \ \ | | |/ / | |/| | | |||||
| * | | | | Move the default pid file so it doesn't get wiped out by rabbitmqctl reset. | Simon MacMullen | 2011-08-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update the man page. | Simon MacMullen | 2011-08-22 | 1 | -6/+14 |
| | | | | | |||||
| * | | | | Merge with default | Rob Harrop | 2011-08-22 | 7 | -23/+94 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | MNESIA_DIR is not always set. Make sure the directory exists. | Simon MacMullen | 2011-07-28 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | ...and get the ownership right. | Simon MacMullen | 2011-07-27 | 2 | -0/+2 |
| | | | | | |||||
| | * | | | /var/run/rabbitmq should exist | Simon MacMullen | 2011-07-27 | 2 | -0/+2 |
| | | | | | |||||
| | * | | | Always write the pid file, and write it in /var/run for debs/RPMs. | Simon MacMullen | 2011-07-27 | 2 | -5/+4 |
| | | | | | |||||
| | * | | | It *is* a process. It *has* a pid. | Simon MacMullen | 2011-07-20 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | (Untested) attempt at updating OCF script. | Simon MacMullen | 2011-07-20 | 1 | -3/+18 |
| | | | | | |||||
| | * | | | Uh, it's probably an idea to write out the pidfile as early as possible, in ↵ | Simon MacMullen | 2011-07-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | case for example prelaunch fails. | ||||
| | * | | | The problem with kill -0 is that its semantics are "could I send a signal to ↵ | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | this process?" - i.e. it will fail if the process exists but is not owned by the current user. I think this is not quite what we're looking for, so let's use ps -p. I've tested that ps -p does the right thing on Linux and OS X, and it claims to work on FreeBSD and AIX too according to the manpages on the web. That's probably good enough. | ||||
| | * | | | Do these checks the other way round - if the pid is not running we should ↵ | Simon MacMullen | 2011-07-15 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | fail, even if the node is up. I think. | ||||
| | * | | | Be more clear when pidfile read fails. | Simon MacMullen | 2011-07-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Show when we've acquired the pid. This would be useful for diagnostics. | Simon MacMullen | 2011-07-15 | 1 | -5/+7 |
| | | | | | |||||
| | * | | | We should probably prefix this. | Simon MacMullen | 2011-07-14 | 2 | -3/+3 |
| | | | | | |||||
| | * | | | rabbitmqctl wait $PID_FILE. | Simon MacMullen | 2011-07-13 | 2 | -18/+61 |
| | | | | | | | | | | | | | | | | | NB: pid_up/1, with_os/1, system/1 and escape_queues/1 are salvaged from rabbitmq-multi. pid_up/1 used to be is_dead/1 but the new polarity makes more sense. | ||||
| | * | | | PID_FILE | Simon MacMullen | 2011-07-13 | 2 | -2/+9 |
| | | | | | |||||
| * | | | | merge bug24354 into default (test_refresh_events/1 sometimes fails) | Alexandru Scvortov | 2011-08-19 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | Hypothesis: what's happening is some old channel_created event from a ↵ | Simon MacMullen | 2011-08-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | previous test is getting overtaken by the rabbit_tests_event_receiver starting up, and is thus getting through to us. Solution: ignore events with the wrong pid until we get the one we want. | ||||
| * | | | | | Typo | Simon MacMullen | 2011-08-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | merge bug 24356 into default (pg2_fixed will blow up if compiled with R12B5) | Alexandru Scvortov | 2011-08-19 | 2 | -7/+13 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merging bug24230 to default, again | Matthew Sackman | 2011-08-19 | 42 | -803/+1843 |
| | |\ \ \ \ \ | | |/ / / / | |||||
