| Commit message (Expand) | Author | Age | Files | Lines |
| * | Well, it was beautiful, but it was also wrong. Firstly, purge needs to return... | Matthew Sackman | 2009-10-12 | 1 | -20/+48 |
| * | given the way in which the vq works, the removed tests were unnecessary. For ... | Matthew Sackman | 2009-10-12 | 1 | -7/+7 |
| * | merging in from bug 21368 | Matthew Sackman | 2009-10-12 | 2 | -80/+59 |
| |\ |
|
| | * | rollback transactions on queue termination | Matthias Radestock | 2009-10-11 | 2 | -80/+59 |
| * | | Beautiful! | Matthew Sackman | 2009-10-09 | 1 | -1/+40 |
| * | | cosmetics | Matthew Sackman | 2009-10-09 | 3 | -23/+31 |
| * | | Added ack to vq. Realised that ack no longer needs the msg itself, so there'v... | Matthew Sackman | 2009-10-09 | 2 | -11/+25 |
| * | | gee, can you tell none of this has been run yet? | Matthew Sackman | 2009-10-09 | 1 | -1/+2 |
| * | | tidying of the beloved msg_store | Matthew Sackman | 2009-10-09 | 2 | -27/+29 |
| * | | Prefetcher has priority over q1. | Matthew Sackman | 2009-10-09 | 3 | -17/+43 |
| * | | switching back to lists:min and lists:max as erlang:min/max do not exist in R12 | Matthew Sackman | 2009-10-09 | 3 | -4/+4 |
| * | | altered the prefetcher to drive the msg_store directly, and wired into vq | Matthew Sackman | 2009-10-09 | 3 | -104/+152 |
| * | | having discovered that erlang:min and erlang:max do exist, swap them in in pl... | Matthew Sackman | 2009-10-09 | 2 | -3/+3 |
| * | | adding len and is_empty. Renaming in -> publish and out -> fetch. A bit of mo... | Matthew Sackman | 2009-10-09 | 1 | -65/+86 |
| * | | on out/1, if the msg or its index are on disk and they don't need to be, take... | Matthew Sackman | 2009-10-08 | 1 | -12/+32 |
| * | | And now actually make sure that on start up we load in the first segment from... | Matthew Sackman | 2009-10-08 | 1 | -39/+45 |
| * | | The calculation of the highest seq id in the index queue was wrong - it was s... | Matthew Sackman | 2009-10-08 | 2 | -42/+66 |
| * | | minor further corrections and modifications | Matthew Sackman | 2009-10-08 | 1 | -18/+21 |
| * | | merging in from bug 21368 | Matthew Sackman | 2009-10-08 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | fixing erroneous use of thunk(_) in spec to fun() | Matthew Sackman | 2009-10-08 | 1 | -1/+1 |
| * | | Tidying and refactoring of the variable queue, some documentation, and the re... | Matthew Sackman | 2009-10-08 | 2 | -174/+273 |
| * | | merging in from bug 21368 | Matthew Sackman | 2009-10-08 | 3 | -131/+149 |
| |\ \
| |/ |
|
| | * | cosmetic | Matthias Radestock | 2009-10-08 | 1 | -8/+5 |
| | * | make msg_store responsible for sync'ing | Matthias Radestock | 2009-10-08 | 2 | -130/+148 |
| | * | merge default into bug21368 | Matthias Radestock | 2009-10-07 | 8 | -64/+133 |
| | |\ |
|
| | | * | fix race condition in list_connections test when in a cluster | Matthias Radestock | 2009-10-02 | 1 | -1/+4 |
| * | | | implemented out. This is getting pretty disgusting, needs some refactoring, m... | Matthew Sackman | 2009-10-07 | 2 | -29/+164 |
| * | | | More work on variable queue | Matthew Sackman | 2009-10-07 | 2 | -43/+174 |
| * | | | initial hacking on the variable queue | Matthew Sackman | 2009-10-07 | 1 | -0/+182 |
| * | | | Make init include in its result the next sequence id to use | Matthew Sackman | 2009-10-07 | 1 | -15/+33 |
| * | | | removing bogus and flawed fhc2 | Matthew Sackman | 2009-10-07 | 1 | -356/+0 |
| * | | | just some fixes as a result of dialyzer, but the module is actually about to ... | Matthew Sackman | 2009-10-07 | 1 | -4/+4 |
| * | | | Well fixed a few bugs in the fhc2, but it's fundamentally flawed by the fact ... | Matthew Sackman | 2009-10-06 | 1 | -25/+67 |
| * | | | mainly cosmetics | Matthew Sackman | 2009-10-05 | 1 | -11/+11 |
| * | | | more work on file handle cache. However, untested, and liable to extreme change | Matthew Sackman | 2009-10-05 | 1 | -22/+116 |
| * | | | initial work on new file handle cache. Public API not done yet. | Matthew Sackman | 2009-10-05 | 1 | -0/+220 |
| * | | | merging in from default | Matthew Sackman | 2009-10-05 | 7 | -63/+129 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Default merged into bug21273 | Marek Majkowski | 2009-10-01 | 5 | -43/+92 |
| | |\ \ |
|
| | | * \ | merge bug21669 into default | Matthias Radestock | 2009-09-30 | 2 | -21/+65 |
| | | |\ \ |
|
| | | | * | | leave error reporting in rabbit:prepare to context | Matthias Radestock | 2009-09-30 | 2 | -55/+54 |
| | | | * | | Reverted rabbit:boot to rabbit_misc:start_applications | Paul Jones | 2009-09-30 | 1 | -1/+1 |
| | | | * | | Removed application starting changes, since these were causing a number of pr... | Paul Jones | 2009-09-30 | 2 | -24/+8 |
| | | | * | | Updated boot modification code to support catching errors | Paul Jones | 2009-09-28 | 2 | -30/+52 |
| | | | * | | Added rabbit:prepare to the generated boot file; removed call to rabbit:start... | Paul Jones | 2009-09-24 | 2 | -3/+42 |
| | | * | | | Merged bug 20399 into default. | Marek Majkowski | 2009-09-30 | 2 | -21/+24 |
| | | |\ \ \ |
|
| | | | * | | | cosmetic | Matthias Radestock | 2009-09-30 | 1 | -1/+1 |
| | | | * | | | fix handling of precondition_failed | Matthias Radestock | 2009-09-30 | 2 | -21/+24 |
| | | * | | | | merging from bug 21449 | Matthew Sackman | 2009-09-30 | 1 | -1/+3 |
| | | |\ \ \ \ |
|
| | | | * | | | | cosmetic | Matthew Sackman | 2009-09-30 | 1 | -3/+3 |
| | | | * | | | | rabbitmqctl now accepts -nodename | Marek Majkowski | 2009-09-04 | 1 | -1/+3 |