summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-192-25/+25
| |\
| | * change a gen_server:call to a gen_server2:callMatthias Radestock2009-01-161-1/+1
| | * merge default into bug19749Matthias Radestock2009-01-168-133/+522
| | |\
| | * | replace all cross-node gen_server:casts with gen_server2:castsMatthias Radestock2009-01-082-21/+21
| | * | merge bug20088 into bug19749Matthias Radestock2009-01-081-0/+854
| | |\ \
| * | \ \ Merged 20099 into defaultBen Hood2009-01-193-202/+89
| |\ \ \ \
| | * \ \ \ merge default into bug20099Matthias 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
| | |_|/ | |/| |
| * | | Merged 20071 into defaultBen Hood2009-01-161-5/+5
| |\ \ \
| | * | | turn queue processes into custom gen_serversMatthias Radestock2009-01-081-5/+5
| | * | | merge bug20088 into bug20071Matthias 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
* | | | beginnings of permission adminMatthias Radestock2009-01-165-62/+96
* | | | modify table structure in preparation for permissionsMatthias Radestock2009-01-162-17/+24
|/ / /
* | | Merged 18557 into defaultBen Hood2009-01-164-89/+390
|\ \ \
| * | | add some commentsMatthias Radestock2009-01-152-2/+6
| * | | Merged default into 18557Ben Hood2009-01-1512-63/+936
| |\ \ \
| * | | | tidying up, refactoring and some cosmetic changesMatthias Radestock2008-12-264-61/+38
| * | | | cosmetic: rename 'in_use' to 'volume'Matthias Radestock2008-12-251-10/+10
| * | | | optimisation: only notify queues that have had can_send requests rejectedMatthias Radestock2008-12-251-18/+22
| * | | | destroy limiter when a channel becomes unlimitedMatthias Radestock2008-12-243-22/+38
| * | | | don't leave the limiter behind when the channel terminatesMatthias Radestock2008-12-232-2/+13
| * | | | add type spec for start_linkMatthias Radestock2008-12-231-0/+1
| * | | | handle the "no limiter" case more obviouslyMatthias Radestock2008-12-231-10/+8
| * | | | cosmeticMatthias Radestock2008-12-231-20/+20
| * | | | deal with limiting after consumer subscriptionMatthias Radestock2008-12-233-19/+43
| * | | | create limiter lazilyMatthias Radestock2008-12-232-5/+22
| * | | | make limiter keep track of all queues with subscriptionsMatthias Radestock2008-12-232-18/+52
| * | | | merge default into bug18557Matthias Radestock2008-12-231-0/+2
| |\ \ \ \
| * | | | | cosmeticMatthias Radestock2008-12-232-12/+12
| * | | | | merge default into bug18557Matthias Radestock2008-12-232-12/+27
| |\ \ \ \ \
| * | | | | | ensure fairnessMatthias Radestock2008-12-231-4/+13
| * | | | | | saner state transition handlingMatthias Radestock2008-12-191-52/+39
| * | | | | | fix bug: make sure consumers blocked due to limit are dropped from StateMatthias Radestock2008-12-191-5/+5
| * | | | | | handle transactional acksMatthias Radestock2008-12-191-18/+16
| * | | | | | minor simplificationsMatthias Radestock2008-12-181-6/+4