summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge with defaultRob Harrop2010-11-112-144/+327
|\
| * Rename target_ram_msg_count to target_ram_item_countRob Harrop2010-11-112-113/+114
| * Removed stray references to target_ram_ack_countRob Harrop2010-11-111-2/+0
| * Reinstated the infinity check for chunk_sizeRob Harrop2010-11-111-1/+1
| * Added assertion in limit_ram_acks for is_persistent=falseRob Harrop2010-11-111-2/+3
| * Merge with defaultRob Harrop2010-11-052-61/+244
| |\
| | * Reworked ack shedding algorithm based on discussion with MatthewRob Harrop2010-11-051-54/+71
| | * Reworked to test to be more predictableRob Harrop2010-11-051-4/+4
| | * That was quite specialRob Harrop2010-11-051-14/+0
| | * Clarification of the comments in VQRob Harrop2010-11-051-7/+8
| | * a bit more clarification on the commentsRob Harrop2010-11-051-6/+8
| | * Cosmetic change and first draft of comment updatesRob Harrop2010-11-051-1/+30
| | * Purely cosmeticRob Harrop2010-11-041-1/+0
| | * Added a test for the ram ack flushing. Tweaked the way RAM is shared between ...Rob Harrop2010-11-042-6/+47
| | * Removed stray TODORob Harrop2010-11-041-1/+0
| | * clean upRob Harrop2010-11-041-6/+9
| | * Removed io:format callsRob Harrop2010-11-041-5/+0
| | * cleaned up some io:formatRob Harrop2010-11-032-8/+1
| | * Roughly working ack sheddingRob Harrop2010-11-032-15/+27
| | * Further experimentation. Still not quite workingRob Harrop2010-11-032-10/+35
| | * Calculating RAM duration takes into consideration ack ratesRob Harrop2010-11-021-6/+29
| | * Starting tracking ack in/out ratesRob Harrop2010-11-021-43/+101
| | |\
| | | * Merge with defaultRob Harrop2010-11-021-37/+78
| | | |\
| | | | * rough sketch of pushing ram acks to disk. doesnt actually work...Rob Harrop2010-10-141-3/+19
| | | | * experimenting with moving acks to diskRob Harrop2010-10-141-15/+46
| | | | * rename pending_ack_index to ram_ack_indexRob Harrop2010-10-141-12/+12
| | | | * merge with defaultRob Harrop2010-10-141-25/+36
| | | | |\
| | | | | * Started recording the acks that are stored as full messages in memoryRob Harrop2010-10-111-25/+36
* | | | | | Correction of specsMatthew Sackman2010-11-112-7/+15
* | | | | | Correction of specsMatthew Sackman2010-11-112-3/+6
* | | | | | Merged headsSimon MacMullen2010-11-113-39/+62
|\ \ \ \ \ \
| * \ \ \ \ \ Merged bug23484 (Remove duplication of heartbeat logic)Simon MacMullen2010-11-113-39/+62
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge with defaultRob Harrop2010-11-113-39/+62
| | |\ \ \ \ \ \
| | | * | | | | | Reworked heartbeating so that it really works again and so we can specify dif...Rob Harrop2010-11-103-26/+29
| | | * | | | | | Reworked start_heartbeat_fun to allow a different timeout for send/receive he...Rob Harrop2010-11-102-28/+29
| | | * | | | | | Fixed up the specs for the heartbeaterRob Harrop2010-11-101-3/+11
| | | * | | | | | Refactored rabbit_heartbeat to provide start_heartbeat_funRob Harrop2010-11-102-26/+37
* | | | | | | | | Merging bug 22573 to defaultMatthew Sackman2010-11-115-89/+342
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused functionMatthew Sackman2010-11-111-3/+0
| * | | | | | | | | exit rather than warn if future upgrades are found.Simon MacMullen2010-11-111-2/+1
| * | | | | | | | | Comment formatting with M-q and no need to use ++ for multiline string constantsMatthew Sackman2010-11-111-6/+7
| * | | | | | | | | CosmeticsMatthew Sackman2010-11-111-15/+11
| * | | | | | | | | Prevent a very difficult-to-trigger race.Simon MacMullen2010-11-101-5/+4
| * | | | | | | | | Fix use of file:open/2Simon MacMullen2010-11-101-1/+1
| * | | | | | | | | Check both our version and the remote version. This is TRTTD I think, and has...Simon MacMullen2010-11-091-0/+1
| * | | | | | | | | Merged from defaultSimon MacMullen2010-11-095-87/+369
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Refactor a bit, have the first cluster node fail if version is wrongSimon MacMullen2010-11-081-43/+38
| | * | | | | | | | Check the schema version on disc as well as the integrity check when starting...Simon MacMullen2010-11-051-15/+29
| | * | | | | | | | Keep the old behaviour when upgrading from 2.1.0 or earlier.Simon MacMullen2010-11-042-21/+29
| | * | | | | | | | Check the version we want matches the one a remote node is running before joi...Simon MacMullen2010-11-042-23/+49