Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into bug20354 | Matthias Radestock | 2009-04-15 | 4 | -11/+259 |
|\ | |||||
| * | 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 |
* | | 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 |
* | | wait foreverbug20546 | Matthias Radestock | 2009-04-01 | 7 | -25/+28 |
* | | merge bug20423 | Matthew Sackman | 2009-03-30 | 4 | -31/+54 |
|\ \ | |||||
| * \ | merge v1_5 into default | Matthias Radestock | 2009-03-27 | 3 | -30/+53 |
| |\ \ | |||||
| | * | | recover exchanges/bindings/queues in per-item transactionsbug20500 | Matthias Radestock | 2009-03-19 | 3 | -29/+52 |
| * | | | Correct name of table. | Tony Garnock-Jones | 2009-03-26 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | persister hibernationbug20423 | Matthias Radestock | 2009-02-27 | 1 | -20/+26 |
|/ / | |||||
* | | make it easier to add more exceptions to the 'warning' category in futurebug20374 | 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 | 20 | -581/+1905 |
|\ \ | |/ |/| | |||||
| * | Merged bug 20179 into default | Ben Hood | 2009-02-02 | 1 | -3/+3 |
| |\ | |||||
| | * | turn rabbit_router into gen_server2bug20179 | Matthias Radestock | 2009-01-21 | 1 | -3/+3 |
| * | | Merged bug 20260 into default | Ben Hood | 2009-02-02 | 6 | -57/+77 |
| |\ \ | |||||
| | * \ | Merged 20288 into default | Ben Hood | 2009-02-02 | 5 | -47/+51 |
| | |\ \ | |||||
| | | * | | refine permission structurebug20288 | Matthias Radestock | 2009-01-27 | 5 | -47/+51 |
| | * | | | don't terminate channel processes abnormally for amqp errorsbug20275 | Matthias Radestock | 2009-01-29 | 2 | -10/+26 |
| * | | | | get rid of index on 'pid' field in rabbit_queuebug20260 | Matthias Radestock | 2009-01-30 | 1 | -2/+1 |
| |/ / / | |||||
| * | | | cosmetic: break some overlong lines | Matthias Radestock | 2009-01-28 | 4 | -6/+12 |
| |/ / | |||||
| * | | more efficient lockingbug20193 | 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 |
| * | | refactoringbug20173 | 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 | 1 | -6/+6 |
| | |\ | |||||
| | | * | 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 | 4 | -89/+384 |
| | | |\ | |||||
| | | | * | merge bug18557 into bug20097 | Matthias Radestock | 2009-01-08 | 8 | -53/+65 |
| | | | |\ | |||||
| * | | | | | 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 | 4 | -204/+91 |
| | |\ \ \ \ |