| Commit message (Expand) | Author | Age | Files | Lines |
| * | so I figured it was still going too fast. Fortunately, switching mnesia to di... | Matthew Sackman | 2009-04-20 | 2 | -2/+3 |
| * | moved the message location table to dets. performance is slightly worse than ... | Matthew Sackman | 2009-04-20 | 2 | -26/+36 |
| * | removed file_detail ets table and converted all use into use of msg_location ... | Matthew Sackman | 2009-04-20 | 1 | -37/+29 |
| * | no sense running the same test twice | Matthew Sackman | 2009-04-20 | 1 | -2/+1 |
| * | /byte figures so small could use a couple extra dp | Matthew Sackman | 2009-04-20 | 1 | -1/+1 |
| * | just improving display of timing stats to make it easier to graph. | Matthew Sackman | 2009-04-20 | 1 | -16/+20 |
| * | just merging in default to ensure I don't get too far away from it | Matthew Sackman | 2009-04-16 | 4 | -11/+265 |
| |\ |
|
| | * | merge in bug20354 | Matthew Sackman | 2009-04-16 | 4 | -11/+265 |
| | |\ |
|
| | | * | handle negative priorities | Matthias Radestock | 2009-04-15 | 2 | -0/+6 |
| | | * | merge default into bug20354 | Matthias Radestock | 2009-04-15 | 20 | -109/+166 |
| | | |\
| | |/
| |/| |
|
| | * | | Backed out changeset 4ee61cc2d6f0 | Matthias Radestock | 2009-04-14 | 2 | -2/+2 |
| | * | | Fix double-exchange-deletion bug | Tony Garnock-Jones | 2009-04-13 | 2 | -2/+2 |
| | | * | add some signatures | Matthias Radestock | 2009-03-31 | 1 | -0/+21 |
| | | * | add some priority_queue tests | Matthias Radestock | 2009-03-31 | 1 | -0/+53 |
| | | * | fix bug | Matthias Radestock | 2009-03-31 | 1 | -1/+1 |
| | | * | small simplification | Matthias Radestock | 2009-03-31 | 1 | -2/+2 |
| | | * | don't call into queue module and don't break its encapsulation | Matthias Radestock | 2009-03-31 | 1 | -12/+15 |
| | | * | do not use priorities for notify_sent and unblock | Matthias Radestock | 2009-03-13 | 1 | -2/+2 |
| | | * | fix bug | Matthias Radestock | 2009-03-13 | 1 | -1/+1 |
| | | * | change representation from gb_tree to kv list | Matthias Radestock | 2009-03-13 | 1 | -42/+43 |
| | | * | document priority functionality | Matthias Radestock | 2009-03-12 | 1 | -0/+5 |
| | | * | make in/2 insert items that are low priority | Matthias Radestock | 2009-03-12 | 1 | -6/+6 |
| | | * | another bug fix | Matthias Radestock | 2009-03-12 | 1 | -1/+1 |
| | | * | fix bug | Matthias Radestock | 2009-03-12 | 2 | -6/+46 |
| | | * | first cut at extending gen_server2 with priorities | Matthias Radestock | 2009-03-12 | 2 | -6/+131 |
| * | | | funny what you realise in the middle of the night... | Matthew Sackman | 2009-04-16 | 1 | -11/+14 |
| * | | | Bugs fixed, and tests written. GC works. rabbit_disk_queue is functionally co... | Matthew Sackman | 2009-04-14 | 2 | -15/+78 |
| * | | | fixed bug. GC does seem to work, though no explicit tests for it yet. | Matthew Sackman | 2009-04-14 | 1 | -1/+1 |
| * | | | well, the GC is _written_ now. Not tested yet... | Matthew Sackman | 2009-04-14 | 1 | -13/+29 |
| * | | | GC file movement is done, but updating the accounting information is not done... | Matthew Sackman | 2009-04-14 | 1 | -29/+116 |
| * | | | initial logic prior to compaction | Matthew Sackman | 2009-04-13 | 1 | -1/+35 |
| * | | | Fix for that bug. Basically, mnesia wasn't being deleted correctly, which mea... | Matthew Sackman | 2009-04-13 | 2 | -23/+25 |
| * | | | tiny change to fix where the badmatch happens. | Matthew Sackman | 2009-04-13 | 3 | -6/+6 |
| * | | | initial work on compacter. | Matthew Sackman | 2009-04-12 | 1 | -32/+38 |
| * | | | gah, committed the damn makefile again. Sorry. | Matthew Sackman | 2009-04-12 | 1 | -2/+2 |
| * | | | removed some parenthesis | Matthew Sackman | 2009-04-12 | 2 | -33/+33 |
| * | | | and now we have some substantial tests. | Matthew Sackman | 2009-04-12 | 2 | -30/+36 |
| * | | | initial stab at some tests (though still only 1 queue!). | Matthew Sackman | 2009-04-12 | 2 | -3/+37 |
| * | | | added a stop and clean_stop api to help with tests/benchmarks | Matthew Sackman | 2009-04-12 | 1 | -40/+82 |
| * | | | switched mnesia to an ordered_set. | Matthew Sackman | 2009-04-12 | 3 | -15/+15 |
| * | | | refactored out common functionality between ack and cancel | Matthew Sackman | 2009-04-12 | 2 | -54/+37 |
| * | | | changed the mnesia table to be a bag of MsgId -> {Q, Delivered} | Matthew Sackman | 2009-04-11 | 3 | -11/+17 |
| * | | | combine two writes into one and alter some file:open options. | Matthew Sackman | 2009-04-11 | 1 | -8/+8 |
| * | | | corrected some bugs. | Matthew Sackman | 2009-04-11 | 1 | -5/+5 |
| * | | | typeo | Matthew Sackman | 2009-04-11 | 1 | -1/+1 |
| * | | | switched summary to an ets table too | Matthew Sackman | 2009-04-11 | 1 | -64/+54 |
| * | | | switched back to ets for file detail. Also remember to call compact from tx_c... | Matthew Sackman | 2009-04-11 | 1 | -64/+60 |
| * | | | only do compact after having ack'd all messages. | Matthew Sackman | 2009-04-11 | 1 | -31/+39 |
| * | | | oops, forgot to remove that io:format in terminate | Matthew Sackman | 2009-04-11 | 1 | -1/+0 |
| * | | | err, we only need to attempt compaction if we removed something! | Matthew Sackman | 2009-04-11 | 1 | -5/+4 |