Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merged 20099 into default | Ben Hood | 2009-01-19 | 3 | -202/+89 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | merge default into bug20099bug20099 | Matthias Radestock | 2009-01-16 | 8 | -136/+521 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | fix bug in handling of writer exit | Matthias Radestock | 2009-01-14 | 1 | -1/+1 |
| | | | * | | | | | make the channel process hibernate after 1s of idleness | Matthias Radestock | 2009-01-14 | 1 | -7/+16 |
| | | | * | | | | | get rid of now-superfluous proxy_pid in channel state | Matthias Radestock | 2009-01-09 | 1 | -26/+18 |
| | | | * | | | | | get rid of buffering_proxy | Matthias Radestock | 2009-01-09 | 1 | -108/+0 |
| | | | * | | | | | fix normal termination case | Matthias Radestock | 2009-01-09 | 1 | -5/+4 |
| | | | * | | | | | first cut of turning rabbit_channel into a gen_server2 | Matthias Radestock | 2009-01-09 | 1 | -60/+59 |
| | | | * | | | | | merge bug20088 into bug20099 | Matthias Radestock | 2009-01-09 | 1 | -0/+854 |
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | |||||
| | | * | | | | | | cosmetic: correct indentation | Matthias Radestock | 2009-01-18 | 1 | -2/+2 |
| | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | change a gen_server:call to a gen_server2:callbug19749 | Matthias Radestock | 2009-01-16 | 1 | -1/+1 |
| | * | | | | | | merge default into bug19749 | Matthias Radestock | 2009-01-16 | 8 | -133/+522 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | / / | | | |_|_|/ / | | |/| | | | | |||||
| | | * | | | | Merged 20071 into default | Ben Hood | 2009-01-16 | 8 | -128/+517 |
| | | |\ \ \ \ | |||||
| | | * | | | | | turn queue processes into custom gen_serversbug20071 | Matthias Radestock | 2009-01-08 | 1 | -5/+5 |
| | | * | | | | | merge bug20088 into bug20071 | Matthias Radestock | 2009-01-08 | 1 | -0/+854 |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | / / | | | | | |/ / | | | | |/| | | |||||
| | * | | | | | replace all cross-node gen_server:casts with gen_server2:castsbug19759 | Matthias Radestock | 2009-01-08 | 2 | -21/+21 |
| | * | | | | | merge bug20088 into bug19749 | Matthias Radestock | 2009-01-08 | 1 | -0/+854 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / / | |||||
| * | | | | | cache permissions in channel | Matthias Radestock | 2009-01-19 | 2 | -5/+20 |
| * | | | | | replace list_{vhost_users,user_vhosts} with list_{vhost,user}_permissions | Matthias Radestock | 2009-01-19 | 3 | -61/+71 |
| * | | | | | better docs and error handling | Matthias Radestock | 2009-01-16 | 1 | -14/+15 |
| * | | | | | hook in permission checks | Matthias Radestock | 2009-01-16 | 2 | -2/+55 |