summaryrefslogtreecommitdiff
path: root/src/rabbit_channel_sup_sup.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
| |
* | merge default into bug23958Tim Watson2013-03-071-1/+1
|\ \ | |/
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
| |
* | no more simple_one_for_one_terminate; include support for dynamic_dbTim Watson2012-10-291-1/+1
|/
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|
* replace rabbit_framing_channel with tiny state machineMatthias Radestock2011-01-011-1/+1
| | | | | | | | | | ...which we store in the reader's process dict This simplifies the interactions between the channel and the reader. Note that the reader now monitors the channel processes rather than their sups. This makes more sense since it interacts with the former but never the latter.
* set up monitoring in the callerbug23249Matthias Radestock2010-09-131-3/+1
| | | | which makes for a cleaner and more flexible API
* Use monitor, not linkMatthew Sackman2010-09-081-1/+1
|
* Move the linking into the start_channel functionMatthew Sackman2010-08-131-2/+4
|
* Specs, moving things around, and removing dead codeMatthew Sackman2010-08-131-3/+17
|
* Don't dynamically start up the channel_sup_sup - it doesn't gain us much to ↵Matthew Sackman2010-08-031-5/+5
| | | | predeclare it with the Protocol and it makes the children of the channel_sup_sup less obvious
* A ginormous amount of debitrotting, rewriting, debugging and refactoring to ↵Matthew Sackman2010-08-021-5/+5
| | | | merge default into bug 15930
* Fixed channel shutdown mechanismsMatthew Sackman2010-07-211-1/+1
|
* And now the channel, writer, limiter and framing_channel are also all ↵Matthew Sackman2010-07-061-0/+49
suitably supervisored