summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* when a consumer ack is received, the publisher ack is sent by the amqqueue_pr...Alexandru Scvortov2010-09-033-38/+50
* moved most of the confirm logic from amqqueue_process to variable_queueAlexandru Scvortov2010-09-022-79/+83
* pending acks are sent out when the channel becomes idle or every 1sAlexandru Scvortov2010-08-311-10/+19
* fixed message leak caused by confirmsAlexandru Scvortov2010-08-312-17/+35
* merge default into bug20284Alexandru Scvortov2010-08-2743-889/+1319
|\
| * Merge bug23109 (remove reader profiling dwead code)Michael Bridgen2010-08-273-54/+0
| |\
| | * remove dead codeMatthias Radestock2010-08-253-54/+0
| * | Merge bug23192 into default (errors in gen_server2 'terminate' callback mask ...Simon MacMullen2010-08-271-26/+28
| |\ \
| | * | tweakMatthias Radestock2010-08-261-1/+2
| | * | report the root cause when 'terminate' callback failsMatthias Radestock2010-08-261-26/+27
| * | | merge bug15930 into defaultMatthias Radestock2010-08-2714-230/+510
| |\ \ \
| | * \ \ Merging default into bug 15930 and minor debitrot (heartbeater)Matthew Sackman2010-08-2510-264/+501
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merging default into bug 15930Matthew Sackman2010-08-173-248/+277
| | |\ \ \
| | * | | | Remove dead code in testsMatthew Sackman2010-08-131-10/+0
| | * | | | Move the linking into the start_channel functionMatthew Sackman2010-08-132-3/+4
| | * | | | Reduce calls to connection_sup:readerMatthew Sackman2010-08-132-5/+4
| | * | | | Specs, moving things around, and removing dead codeMatthew Sackman2010-08-135-25/+47
| | * | | | CosmeticsMatthew Sackman2010-08-131-6/+6
| | * | | | Remove writer flush and improve sync methodsMatthew Sackman2010-08-132-28/+21
| | * | | | Merging default into bug 15930Matthew Sackman2010-08-1321-34/+28
| | |\ \ \ \
| | * | | | | refactor: extract termination Reason analysisMatthias Radestock2010-08-131-11/+10
| | * | | | | revert the change from 'stop' to 'flush_stop'Matthias Radestock2010-08-131-3/+3
| | * | | | | remove dead codeMatthias Radestock2010-08-131-1/+1
| | * | | | | cosmeticMatthias Radestock2010-08-131-3/+0
| | * | | | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-123-69/+126
| | |\ \ \ \ \
| | * | | | | | Get the reader to link to the chan_sup instead of the framing_chan. It used t...Matthew Sackman2010-08-111-28/+35
| | * | | | | | Remove dead code - collector is never explicitly shutdown: the supervisor wil...Matthew Sackman2010-08-101-7/+3
| | * | | | | | I erroneously removed trap_exit on channel yesterday. It needs to be on becau...Matthew Sackman2010-08-101-0/+1
| | * | | | | | Abstract the heartbeaters in the same way - the reader now has no references ...Matthew Sackman2010-08-103-44/+56
| | * | | | | | Abstract out the limiter creation. The abstraction made ensures the channel n...Matthew Sackman2010-08-103-21/+30
| | * | | | | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-101-16/+17
| | |\ \ \ \ \ \
| | * | | | | | | When a supervisor is killing off its children, if its children have already e...Matthew Sackman2010-08-091-5/+13
| | * | | | | | | Fixes all over. Still more to do, though mainly API fixes. Functionality seem...Matthew Sackman2010-08-097-72/+63
| | * | | | | | | Given changes to intrinsic, if we do ever try to restart (abnormal exit), we ...Matthew Sackman2010-08-092-2/+2
| | * | | | | | | Arbitrarily decide to make the channel_sup_sup the very first thing that gets...Matthew Sackman2010-08-091-5/+5
| | * | | | | | | Flush the writer much earlier on, allowing the actual termination to be less ...Matthew Sackman2010-08-091-4/+4
| | * | | | | | | Merging bug 23098 into bug 15930Matthew Sackman2010-08-091-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merging default into bug 15930Matthew Sackman2010-08-093-35/+50
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merging bug 23095 into bug 15930Matthew Sackman2010-08-092-25/+19
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merging bug 23095 into bug 15930Matthew Sackman2010-08-092-14/+12
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merging bug 23094 into bug 15930Matthew Sackman2010-08-091-3/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merging default into bug 15930Matthew Sackman2010-08-096-19/+73
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Added intrinsic restart type and used itMatthew Sackman2010-08-065-26/+46
| | * | | | | | | | | | | | | Removing the wrong changes to supervisor2 to suppress error reporting. Shall ...Matthew Sackman2010-08-061-23/+7
| | * | | | | | | | | | | | | Merging default into bug 15930Matthew Sackman2010-08-0617-411/+411
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Reverted 'shutdown' to 'normal' for our own programmatic exits. This then lea...Matthew Sackman2010-08-035-41/+54
| | * | | | | | | | | | | | | | Merging default into bug 15930Matthew Sackman2010-08-031-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Avoid the unnecessary callbacks in the various new _sups as much as possible ...Matthew Sackman2010-08-036-127/+117
| | * | | | | | | | | | | | | | | Don't dynamically start up the channel_sup_sup - it doesn't gain us much to p...Matthew Sackman2010-08-033-17/+14
| | * | | | | | | | | | | | | | | Another debitrot but a smaller one. Did it again due to several largish branc...Matthew Sackman2010-08-0213-78/+611
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \