summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged default into 20097Ben Hood2009-01-2110-259/+240
|\
| * 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
| | |\
| * | \ 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
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| * | | | 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
| | |\ \ \ \
| * | \ \ \ \ merge bug20152 into defaultMatthias Radestock2009-01-153-29/+110
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | minor refactoring: more consistent signatures/matching in routing functionsMatthias Radestock2009-01-151-14/+14
| | * | | | | refactoring to eliminate code duplicationMatthias Radestock2009-01-151-48/+31
| | * | | | | cosmetic and minor refactoringMatthias Radestock2009-01-151-35/+37
| | * | | | | The PDF requires amq.match. The XML requires amq.headers. Create both.Tony Garnock-Jones2009-01-151-1/+2
| | * | | | | Implement routing for headers exchange.Tony Garnock-Jones2009-01-152-12/+101
| | * | | | | Add "amq.match" builtin exchange; accept "headers" in exchange.declare; andTony Garnock-Jones2009-01-152-0/+6
| * | | | | | merge default into bug20088Matthias Radestock2009-01-149-51/+70
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | Merged 20141 into defaultBen Hood2009-01-142-2/+2
| | |\ \ \ \
| | | * | | | use halt() instead of init:stop()Matthias Radestock2009-01-132-2/+2
| | * | | | | merge v1_5_1 into defaultMatthias Radestock2009-01-121-7/+13
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Better dispatching while formatting results in rabbitmqctlEmile Joubert2009-01-111-4/+3
| | | * | | | Report node instead of pid in rabbitmqctlEmile Joubert2009-01-111-4/+11
| | * | | | | Merged v1_5_1 into defaultBen Hood2009-01-091-1/+2
| | |\ \ \ \ \ | | | |/ / / / | | | | | / / | | | |_|/ / | | |/| | |
| | | * | | the #amqqueue.pid is 'none', so return self() insteadMatthias Radestock2009-01-091-1/+2
* | | | | | 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-083-23/+877
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | order-preserving castMatthias Radestock2009-01-071-7/+5
| | * | | reduce impact of long message queues on selective receivesMatthias Radestock2009-01-071-42/+78
| | * | | initial version of gen_server2Matthias Radestock2009-01-061-0/+820
* | | | | merge bug18557 into bug20097Matthias Radestock2009-01-084-89/+384
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | 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