| Commit message (Expand) | Author | Age | Files | Lines |
| * | application:get_env/1 -> application:get_env/2 | Alexandru Scvortov | 2010-10-26 | 1 | -1/+1 |
| * | remove references to cluster_config_file | Alexandru Scvortov | 2010-10-26 | 1 | -4/+2 |
| * | merge bug23344 into default | Matthias Radestock | 2010-10-25 | 9 | -306/+583 |
| |\ |
|
| | * | 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 |
| | * | Rather than kicking off the ttl timer on recovery, actually drop expired msgs... | 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 |
| | * | 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 | 1 | -2/+2 |
| | * | Merging default into bug23111 | Matthew Sackman | 2010-10-21 | 21 | -474/+601 |
| | |\ |
|
| | * | | 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 | 2 | -79/+102 |
| | |\ \ \ |
|
| | * | | | | 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 |
| | * | | | | 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 | 6 | -102/+104 |
| | * | | | | Merging default into bug23111 | Matthew Sackman | 2010-10-06 | 9 | -253/+565 |
| | |\ \ \ \ |
|
| | | * \ \ \ | merge with default | Rob Harrop | 2010-09-29 | 9 | -253/+565 |
| | | |\ \ \ \ |
|
| | | | * | | | | 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 | 9 | -250/+552 |
| | | | |\ \ \ \ |
|
| | | | | * \ \ \ | 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 | 5 | -94/+67 |
| | | | | * | | | | | 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 | 2 | -2/+11 |
| | | | | * | | | | | 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 | 9 | -225/+456 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * | | | | | cosmetic, tab clean up | Rob Harrop | 2010-09-23 | 2 | -10/+10 |
| | | | | | * | | | | | invariable queue has dropwhile implementation now | Rob Harrop | 2010-09-23 | 1 | -10/+23 |
| | | | | | * | | | | | reworked how message filtering works with dropwhile | Rob Harrop | 2010-09-22 | 6 | -77/+112 |