summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prohibit deletion of amq.* exchanges, not just amq.rabbitmq.*Michael Klishin2015-01-261-1/+1
* Merge bug26463Simon MacMullen2015-01-262-160/+108
|\
| * TypoMichael Klishin2015-01-241-1/+1
| * Merge bug26499Simon MacMullen2015-01-231-159/+107
| |\
| | * OopsSimon MacMullen2015-01-231-1/+1
| | * Simplify purge/1 and friends by getting stats/3 to do the work of updating co...Simon MacMullen2015-01-231-57/+28
| | * Rename things.Simon MacMullen2015-01-232-58/+57
| | * Simplify SignRamReady.Simon MacMullen2015-01-231-23/+11
| | * Refactor updating all of the various counters we have into a single function ...Simon MacMullen2015-01-221-99/+89
| |/
* | Revert the merging of bug 25210, and thus allow death of mirrors to cause new...Simon MacMullen2015-01-223-29/+59
|/
* stable to defaultSimon MacMullen2015-01-2244-672/+1806
|\
| * No longer needed.Simon MacMullen2015-01-211-2/+0
| * Merge bug 26527Simon MacMullen2015-01-2111-76/+110
| |\
| | * Fix eager sync.Simon MacMullen2015-01-121-2/+3
| | * Deal with sending additional acks on or after promotion.Simon MacMullen2015-01-122-5/+20
| | * Flow control for messages going from channel to slave via GM. Reshuffle the f...Simon MacMullen2015-01-1210-70/+88
| * | Merge bug26543Simon MacMullen2015-01-211-109/+87
| |\ \
| | * | Fix a couple of silly bugs: specify the journal prefix lengths for ack and de...Simon MacMullen2015-01-211-18/+22
| | * | Also, switch to reading the journal in one go. We don't care about this for p...Simon MacMullen2015-01-201-44/+27
| | * | Read segment files in one call to fhc:read/2.Simon MacMullen2015-01-201-35/+27
| | * | Write segment files in one append/2 operation.Simon MacMullen2015-01-201-30/+29
| |/ /
| * | Merge bug26542 (again)Simon MacMullen2015-01-201-1/+4
| |\ \
| | * | Oops, headers can be undefined.Simon MacMullen2015-01-201-1/+4
| * | | Merge bug26542Simon MacMullen2015-01-200-0/+0
| |\ \ \ | | |/ / | |/| |
| * | | Improve the performance of determine_persist_to/2, stop it being a hotspot.Simon MacMullen2015-01-202-6/+24
| |/ /
| * | Merge bug26484.Simon MacMullen2015-01-191-39/+46
| |\ \
| | * | Allow seeking backwards through the read buffer.Simon MacMullen2015-01-151-39/+46
| * | | merge bug26426 into defaultMichael Klishin2015-01-169-41/+150
| |\ \ \ | | |/ / | |/| |
| | * | Merge in defaultSimon MacMullen2015-01-0840-282/+1249
| | |\ \
| | * | | Not needed any moreSimon MacMullen2014-10-271-8/+0
| | * | | Start distribution early so we correctly generate node from "-n"Simon MacMullen2014-10-271-4/+2
| | * | | Explain what we are doing and why.Simon MacMullen2014-10-271-2/+14
| | * | | Check in with epmd periodically, if it hasn't heard of us then re-register (a...Simon MacMullen2014-10-272-0/+96
| | * | | Revert to stable-like behaviour, always starting epmd, but starting it oursel...Simon MacMullen2014-10-273-11/+1
| | * | | *Do* start epmd ourselves if we want to impersonate a node. And just allow ne...Simon MacMullen2014-10-243-16/+41
| | * | | First pass at having ctl and plugins not start epmd. This can cause problems ...Simon MacMullen2014-10-236-32/+28
| * | | | Merge bug26522Simon MacMullen2015-01-135-10/+28
| |\ \ \ \
| | * \ \ \ Merge in defaultSimon MacMullen2015-01-135-10/+28
| | |\ \ \ \ | |/ / / / /
| | * | | | Merge bug26327Simon MacMullen2015-01-122-2/+2
| | |\ \ \ \
| | * | | | | More stats (and rename the existing ones).Simon MacMullen2015-01-075-10/+28
| * | | | | | Merge bug26327Simon MacMullen2015-01-135-273/+521
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fix confusion over where the embedded size lives.Simon MacMullen2015-01-131-8/+7
| | * | | | | Oops.Simon MacMullen2015-01-131-11/+13
| | * | | | | Simplify reading message body.Simon MacMullen2015-01-131-46/+40
| | * | | | | Finish the job started by 2f668f7b457f; make sure we always hold messages in ...Simon MacMullen2015-01-131-21/+37
| | * | | | | Rename this for a bit more clarity.Simon MacMullen2015-01-132-5/+5
| | * | | | | Only call create_pub_record_body/2 once per message published; keep the seria...Simon MacMullen2015-01-121-10/+8
| | | |/ / / | | |/| | |
| | * | | | So that term_to_binary/1 there somehow seemed to end up creating a lot of gar...Simon MacMullen2015-01-092-2/+2
| | |/ / /
| | * | | Decide where to persist to based on the encoded size of the message.Simon MacMullen2015-01-061-11/+21
| | * | | Handle read failure in read_pub_record_bodySimon MacMullen2014-12-121-15/+25