| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make it easier to add more exceptions to the 'warning' category in future | 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 | 5 | -45/+135 |
| |\ | |||||
| | * | keep serial in separate process, to avoid persister bottleneck | Matthias Radestock | 2009-02-06 | 5 | -45/+135 |
| * | | Merged bug 20179 into default | Ben Hood | 2009-02-02 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | turn rabbit_router into gen_server2 | Matthias Radestock | 2009-01-21 | 1 | -3/+3 |
| * | | | Merged bug 20260 into default | Ben Hood | 2009-02-02 | 1 | -2/+1 |
| |\ \ \ | |||||
| | * | | | get rid of index on 'pid' field in rabbit_queue | Matthias Radestock | 2009-01-30 | 1 | -2/+1 |
| * | | | | Merged 20288 into default | Ben Hood | 2009-02-02 | 5 | -47/+51 |
| |\ \ \ \ | |||||
| | * | | | | refine permission structure | Matthias Radestock | 2009-01-27 | 5 | -47/+51 |
| * | | | | | don't terminate channel processes abnormally for amqp errors | Matthias Radestock | 2009-01-29 | 2 | -10/+26 |
| | |/ / / |/| | | | |||||
| * | | | | cosmetic: break some overlong lines | Matthias Radestock | 2009-01-28 | 4 | -6/+12 |
| |/ / / | |||||
| * | | | 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 |
