summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove demonitor_all_peers since we always stop after invoking it.Simon MacMullen2011-07-211-24/+10
* Simplify group shutdown by repeated casting.Simon MacMullen2011-07-181-13/+11
* It might not be 'killed'. And we should return an error here.Simon MacMullen2011-07-181-3/+3
* I spent a long time trying to get the teardown of the complete supervision hi...Simon MacMullen2011-07-181-7/+18
* already_startedSimon MacMullen2011-07-182-23/+24
* Handle being torn down while in the transaction.Simon MacMullen2011-07-181-2/+4
* Not even sure what that was there for. Oops.Simon MacMullen2011-07-181-2/+1
* Remove a sleep() by waiting for the supervisor and any children we care about...Simon MacMullen2011-07-181-9/+21
* Catch more exit reasons (with a fork of rabbit_misc:with_exit_handler/2).Simon MacMullen2011-07-181-5/+16
* If start_child is called twice in a row we used to hang. Um, that's not good....Simon MacMullen2011-07-182-7/+16
* Defer all of the startup work to the second stage startup, so that we can't g...Simon MacMullen2011-07-181-12/+15
* This was copied from R14B03 supervisor.erl, but there it was exported. I don'...Simon MacMullen2011-07-151-3/+0
* More descriptive names, don't clash with erlang:monitor/2.Simon MacMullen2011-07-151-11/+12
* Merging default to bug24230Matthew Sackman2011-07-1419-695/+337
|\
| * fix bug introduced by bug 24216 (tx untangling)Matthias Radestock2011-07-141-1/+1
| * cosmeticMatthias Radestock2011-07-141-1/+0
| * Merge bug24216 into defaultRob Harrop2011-07-083-39/+44
| |\
| | * merge bug24244 into defaultMatthias Radestock2011-07-071-21/+25
| | |\
| | | * inliningMatthias Radestock2011-07-071-6/+6
| | | * One last tweak.Simon MacMullen2011-07-061-3/+2
| | | * Refactor / beautification.Simon MacMullen2011-07-061-37/+26
| | | * Inline rabbit_misc:table_filter, then fiddle with it until it's actually righ...Simon MacMullen2011-07-051-19/+35
| | * | Note to future self / othersSimon MacMullen2011-07-071-0/+3
| | * | Merge headsSimon MacMullen2011-07-071-11/+15
| | |\ \
| | | * \ merge bug24179 into defaultMatthias Radestock2011-07-0722-354/+2461
| | | |\ \ | | | | |/
| | | * | tiny refactor: better function namesMatthias Radestock2011-06-271-9/+8
| | | * | Generate fine stats on redeliver.Simon MacMullen2011-06-201-6/+11
| | * | | Fix upgrades from 2.4.1 and before. This failed because the #exchange{} recor...Simon MacMullen2011-07-071-8/+2
| | | |/ | | |/|
| * | | ditch per-x-q confirm statsMatthias Radestock2011-07-061-6/+2
| * | | make 'tx.commit-ok' indicate responsibility transferMatthias Radestock2011-07-061-40/+76
| * | | confirm on tx.rollbackMatthias Radestock2011-07-051-4/+10
| * | | merge default into bug24216Matthias Radestock2011-07-0414-642/+210
| |\ \ \ | | |/ / | |/| |
| | * | change tx semantics to 'batching'Matthias Radestock2011-07-043-35/+88
| | * | merge default into bug24216Matthias Radestock2011-06-2914-632/+147
| | |\ \
| | | * \ merge default into bug24216Matthias Radestock2011-06-2614-632/+147
| | | |\ \
| | | | * | s/run_backing_queue_async/run_backing_queueMatthias Radestock2011-06-255-16/+8
| | | | * | get rid of sync run_backing_queueMatthias Radestock2011-06-253-27/+4
| | | | * | fix testsMatthias Radestock2011-06-251-19/+28
| | | | * | tx gone from everywhereMatthias Radestock2011-06-2411-230/+65
| | | | * | remove transactions from backing queueMatthias Radestock2011-06-245-353/+56
| * | | | | merge bug24232 into default (don't show mode in 'rabbitmqctl list_channels')Alexandru Scvortov2011-07-031-1/+1
| |\ \ \ \ \
| | * | | | | cosmetic: more sensible order of qpids for routingMatthias Radestock2011-07-021-1/+1
| * | | | | | remove 'transactional' flag from 'rabbitmqctl list_channel'Matthias Radestock2011-07-011-1/+1
| |/ / / / /
| * | | | | merge bug23825 into defaultMatthias Radestock2011-07-012-1/+33
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cosmetic: we tend to prefer 'any()' over 'term()'Matthias Radestock2011-07-011-1/+1
| | * | | | - use rabbit_misc:execute_mnesia_transactionSimon MacMullen2011-06-291-24/+18
| | * | | | SpecSimon MacMullen2011-06-291-0/+3
| | * | | | Scratch space for exchanges, and rabbit_exchange:update/2.Simon MacMullen2011-06-272-1/+36
* | | | | | Make this more explicit. I *think* it's TRTTD.Simon MacMullen2011-07-141-0/+1
* | | | | | Remove dead monitors. Make sure everyone has unmonitored everyone else before...Simon MacMullen2011-07-141-6/+17