summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* persister hibernationbug20423Matthias Radestock2009-02-271-20/+26
* make it easier to add more exceptions to the 'warning' category in futurebug20374Matthias Radestock2009-02-171-6/+6
* Special-case as a warning the relatively common abrupt-disconnection message.Tony Garnock-Jones2009-02-131-2/+6
* merge bug20348 into defaultTony Garnock-Jones2009-02-1320-581/+1905
|\
| * Merged bug 20179 into defaultBen Hood2009-02-021-3/+3
| |\
| | * turn rabbit_router into gen_server2bug20179Matthias Radestock2009-01-211-3/+3
| * | Merged bug 20260 into defaultBen Hood2009-02-026-57/+77
| |\ \
| | * \ Merged 20288 into defaultBen Hood2009-02-025-47/+51
| | |\ \
| | | * | refine permission structurebug20288Matthias Radestock2009-01-275-47/+51
| | * | | don't terminate channel processes abnormally for amqp errorsbug20275Matthias Radestock2009-01-292-10/+26
| * | | | get rid of index on 'pid' field in rabbit_queuebug20260Matthias Radestock2009-01-301-2/+1
| |/ / /
| * | | cosmetic: break some overlong linesMatthias Radestock2009-01-284-6/+12
| |/ /
| * | more efficient lockingbug20193Matthias Radestock2009-01-262-4/+4
| * | prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-226-96/+122
| * | don't infer table name from record type in mnesia opsMatthias Radestock2009-01-224-36/+58
| * | refactoringbug20173Matthias Radestock2009-01-221-24/+20
| * | fix indentationMatthias Radestock2009-01-221-4/+2
| * | anybody can do anything with server-named resourcesMatthias Radestock2009-01-211-0/+4
| * | merge default into bug20173Matthias Radestock2009-01-211-6/+6
| |\ \ | | |/
| | * Merged default into 20097Ben Hood2009-01-211-6/+6
| | |\
| | | * oops, meant to advertise this as an ordinary gen_serverMatthias Radestock2009-01-081-1/+1
| | | * replace gen_server:cast with gen_server2:cast in rabbit_limiterMatthias Radestock2009-01-081-7/+7
| | | * merge bug19749 into bug20097Matthias Radestock2009-01-084-89/+384
| | | |\
| | | | * merge bug18557 into bug20097Matthias Radestock2009-01-088-53/+65
| | | | |\
| * | | | | simplify resource access cacheMatthias Radestock2009-01-201-19/+10
| * | | | | replace simple permission cache with lru cache, to make it boundedMatthias Radestock2009-01-201-14/+28
| * | | | | clear permission cache before hibernatingMatthias Radestock2009-01-191-0/+1
| * | | | | merge default into bug20173Matthias Radestock2009-01-196-234/+121
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merged 19749 into defaultBen Hood2009-01-194-204/+91
| | |\ \ \ \
| | | * \ \ \ Merged 20099 into defaultBen Hood2009-01-193-202/+89
| | | |\ \ \ \
| | | | * \ \ \ merge default into bug20099bug20099Matthias Radestock2009-01-168-136/+521
| | | | |\ \ \ \
| | | | * | | | | fix bug in handling of writer exitMatthias Radestock2009-01-141-1/+1
| | | | * | | | | make the channel process hibernate after 1s of idlenessMatthias Radestock2009-01-141-7/+16
| | | | * | | | | get rid of now-superfluous proxy_pid in channel stateMatthias Radestock2009-01-091-26/+18
| | | | * | | | | get rid of buffering_proxyMatthias Radestock2009-01-091-108/+0
| | | | * | | | | fix normal termination caseMatthias Radestock2009-01-091-5/+4
| | | | * | | | | first cut of turning rabbit_channel into a gen_server2Matthias Radestock2009-01-091-60/+59
| | | | * | | | | merge bug20088 into bug20099Matthias Radestock2009-01-091-0/+854
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | cosmetic: correct indentationMatthias Radestock2009-01-181-2/+2
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | change a gen_server:call to a gen_server2:callbug19749Matthias Radestock2009-01-161-1/+1
| | * | | | | | merge default into bug19749Matthias Radestock2009-01-168-133/+522
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | Merged 20071 into defaultBen Hood2009-01-168-128/+517
| | | |\ \ \ \
| | | * | | | | turn queue processes into custom gen_serversbug20071Matthias Radestock2009-01-081-5/+5
| | | * | | | | merge bug20088 into bug20071Matthias Radestock2009-01-081-0/+854
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | / / | | | | | |/ / | | | | |/| |
| | * | | | | replace all cross-node gen_server:casts with gen_server2:castsbug19759Matthias Radestock2009-01-082-21/+21
| | * | | | | merge bug20088 into bug19749Matthias Radestock2009-01-081-0/+854
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| * | | | | cache permissions in channelMatthias Radestock2009-01-192-5/+20
| * | | | | replace list_{vhost_users,user_vhosts} with list_{vhost,user}_permissionsMatthias Radestock2009-01-193-61/+71
| * | | | | better docs and error handlingMatthias Radestock2009-01-161-14/+15
| * | | | | hook in permission checksMatthias Radestock2009-01-162-2/+55