| Commit message (Expand) | Author | Age | Files | Lines |
* | remove references to cluster_config_file | Alexandru Scvortov | 2010-10-26 | 8 | -33/+4 |
* | merge bug23344 into default | Matthias Radestock | 2010-10-25 | 14 | -317/+614 |
|\ |
|
| * | refactoring: comprehensions are easier to comprehend than folds | Matthias Radestock | 2010-10-24 | 1 | -5/+2 |
| * | cosmetic: whitespace changes only | Matthias Radestock | 2010-10-23 | 2 | -34/+38 |
| * | cosmetics and minor refactoring on code from recently merged bug23111 | Matthias Radestock | 2010-10-23 | 6 | -122/+95 |
| * | Merging bug23111 to default (again) | Matthew Sackman | 2010-10-22 | 1 | -6/+6 |
| |\ |
|
| | * | Rather than kicking off the ttl timer on recovery, actually drop expired msgs...bug23111 | Matthew Sackman | 2010-10-22 | 1 | -6/+6 |
| | * | Ensure at start up, if we have msgs (i.e. recovery, not creation), and a TTL,... | Matthew Sackman | 2010-10-22 | 1 | -1/+1 |
| * | | Merging bug23111 into default | Matthew Sackman | 2010-10-22 | 11 | -283/+597 |
| |\ \
| | |/ |
|
| | * | Correct spec for sync(), and some cosmetics | Matthew Sackman | 2010-10-21 | 2 | -11/+9 |
| | * | Cosmetic | Matthew Sackman | 2010-10-21 | 1 | -2/+2 |
| | * | Textuality | Matthew Sackman | 2010-10-21 | 1 | -2/+2 |
| | * | Whitespace | Matthew Sackman | 2010-10-21 | 1 | -3/+2 |
| | * | Minor refactor | Matthew Sackman | 2010-10-21 | 1 | -7/+2 |
| | * | Remove unused variable and remove peek_result() type which is unused | Matthew Sackman | 2010-10-21 | 2 | -4/+2 |
| | * | Merging default into bug23111 | Matthew Sackman | 2010-10-21 | 27 | -487/+648 |
| | |\ |
|
| | * | | tweaked RamIndexCount accounting again, now it doesn't get decremented twice ... | Rob Harrop | 2010-10-08 | 1 | -26/+31 |
| | * | | fixed RamIndexMsgCount accounting | Rob Harrop | 2010-10-08 | 1 | -10/+8 |
| | * | | merge with default | Rob Harrop | 2010-10-08 | 1 | -15/+12 |
| | |\ \ |
|
| | * | | | fixed comment for attempt_delivery | Rob Harrop | 2010-10-06 | 1 | -2/+3 |
| | * | | | removed ttl from queue ttl info items | Rob Harrop | 2010-10-06 | 1 | -4/+1 |
| | * | | | Reworked ensure_ttl_timer to use apply_after rather than send_after | Rob Harrop | 2010-10-06 | 2 | -5/+10 |
| | * | | | removed unnecessary _MsgProperties variable name | Rob Harrop | 2010-10-06 | 1 | -1/+1 |
| | * | | | narrowed the capture on reset_msg_expiry_fun | Rob Harrop | 2010-10-06 | 1 | -11/+12 |
| | * | | | changed usage of #message_properties{} to ?BASE_MESSAGE_PROPERTIES | Rob Harrop | 2010-10-06 | 1 | -2/+2 |
| | * | | | Merging default into bug 23111 | Matthew Sackman | 2010-10-06 | 3 | -79/+103 |
| | |\ \ \ |
|
| | * | | | | cosmetics | Matthew Sackman | 2010-10-06 | 1 | -7/+4 |
| | * | | | | Refactoring and cosmetic | Matthew Sackman | 2010-10-06 | 1 | -33/+29 |
| | * | | | | cosmetic | Matthew Sackman | 2010-10-06 | 2 | -29/+28 |
| | * | | | | cosmetic | Matthew Sackman | 2010-10-06 | 2 | -5/+4 |
| | * | | | | cosmetic | Matthew Sackman | 2010-10-06 | 1 | -1/+1 |
| | * | | | | Overeager M-/... I did run dialyzer but it failed to spot it. | Matthew Sackman | 2010-10-06 | 1 | -4/+3 |
| | * | | | | Trailing whitespace only | Matthew Sackman | 2010-10-06 | 2 | -23/+22 |
| | * | | | | msg_properties -> message_properties in order to be consistent with message a... | Matthew Sackman | 2010-10-06 | 8 | -117/+120 |
| | * | | | | Merging default into bug23111 | Matthew Sackman | 2010-10-06 | 11 | -263/+588 |
| | |\ \ \ \ |
|
| | | * \ \ \ | merge with default | Rob Harrop | 2010-09-29 | 11 | -261/+591 |
| | | |\ \ \ \ |
|
| | | | * | | | | casing change and added ttl to the list of queue items in rabbitmqctl | Rob Harrop | 2010-09-29 | 1 | -7/+10 |
| | | | * | | | | refactoring | Rob Harrop | 2010-09-29 | 1 | -3/+5 |
| | | | * | | | | fixed bug with queue length and collect during run | Rob Harrop | 2010-09-29 | 2 | -4/+9 |
| | | | * | | | | merge with default | Rob Harrop | 2010-09-29 | 11 | -258/+578 |
| | | | |\ \ \ \ |
|
| | | | | * \ \ \ | merge with default | Rob Harrop | 2010-09-28 | 4 | -22/+48 |
| | | | | |\ \ \ \ |
|
| | | | | * | | | | | removed peek, and restructured dropwhile to not load message content from disk | Rob Harrop | 2010-09-28 | 6 | -97/+69 |
| | | | | * | | | | | added timer to collect expired messages | Rob Harrop | 2010-09-28 | 1 | -13/+33 |
| | | | | * | | | | | cosmetic | Rob Harrop | 2010-09-28 | 2 | -2/+4 |
| | | | | * | | | | | added peek to ivq. some tests for peek | Rob Harrop | 2010-09-27 | 3 | -3/+15 |
| | | | | * | | | | | added peek to backing queue, implemented in vq | Rob Harrop | 2010-09-27 | 4 | -5/+71 |
| | | | | * | | | | | minor stylistic improvement | Rob Harrop | 2010-09-27 | 1 | -1/+2 |
| | | | | * | | | | | slight improvement to performance when discarding many messages | Rob Harrop | 2010-09-27 | 1 | -4/+4 |
| | | | | * | | | | | merged with default | Rob Harrop | 2010-09-27 | 11 | -233/+480 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * | | | | | cosmetic, tab clean up | Rob Harrop | 2010-09-23 | 2 | -10/+10 |