summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dead monitors. Make sure everyone has unmonitored everyone else before...Simon MacMullen2011-07-141-6/+17
* Shut down the whole supervisor group if the delegate shuts down due to its ch...Simon MacMullen2011-07-142-52/+114
* Fix race. Use cast. No "hello".Simon MacMullen2011-07-111-7/+7
* We like a lot of things about OTP. But not tabs.Simon MacMullen2011-07-111-5/+5
* Dialyser points out that start_link may return other than {ok, Pid}.Simon MacMullen2011-07-061-4/+6
* Dialyser points out that pid_of/1 was returning the wrong thing, hence some t...Simon MacMullen2011-07-061-4/+5
* First pass at specs. Note that these are formatted a bit differnt from how we...Simon MacMullen2011-07-061-0/+93
* If we're intending to allow gen_server2 and supervisor2 to be defined out, le...Simon MacMullen2011-07-041-5/+6
* Essay.Simon MacMullen2011-07-041-5/+81
* Duh. That notify thing is no longer needed, simplify.Simon MacMullen2011-07-041-21/+10
* Support unnamed supervisors. This tweaks the startup somewhat again.Simon MacMullen2011-07-042-26/+50
* Support childspecs returned from Module:init(). Unfortunately a bit fiddly as...Simon MacMullen2011-07-042-18/+52
* Add another testSimon MacMullen2011-07-041-0/+14
* Use two supervisors (an overall one and the delegate underneath it) so that o...Simon MacMullen2011-07-042-42/+49
* Bang head against desk.Simon MacMullen2011-07-011-25/+25
* Fix an occasional race.Simon MacMullen2011-07-012-26/+29
* Let's pretend that didn't happen.Simon MacMullen2011-07-011-25/+25
* Improve reliability, test deleting and restarting children.Simon MacMullen2011-07-011-1/+17
* Be less chatty.Simon MacMullen2011-07-011-11/+3
* When starting a child that is already around on a different supervisor, do no...Simon MacMullen2011-07-012-17/+30
* We only have mnesia now.Simon MacMullen2011-07-012-38/+38
* Trying to keep that ETS table up to date was never going to work, live withou...Simon MacMullen2011-07-013-23/+23
* Uh, fix the test.Simon MacMullen2011-07-011-16/+25
* Beginning of tests, and fix a bug found (ETS table creation on demand is racy).Simon MacMullen2011-07-014-7/+113
* CosmeticSimon MacMullen2011-07-011-2/+2
* Separate out supervisor name and group name.Simon MacMullen2011-07-011-34/+34
* More cosmetic.Simon MacMullen2011-07-011-5/+9
* CosmeticSimon MacMullen2011-07-011-16/+16
* NoteSimon MacMullen2011-06-301-0/+2
* Crude but working implementationSimon MacMullen2011-06-304-51/+533
* Something that impersonates a supervisor and delegates to it.Simon MacMullen2011-06-301-0/+140
* cosmetic: give rabbit.erl some structureMatthias Radestock2011-06-291-153/+157
* merge bug24207 into default (Rabbit doesn't stop and halt correctly)Alexandru Scvortov2011-06-292-4/+2
|\
| * merge bug24180 into defaultMatthias Radestock2011-06-2820-242/+2269
| |\
| | * merge bug 24221 into default (channel.flow{active=true} can fail to unblock q...Alexandru Scvortov2011-06-271-2/+2
| | |\
| | | * remember when we've refused a queue's can_send due to being blockedMatthias Radestock2011-06-251-2/+2
| * | | Allow unprivileged users to passive declare.Simon MacMullen2011-06-171-2/+0
* | | | factorisationMatthew Sackman2011-06-281-9/+10
* | | | There's a possibility that rabbit has to be able to be started without being ...Matthew Sackman2011-06-281-0/+25
* | | | Avoid pointless begin-end block. Duh.Matthew Sackman2011-06-281-9/+5
* | | | All keys are optional. We must not omit a vertex just because it has not any ...Matthew Sackman2011-06-281-1/+7
* | | | cosmeticMatthew Sackman2011-06-281-4/+2
* | | | Finally, just to be really safe, avoid init:stop as far as we sensibly can on...Matthew Sackman2011-06-281-1/+5
* | | | Delete graph after useMatthew Sackman2011-06-281-1/+3
* | | | Build graph; prune graph; traverse graph; obey graph.Matthew Sackman2011-06-281-2/+20
* | | | init:stop knows better than us. It makes sure applications are taken down in ...Matthew Sackman2011-06-281-5/+1
| |/ / |/| |
* | | Merged bug24208 into defaultEmile Joubert2011-06-271-1/+1
|\ \ \
| * | | Oops, we need the dependency.Simon MacMullen2011-06-241-1/+1
| | |/ | |/|
* | | Add missing specs; move some functions to more appropriate placesMatthew Sackman2011-06-262-23/+63
* | | essentially cosmetic tweakMatthias Radestock2011-06-261-1/+1