| Commit message (Expand) | Author | Age | Files | Lines |
| * | rename clean_stop | Matthew Sackman | 2009-04-22 | 3 | -4/+3 |
| * | minor improvement to documentation | Matthew Sackman | 2009-04-22 | 1 | -1/+3 |
| * | copy + paste job extending essay | Matthew Sackman | 2009-04-22 | 1 | -0/+54 |
| * | wrote a short essay | Matthew Sackman | 2009-04-22 | 1 | -1/+80 |
| * | a bit more refactoring. Also, drop file size and file handle count in tests t... | Matthew Sackman | 2009-04-22 | 2 | -38/+36 |
| * | neater | Matthew Sackman | 2009-04-22 | 1 | -2/+2 |
| * | more reformatting and refactoring. | Matthew Sackman | 2009-04-22 | 2 | -309/+328 |
| * | well it's now much less readable. But at least the lines are shorter. | Matthew Sackman | 2009-04-22 | 1 | -310/+437 |
| * | merge | Matthew Sackman | 2009-04-22 | 1 | -21/+21 |
| |\ |
|
| | * | cosmetic | Matthias Radestock | 2009-04-22 | 1 | -21/+21 |
| * | | stupid bug in start up code because I still fail to remember that messages on... | Matthew Sackman | 2009-04-22 | 2 | -11/+10 |
| * | | I don't understand why I thought I needed to adjust sequences in remove_messa... | Matthew Sackman | 2009-04-22 | 2 | -24/+13 |
| |/ |
|
| * | *cough* *splutter* um. typo? | Matthew Sackman | 2009-04-21 | 1 | -7/+8 |
| * | bitten. | Matthew Sackman | 2009-04-21 | 1 | -2/+2 |
| * | altered api so that deliver returns the seq_id (actually, it's a tuple of {ms... | Matthew Sackman | 2009-04-21 | 2 | -22/+19 |
| * | Introduced sequence IDs internally. Sadly, because of the need to lookup seqi... | Matthew Sackman | 2009-04-21 | 3 | -71/+152 |
| * | 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 |
| |\ |
|
| | * | handle negative priorities | Matthias Radestock | 2009-04-15 | 2 | -0/+6 |
| | * | merge default into bug20354 | Matthias Radestock | 2009-04-15 | 10 | -76/+108 |
| | |\ |
|
| | | * | 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 | 1 | -21/+23 |
| * | | | tiny change to fix where the badmatch happens. | Matthew Sackman | 2009-04-13 | 2 | -4/+4 |
| * | | | initial work on compacter. | Matthew Sackman | 2009-04-12 | 1 | -32/+38 |
| * | | | removed some parenthesis | Matthew Sackman | 2009-04-12 | 1 | -31/+31 |