| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Mainly removing the unnecessary file:position in append. | Matthew Sackman | 2009-04-11 | 1 | -30/+39 |
| * | did some profiling and brought out an mnesia lock much earlier. | Matthew Sackman | 2009-04-10 | 1 | -1/+2 |
| * | A couple more fixes. | Matthew Sackman | 2009-04-10 | 1 | -16/+17 |
| * | refactored away from using the ets bag incorrectly. | Matthew Sackman | 2009-04-10 | 1 | -38/+68 |
| * | many bugs fixed. Still no compaction. However, performance is horrible, becau... | Matthew Sackman | 2009-04-10 | 1 | -22/+25 |
| * | initial fixes from testing | Matthew Sackman | 2009-04-10 | 1 | -8/+8 |
| * | All but the compaction/GC done now. Not tested at all. | Matthew Sackman | 2009-04-10 | 1 | -53/+171 |
| * | internal_publish, internal_deliver, internal_ack done, but UNTESTED. | Matthew Sackman | 2009-04-09 | 1 | -23/+210 |
| * | Well, I think I can recover crashes that happened mid way through a compaction. | Matthew Sackman | 2009-04-09 | 2 | -4/+199 |
| * | Seem to be able to reliable read and write... | Matthew Sackman | 2009-04-08 | 1 | -0/+75 |
| * | wait forever | Matthias Radestock | 2009-04-01 | 7 | -25/+28 |
| * | merge bug20423 | Matthew Sackman | 2009-03-30 | 1 | -20/+26 |
| |\ |
|
| | * | persister hibernation | Matthias Radestock | 2009-02-27 | 1 | -20/+26 |
| * | | merge v1_5 into default | Matthias Radestock | 2009-03-27 | 3 | -30/+53 |
| |\ \ |
|
| | * | | recover exchanges/bindings/queues in per-item transactions | Matthias Radestock | 2009-03-19 | 3 | -29/+52 |
| * | | | Correct name of table. | Tony Garnock-Jones | 2009-03-26 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | make it easier to add more exceptions to the 'warning' category in future | Matthias Radestock | 2009-02-17 | 1 | -6/+6 |
| * | | Special-case as a warning the relatively common abrupt-disconnection message. | Tony Garnock-Jones | 2009-02-13 | 1 | -2/+6 |
| * | | merge bug20348 into default | Tony Garnock-Jones | 2009-02-13 | 5 | -45/+135 |
| |\ \
| |/ |
|
| | * | keep serial in separate process, to avoid persister bottleneck | Matthias Radestock | 2009-02-06 | 5 | -45/+135 |
| * | | Merged bug 20179 into default | Ben Hood | 2009-02-02 | 1 | -3/+3 |
| |\ \ |
|
| | * | | turn rabbit_router into gen_server2 | Matthias Radestock | 2009-01-21 | 1 | -3/+3 |
| * | | | Merged bug 20260 into default | Ben Hood | 2009-02-02 | 1 | -2/+1 |
| |\ \ \ |
|
| | * | | | get rid of index on 'pid' field in rabbit_queue | Matthias Radestock | 2009-01-30 | 1 | -2/+1 |
| * | | | | Merged 20288 into default | Ben Hood | 2009-02-02 | 5 | -47/+51 |
| |\ \ \ \ |
|
| | * | | | | refine permission structure | Matthias Radestock | 2009-01-27 | 5 | -47/+51 |
| * | | | | | don't terminate channel processes abnormally for amqp errors | Matthias Radestock | 2009-01-29 | 2 | -10/+26 |
| | |/ / /
|/| | | |
|
| * | | | | cosmetic: break some overlong lines | Matthias Radestock | 2009-01-28 | 4 | -6/+12 |
| |/ / / |
|
| * | | | more efficient locking | Matthias Radestock | 2009-01-26 | 2 | -4/+4 |
| * | | | prefix all mnesia table names with 'rabbit_' | Matthias Radestock | 2009-01-22 | 6 | -96/+122 |
| * | | | don't infer table name from record type in mnesia ops | Matthias Radestock | 2009-01-22 | 4 | -36/+58 |
| * | | | refactoring | Matthias Radestock | 2009-01-22 | 1 | -24/+20 |
| * | | | fix indentation | Matthias Radestock | 2009-01-22 | 1 | -4/+2 |
| * | | | anybody can do anything with server-named resources | Matthias Radestock | 2009-01-21 | 1 | -0/+4 |
| * | | | merge default into bug20173 | Matthias Radestock | 2009-01-21 | 1 | -6/+6 |
| |\ \ \
| |/ / |
|
| | * | | Merged default into 20097 | Ben Hood | 2009-01-21 | 10 | -259/+240 |
| | |\ \ |
|
| | * | | | oops, meant to advertise this as an ordinary gen_server | Matthias Radestock | 2009-01-08 | 1 | -1/+1 |
| | * | | | replace gen_server:cast with gen_server2:cast in rabbit_limiter | Matthias Radestock | 2009-01-08 | 1 | -7/+7 |
| | * | | | merge bug19749 into bug20097 | Matthias Radestock | 2009-01-08 | 3 | -23/+877 |
| | |\ \ \ |
|
| | * \ \ \ | merge bug18557 into bug20097 | Matthias Radestock | 2009-01-08 | 4 | -89/+384 |
| | |\ \ \ \ |
|
| * | | | | | | simplify resource access cache | Matthias Radestock | 2009-01-20 | 1 | -19/+10 |
| * | | | | | | replace simple permission cache with lru cache, to make it bounded | Matthias Radestock | 2009-01-20 | 1 | -14/+28 |
| * | | | | | | clear permission cache before hibernating | Matthias Radestock | 2009-01-19 | 1 | -0/+1 |
| * | | | | | | merge default into bug20173 | Matthias Radestock | 2009-01-19 | 6 | -234/+121 |
| |\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | | Merged 19749 into default | Ben Hood | 2009-01-19 | 2 | -25/+25 |
| | |\ \ \ \ \ |
|
| | | * | | | | | change a gen_server:call to a gen_server2:call | Matthias Radestock | 2009-01-16 | 1 | -1/+1 |
| | | * | | | | | merge default into bug19749 | Matthias Radestock | 2009-01-16 | 8 | -133/+522 |
| | | |\ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|