| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce rabbit_misc:is_os_process_alive/1 from a private function in rabbit... | Simon MacMullen | 2015-01-30 | 2 | -36/+36 |
| * | Move comment to a more useful place. | Simon MacMullen | 2015-01-30 | 1 | -3/+3 |
| * | Correctly determine whether offline promotion is likely to work. | Simon MacMullen | 2015-01-30 | 1 | -10/+20 |
| * | Merge in default | Simon MacMullen | 2015-01-30 | 4 | -3/+13 |
| |\ | |||||
| | * | stable to default | Simon MacMullen | 2015-01-30 | 46 | -844/+1963 |
| | |\ | |||||
| | | * | stable to default | Jean-Sebastien Pedron | 2015-01-29 | 1 | -1/+1 |
| | | |\ | |||||
| | | * \ | stable to default | Simon MacMullen | 2015-01-29 | 2 | -1/+11 |
| | | |\ \ | |||||
| | * | \ \ | Merge bug26564 | Simon MacMullen | 2015-01-30 | 1 | -1/+1 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | Merge bug26562 | Jean-Sebastien Pedron | 2015-01-29 | 0 | -0/+0 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | | rabbitmq-env: Use "hostname -f", not "hostname --fqdn" | Jean-Sebastien Pedron | 2015-01-29 | 1 | -1/+1 |
| | | |/ / | |||||
| | * | | | Ahem | Simon MacMullen | 2015-01-30 | 1 | -1/+0 |
| | * | | | Don't send reply until the BQ:init has taken place, and thus the master has s... | Simon MacMullen | 2015-01-30 | 2 | -1/+2 |
| | |/ / | |||||
| | * | | Merge bug26558 | Simon MacMullen | 2015-01-29 | 2 | -1/+12 |
| | |\ \ | |||||
| | | * | | adds RABBITMQ_CTL_ERL_ARGS to rabbitmq-plugins | Alvaro Videla | 2015-01-28 | 2 | -1/+12 |
| | |/ / | |||||
| * | | | Replace down_slave_nodes with a new field recoverable_slaves with different s... | Simon MacMullen | 2015-01-29 | 5 | -64/+103 |
| * | | | First off, remove workaround. | Simon MacMullen | 2015-01-28 | 1 | -7/+1 |
| | |/ |/| | |||||
| * | | stable to default | Simon MacMullen | 2015-01-27 | 46 | -844/+1964 |
| |\ \ | |/ |/| | |||||
| | * | Merge bug26554 | Simon MacMullen | 2015-01-27 | 0 | -0/+0 |
| | |\ | |||||
| | * | | Change the default, update the example config. | Simon MacMullen | 2015-01-27 | 2 | -2/+7 |
| | |/ | |||||
| | * | Merge bug25430 | Simon MacMullen | 2015-01-27 | 3 | -41/+44 |
| | |\ | |||||
| | | * | Fix tests. | Simon MacMullen | 2015-01-27 | 1 | -2/+3 |
| | | * | Limit journal size ro target_ram_count or queue_index_max_journal_entries, wh... | Simon MacMullen | 2015-01-27 | 2 | -39/+41 |
| | |/ | |||||
| | * | Merge bug26463 | Simon MacMullen | 2015-01-26 | 2 | -160/+108 |
| | |\ | |||||
| | | * | Typo | Michael Klishin | 2015-01-24 | 1 | -1/+1 |
| | | * | Merge bug26499 | Simon MacMullen | 2015-01-23 | 1 | -159/+107 |
| | | |\ | |||||
| | | | * | Oops | Simon MacMullen | 2015-01-23 | 1 | -1/+1 |
| | | | * | Simplify purge/1 and friends by getting stats/3 to do the work of updating co... | Simon MacMullen | 2015-01-23 | 1 | -57/+28 |
| | | | * | Rename things. | Simon MacMullen | 2015-01-23 | 2 | -58/+57 |
| | | | * | Simplify SignRamReady. | Simon MacMullen | 2015-01-23 | 1 | -23/+11 |
| | | | * | Refactor updating all of the various counters we have into a single function ... | Simon MacMullen | 2015-01-22 | 1 | -99/+89 |
| | | |/ | |||||
| | * | | Revert the merging of bug 25210, and thus allow death of mirrors to cause new... | Simon MacMullen | 2015-01-22 | 3 | -29/+59 |
| | |/ | |||||
| | * | stable to default | Simon MacMullen | 2015-01-22 | 44 | -672/+1806 |
| | |\ | |||||
| | | * | No longer needed. | Simon MacMullen | 2015-01-21 | 1 | -2/+0 |
| | | * | Merge bug 26527 | Simon MacMullen | 2015-01-21 | 11 | -76/+110 |
| | | |\ | |||||
| | | | * | Fix eager sync. | Simon MacMullen | 2015-01-12 | 1 | -2/+3 |
| | | | * | Deal with sending additional acks on or after promotion. | Simon MacMullen | 2015-01-12 | 2 | -5/+20 |
| | | | * | Flow control for messages going from channel to slave via GM. Reshuffle the f... | Simon MacMullen | 2015-01-12 | 10 | -70/+88 |
| | | * | | Merge bug26543 | Simon MacMullen | 2015-01-21 | 1 | -109/+87 |
| | | |\ \ | |||||
| | | | * | | Fix a couple of silly bugs: specify the journal prefix lengths for ack and de... | Simon MacMullen | 2015-01-21 | 1 | -18/+22 |
| | | | * | | Also, switch to reading the journal in one go. We don't care about this for p... | Simon MacMullen | 2015-01-20 | 1 | -44/+27 |
| | | | * | | Read segment files in one call to fhc:read/2. | Simon MacMullen | 2015-01-20 | 1 | -35/+27 |
| | | | * | | Write segment files in one append/2 operation. | Simon MacMullen | 2015-01-20 | 1 | -30/+29 |
| | | |/ / | |||||
| | | * | | Merge bug26542 (again) | Simon MacMullen | 2015-01-20 | 1 | -1/+4 |
| | | |\ \ | |||||
| | | | * | | Oops, headers can be undefined. | Simon MacMullen | 2015-01-20 | 1 | -1/+4 |
| | | * | | | Merge bug26542 | Simon MacMullen | 2015-01-20 | 0 | -0/+0 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | | Improve the performance of determine_persist_to/2, stop it being a hotspot. | Simon MacMullen | 2015-01-20 | 2 | -6/+24 |
| | | |/ / | |||||
| | | * | | Merge bug26484. | Simon MacMullen | 2015-01-19 | 1 | -39/+46 |
| | | |\ \ | |||||
| | | | * | | Allow seeking backwards through the read buffer. | Simon MacMullen | 2015-01-15 | 1 | -39/+46 |
| | | * | | | merge bug26426 into default | Michael Klishin | 2015-01-16 | 9 | -41/+150 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | | * | | Merge in default | Simon MacMullen | 2015-01-08 | 40 | -282/+1249 |
| | | | |\ \ | |||||
