summaryrefslogtreecommitdiff
path: root/src/rabbit_connection_sup.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Consistencybug25404Simon MacMullen2013-10-141-3/+3
* Introduce rabbit_heartbeat:start/6 APITim Watson2013-10-101-3/+1
* Unify the intermediate supervision tree under r_connection_helper_supTim Watson2013-10-101-9/+9
* Defer starting a queue collector until we've received tune-okTim Watson2013-10-091-6/+1
* introduce another intermediate supervisor into the connection treeTim Watson2013-10-091-1/+6
* correct erroneous commentMatthias Radestock2013-09-091-2/+3
* Refresh branch from stableEmile Joubert2013-07-311-1/+10
|\
| * Stick in yet another supervisor to get shutdown happening in the right order.bug25631Simon MacMullen2013-07-031-1/+10
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | various reader related changes for AMQP 1.0Matthias Radestock2013-01-181-6/+1
|/
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Optimise the heartbeat to death. Honk. And some cosmetics tooMatthew Sackman2011-01-111-1/+0
* merge bug23495 into defaultMatthias Radestock2010-11-151-20/+2
|\
| * Reworked heartbeating so that it really works again and so we can specify dif...Rob Harrop2010-11-101-12/+2
| * Refactored rabbit_heartbeat to provide start_heartbeat_funRob Harrop2010-11-101-18/+10
* | Switch spawn order of channelsupsup and queue_collector within connection_supbug23495Matthew Sackman2010-11-111-5/+5
|/
* prevent normal heartbeater termination from tearing down the readerbug23197Matthias Radestock2010-08-271-2/+2
* Reduce calls to connection_sup:readerMatthew Sackman2010-08-131-3/+3
* Specs, moving things around, and removing dead codeMatthew Sackman2010-08-131-3/+16
* Abstract the heartbeaters in the same way - the reader now has no references ...Matthew Sackman2010-08-101-1/+22
* Given changes to intrinsic, if we do ever try to restart (abnormal exit), we ...Matthew Sackman2010-08-091-1/+1
* Arbitrarily decide to make the channel_sup_sup the very first thing that gets...Matthew Sackman2010-08-091-5/+5
* Added intrinsic restart type and used itMatthew Sackman2010-08-061-7/+9
* Avoid the unnecessary callbacks in the various new _sups as much as possible ...Matthew Sackman2010-08-031-11/+14
* Don't dynamically start up the channel_sup_sup - it doesn't gain us much to p...Matthew Sackman2010-08-031-1/+3
* A ginormous amount of debitrotting, rewriting, debugging and refactoring to m...Matthew Sackman2010-08-021-6/+3
* Remove dead code and get supervisor2 to hide some error messages when MaxR is 0Matthew Sackman2010-07-271-4/+1
* Fixed channel shutdown mechanismsMatthew Sackman2010-07-211-3/+3
* Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-191-2/+2
* And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-061-2/+12
* Added ability to stop supervisor2, which means children only need to be trans...Matthew Sackman2010-07-061-6/+8
* Now we have the reader, heartbeaters and queue_collector all under the same c...Matthew Sackman2010-07-061-0/+52