summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* Merging bug 23193 onto defaultMatthew Sackman2010-09-211-10/+15
|\
| * Rename function.Simon MacMullen2010-09-141-2/+2
| * * Use one-shot timersSimon MacMullen2010-09-141-11/+8
| * Only emit stats in state running, so we don't emit stats before the connectio...Simon MacMullen2010-09-131-2/+5
| * Only emit stats if level != none.Simon MacMullen2010-09-131-2/+6
| * Emit stats just after creation event.Simon MacMullen2010-09-071-0/+1
* | set up monitoring in the callerbug23249Matthias Radestock2010-09-131-0/+1
* | Use monitor, not link, *consistently*Matthew Sackman2010-09-081-1/+1
* | Use monitor, not linkMatthew Sackman2010-09-081-1/+1
|/
* simplify a bunch of rabbit_event:notify callsMatthias Radestock2010-09-051-5/+3
* Merge bug23109 (remove reader profiling dwead code)Michael Bridgen2010-08-271-30/+0
|\
| * remove dead codebug23109Matthias Radestock2010-08-251-30/+0
* | Merging default into bug 15930 and minor debitrot (heartbeater)bug15930Matthew Sackman2010-08-251-76/+114
|\ \ | |/ |/|
| * Move the linking into the start_channel functionMatthew Sackman2010-08-131-1/+0
| * Specs, moving things around, and removing dead codeMatthew Sackman2010-08-131-2/+2
| * refactor: extract termination Reason analysisMatthias Radestock2010-08-131-11/+10
| * Get the reader to link to the chan_sup instead of the framing_chan. It used t...Matthew Sackman2010-08-111-28/+35
| * Abstract the heartbeaters in the same way - the reader now has no references ...Matthew Sackman2010-08-101-19/+27
| * Fixes all over. Still more to do, though mainly API fixes. Functionality seem...Matthew Sackman2010-08-091-6/+8
| * Merging default into bug 15930Matthew Sackman2010-08-091-57/+80
| |\
| | * Merging bug 23094 into bug 15930Matthew Sackman2010-08-091-3/+2
| | |\
| | * | Added intrinsic restart type and used itMatthew Sackman2010-08-061-12/+13
| | * | Merging default into bug 15930Matthew Sackman2010-08-061-72/+94
| | |\ \
| | | * | Reverted 'shutdown' to 'normal' for our own programmatic exits. This then lea...Matthew Sackman2010-08-031-17/+30
| | | * | Avoid the unnecessary callbacks in the various new _sups as much as possible ...Matthew Sackman2010-08-031-42/+44
| | | * | Don't dynamically start up the channel_sup_sup - it doesn't gain us much to p...Matthew Sackman2010-08-031-11/+6
| | | * | Another debitrot but a smaller one. Did it again due to several largish branc...Matthew Sackman2010-08-021-9/+42
| | | |\ \
| | | * \ \ A ginormous amount of debitrotting, rewriting, debugging and refactoring to m...Matthew Sackman2010-08-021-49/+61
| | | |\ \ \
| | | | * | | Fixed channel shutdown mechanismsMatthew Sackman2010-07-211-1/+0
| | | | * | | Well the rabbit_tests now pass owing to being able to support a very similar ...Matthew Sackman2010-07-211-0/+8
| | | | * | | Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-191-6/+6
| | | | |\ \ \
| | | | * | | | And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-061-5/+8
| | | | * | | | Added ability to stop supervisor2, which means children only need to be trans...Matthew Sackman2010-07-061-3/+4
| | | | * | | | The heartbeater doesn't need to signal the reader in the event of a timeout -...Matthew Sackman2010-07-061-2/+0
| | | | * | | | Now we have the reader, heartbeaters and queue_collector all under the same c...Matthew Sackman2010-07-061-31/+33
| | | | * | | | As a first step, get the channel, framing channel, and writer to exit with sh...15930Matthew Sackman2010-07-061-5/+5
* | | | | | | | take current memory alarms status into account straight awayMatthias Radestock2010-08-181-3/+4
|/ / / / / / /
* | | | | | | merge headsMatthias Radestock2010-08-091-0/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | exit the framing_channel normally on unexected_frame errorMatthias Radestock2010-08-061-0/+3
| |/ / / / /
* | | | | | cosmeticbug23094Matthew Sackman2010-08-091-4/+3
* | | | | | cosmeticMatthew Sackman2010-08-091-1/+1
* | | | | | Move parent inside of #v1 in readerMatthew Sackman2010-08-091-28/+28
|/ / / / /
* | | | | Minor improvementbug23027Matthew Sackman2010-08-051-1/+1
* | | | | merge default into bug23027Matthias Radestock2010-08-051-28/+81
|\ \ \ \ \
| * | | | | correct horrendous coding mistakeMatthew Sackman2010-08-031-1/+1
| * | | | | Merging default into bug 23027Matthew Sackman2010-08-031-11/+54
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | update reader state docsMatthias Radestock2010-08-021-0/+11
| * | | | | don't overload meaning of 'callback'Matthias Radestock2010-08-021-7/+9
| * | | | | fold the memory conservation status into the connection stateMatthias Radestock2010-08-021-24/+33
| * | | | | only stop reading from clients that publish while memory is tightMatthias Radestock2010-08-021-8/+14