| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | | replace all cross-node gen_server:casts with gen_server2:casts | Matthias Radestock | 2009-01-08 | 2 | -21/+21 |
| | | * | | | | merge bug20088 into bug19749 | Matthias Radestock | 2009-01-08 | 1 | -0/+854 |
| | | |\ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | | Merged 20099 into default | Ben Hood | 2009-01-19 | 3 | -202/+89 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | merge default into bug20099 | 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 |
| | | |_|/ / | |/| | | | |||||
| | * | | | | Merged 20071 into default | Ben Hood | 2009-01-16 | 1 | -5/+5 |
| | |\ \ \ \ | |||||
| | | * | | | | turn queue processes into custom gen_servers | Matthias Radestock | 2009-01-08 | 1 | -5/+5 |
| | | * | | | | merge bug20088 into bug20071 | 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 |
| * | | | | | beginnings of permission admin | Matthias Radestock | 2009-01-16 | 5 | -62/+96 |
| * | | | | | modify table structure in preparation for permissions | Matthias Radestock | 2009-01-16 | 2 | -17/+24 |
| |/ / / / | |||||
| * | | | | Merged 18557 into default | Ben Hood | 2009-01-16 | 4 | -89/+390 |
| |\ \ \ \ | |||||
| | * | | | | add some comments | Matthias Radestock | 2009-01-15 | 2 | -2/+6 |
| | * | | | | Merged default into 18557 | Ben Hood | 2009-01-15 | 12 | -63/+936 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | tidying up, refactoring and some cosmetic changes | Matthias Radestock | 2008-12-26 | 4 | -61/+38 |
| | * | | | | cosmetic: rename 'in_use' to 'volume' | Matthias Radestock | 2008-12-25 | 1 | -10/+10 |
| | * | | | | optimisation: only notify queues that have had can_send requests rejected | Matthias Radestock | 2008-12-25 | 1 | -18/+22 |
| | * | | | | destroy limiter when a channel becomes unlimited | Matthias Radestock | 2008-12-24 | 3 | -22/+38 |
| | * | | | | don't leave the limiter behind when the channel terminates | Matthias Radestock | 2008-12-23 | 2 | -2/+13 |
| | * | | | | add type spec for start_link | Matthias Radestock | 2008-12-23 | 1 | -0/+1 |
| | * | | | | handle the "no limiter" case more obviously | Matthias Radestock | 2008-12-23 | 1 | -10/+8 |
