summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that :contains calls can't overtake :remove casts. Also modify the tes...bug22161Matthew Sackman2009-12-202-36/+55
* Must start msg_store *before* amqqueue_sup, otherwise on shutdown, there's a ...Matthew Sackman2009-12-201-4/+6
* background lazy GC in and workingMatthew Sackman2009-12-205-357/+611
* merging default/21673 into bug 22161Matthew Sackman2009-12-194-202/+334
|\
| * merging into bug 22161 from bug 21673Matthew Sackman2009-12-191-0/+3
| |\
| * \ merging default+21673 into bug 22161Matthew Sackman2009-12-194-202/+338
| |\ \
| | * | document insomniation and also ready the msg_store for such gadgetryMatthew Sackman2009-12-182-14/+32
| | * | support insomniationMatthew Sackman2009-12-181-0/+4
| | * | merging 21673 into 22161Matthew Sackman2009-12-183-194/+308
| | |\ \
| | | * | correct condition for doing GCMatthew Sackman2009-12-181-4/+3
| | | * | geometric distributionMatthew Sackman2009-12-171-0/+38
| | | * | All sorts of stuff. See the bug. GC is off here (other that deleting empty fi...Matthew Sackman2009-12-172-194/+271
* | | | | merging default into bug 21673Matthew Sackman2009-12-191-7/+15
|\ \ \ \ \
| * \ \ \ \ merging v1_7 into defaultMatthew Sackman2009-12-191-7/+15
| |\ \ \ \ \
| | * \ \ \ \ merging bug 20916 into v1_7Matthew Sackman2009-12-190-0/+0
| | |\ \ \ \ \
| | * | | | | | not_found error on attempt to declare a queue that exists on a stopped nodebug20916Matthias Radestock2009-12-181-7/+15
| | |/ / / / /
| | * | | | | Merge no-pluggable-exchange branch into v1.7-series branch.Michael Bridgen2009-12-1841-758/+980
| | |\ \ \ \ \
| | * | | | | | create branch for v1_7Matthias Radestock2009-12-180-0/+0
* | | | | | | | msg_store traps exits, and so it should have a handle_info clause to catch thatMatthew Sackman2009-12-191-1/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Any exit signal arriving at the amqqueue_process should result in the process...Matthew Sackman2009-12-191-0/+3
| |_|_|/ / / |/| | | | |
* | | | | | merging default into bug 21673Matthew Sackman2009-12-1922-623/+360
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | merge bug22082 into defaultMatthias Radestock2009-12-1817-670/+220
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | post-backout mergebug22082Matthias Radestock2009-12-1815-561/+220
| | |\ \ \
| | | * | | Backed out changeset 71e93e17450cMatthias Radestock2009-12-1815-561/+220
| | * | | | post-backout mergeMatthias Radestock2009-12-181-1/+0
| | |\ \ \ \
| | | * | | | Backed out changeset b2363fc1a51aMatthias Radestock2009-12-181-1/+0
| | * | | | | post-backout mergeMatthias Radestock2009-12-183-117/+9
| | |\ \ \ \ \
| | | * | | | | Backed out changeset 3ab59ae0f0e9Matthias Radestock2009-12-183-117/+9
| | * | | | | | create branch for bug 22082Matthias Radestock2009-12-180-0/+0
| |/ / / / / /
| * | | | | | merge bug22013 into defaultMatthias Radestock2009-12-1712-146/+282
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merging bug22113 into defaultMatthew Sackman2009-12-166-78/+103
| | |\ \ \ \ \
| | | * | | | | Delete trailing whitespaceTony Garnock-Jones2009-12-141-12/+12
| | * | | | | | New process to own the tables. API for accessing the tables.bug22113Tony Garnock-Jones2009-12-144-26/+114
| | * | | | | | No longer rely on magic module naming; use an explicit registryTony Garnock-Jones2009-12-092-7/+27
| * | | | | | | allow nodes to be started with no listenersMatthias Radestock2009-12-011-7/+12
| * | | | | | | two bug fixes and some refactoringMatthias Radestock2009-12-011-27/+23
| * | | | | | | multi is a convenience. It should blow up when starting > 1 nodes when we hav...Matthew Sackman2009-11-255-19/+59
| * | | | | | | Reintroduced traces of tcp_listeners where it turns out to be a jolly good id...Matthew Sackman2009-11-245-1/+76
| * | | | | | | Removed all traces of tcp_listeners from the scriptsMatthew Sackman2009-11-245-37/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | whoops, we seemed to end up with multiple heads hereMatthew Sackman2009-12-181-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | With R13B03, it would appear we need to be slightly more hesitant: currently ...Matthew Sackman2009-12-031-1/+1
* | | | | | | Reworked the GC of msg_store so that it scans the files themselves for their ...Matthew Sackman2009-12-172-19/+34
* | | | | | | Added accountancy for file size and sums thereof plus sums of valid data. Thi...Matthew Sackman2009-12-162-75/+107
* | | | | | | Don't reverse the entire list, only to pull off one elementMatthew Sackman2009-12-151-5/+6
* | | | | | | Noticed that sometimes the shutdown message that appears to the queue process...Matthew Sackman2009-12-151-0/+3
* | | | | | | qi: all_segment_nums was not returning its list sorted. As a result, find_low...Matthew Sackman2009-12-151-9/+10
* | | | | | | Turns out that it's actually important to stop erlang from time to time...Matthew Sackman2009-12-151-5/+10
* | | | | | | Do not kill rabbit after 1 second when being asked to stop. Also, the default...Matthew Sackman2009-12-152-10/+2
* | | | | | | merging in from defaultMatthew Sackman2009-12-1121-881/+5229
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | load_segments deliberately does not adjust the pubs and acks count in the seg...Matthew Sackman2009-12-111-4/+6