| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | | | * | | fix tests | Matthias Radestock | 2011-06-25 | 1 | -19/+28 |
| | | | | * | | tx gone from everywhere | Matthias Radestock | 2011-06-24 | 13 | -243/+67 |
| | | | | * | | remove transactions from backing queue | Matthias Radestock | 2011-06-24 | 6 | -366/+60 |
| | * | | | | | merge bug24232 into default (don't show mode in 'rabbitmqctl list_channels') | Alexandru Scvortov | 2011-07-03 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | | * | | | | | cosmetic: more sensible order of qpids for routing | Matthias Radestock | 2011-07-02 | 1 | -1/+1 |
| | * | | | | | | remove 'transactional' flag from 'rabbitmqctl list_channel' | Matthias Radestock | 2011-07-01 | 2 | -3/+3 |
| | |/ / / / / |
|
| | * | | | | | cosmetic: move docs of confirm-related channel info items to better place | Matthias Radestock | 2011-07-01 | 1 | -10/+10 |
| | * | | | | | merge bug23825 into default | Matthias Radestock | 2011-07-01 | 3 | -2/+35 |
| | |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | * | | | | cosmetic: we tend to prefer 'any()' over 'term()' | Matthias Radestock | 2011-07-01 | 1 | -1/+1 |
| | | * | | | | - use rabbit_misc:execute_mnesia_transaction | Simon MacMullen | 2011-06-29 | 1 | -24/+18 |
| | | * | | | | Spec | Simon MacMullen | 2011-06-29 | 1 | -0/+3 |
| | | * | | | | Scratch space for exchanges, and rabbit_exchange:update/2. | Simon MacMullen | 2011-06-27 | 3 | -2/+38 |
| * | | | | | | Make this more explicit. I *think* it's TRTTD. | Simon MacMullen | 2011-07-14 | 1 | -0/+1 |
| * | | | | | | Remove dead monitors. Make sure everyone has unmonitored everyone else before... | Simon MacMullen | 2011-07-14 | 1 | -6/+17 |
| * | | | | | | Shut down the whole supervisor group if the delegate shuts down due to its ch... | Simon MacMullen | 2011-07-14 | 2 | -52/+114 |
| * | | | | | | Fix race. Use cast. No "hello". | Simon MacMullen | 2011-07-11 | 1 | -7/+7 |
| * | | | | | | We like a lot of things about OTP. But not tabs. | Simon MacMullen | 2011-07-11 | 1 | -5/+5 |
| * | | | | | | Dialyser points out that start_link may return other than {ok, Pid}. | Simon MacMullen | 2011-07-06 | 1 | -4/+6 |
| * | | | | | | Dialyser points out that pid_of/1 was returning the wrong thing, hence some t... | Simon MacMullen | 2011-07-06 | 1 | -4/+5 |
| * | | | | | | First pass at specs. Note that these are formatted a bit differnt from how we... | Simon MacMullen | 2011-07-06 | 1 | -0/+93 |
| * | | | | | | If we're intending to allow gen_server2 and supervisor2 to be defined out, le... | Simon MacMullen | 2011-07-04 | 1 | -5/+6 |
| * | | | | | | Essay. | Simon MacMullen | 2011-07-04 | 1 | -5/+81 |
| * | | | | | | Duh. That notify thing is no longer needed, simplify. | Simon MacMullen | 2011-07-04 | 1 | -21/+10 |
| * | | | | | | Support unnamed supervisors. This tweaks the startup somewhat again. | Simon MacMullen | 2011-07-04 | 2 | -26/+50 |
| * | | | | | | Support childspecs returned from Module:init(). Unfortunately a bit fiddly as... | Simon MacMullen | 2011-07-04 | 2 | -18/+52 |
| * | | | | | | Add another test | Simon MacMullen | 2011-07-04 | 1 | -0/+14 |
| * | | | | | | Use two supervisors (an overall one and the delegate underneath it) so that o... | Simon MacMullen | 2011-07-04 | 2 | -42/+49 |
| * | | | | | | Bang head against desk. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
| * | | | | | | Fix an occasional race. | Simon MacMullen | 2011-07-01 | 2 | -26/+29 |
| * | | | | | | Let's pretend that didn't happen. | Simon MacMullen | 2011-07-01 | 1 | -25/+25 |
| * | | | | | | Improve reliability, test deleting and restarting children. | Simon MacMullen | 2011-07-01 | 1 | -1/+17 |
| * | | | | | | Be less chatty. | Simon MacMullen | 2011-07-01 | 1 | -11/+3 |
| * | | | | | | When starting a child that is already around on a different supervisor, do no... | Simon MacMullen | 2011-07-01 | 2 | -17/+30 |
| * | | | | | | We only have mnesia now. | Simon MacMullen | 2011-07-01 | 2 | -38/+38 |
| * | | | | | | Trying to keep that ETS table up to date was never going to work, live withou... | Simon MacMullen | 2011-07-01 | 3 | -23/+23 |
| * | | | | | | Uh, fix the test. | Simon MacMullen | 2011-07-01 | 1 | -16/+25 |
| * | | | | | | Beginning of tests, and fix a bug found (ETS table creation on demand is racy). | Simon MacMullen | 2011-07-01 | 4 | -7/+113 |
| * | | | | | | Cosmetic | Simon MacMullen | 2011-07-01 | 1 | -2/+2 |
| * | | | | | | Separate out supervisor name and group name. | Simon MacMullen | 2011-07-01 | 1 | -34/+34 |
| * | | | | | | More cosmetic. | Simon MacMullen | 2011-07-01 | 1 | -5/+9 |
| * | | | | | | Cosmetic | Simon MacMullen | 2011-07-01 | 1 | -16/+16 |
| * | | | | | | Note | Simon MacMullen | 2011-06-30 | 1 | -0/+2 |
| * | | | | | | Crude but working implementation | Simon MacMullen | 2011-06-30 | 4 | -51/+533 |
| * | | | | | | Something that impersonates a supervisor and delegates to it. | Simon MacMullen | 2011-06-30 | 1 | -0/+140 |
| |/ / / / / |
|
| * | | | | | cosmetic: give rabbit.erl some structure | Matthias Radestock | 2011-06-29 | 1 | -153/+157 |
| * | | | | | merge bug24207 into default (Rabbit doesn't stop and halt correctly) | Alexandru Scvortov | 2011-06-29 | 4 | -8/+4 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | merge bug24180 into default | Matthias Radestock | 2011-06-28 | 26 | -273/+2288 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Remove tonyg and md5 checksums, since the Macports guys already have done and... | Simon MacMullen | 2011-06-27 | 2 | -4/+2 |
| | | |/ / / / |
|
| | | * | | | | merge bug 24221 into default (channel.flow{active=true} can fail to unblock q... | Alexandru Scvortov | 2011-06-27 | 1 | -2/+2 |
| | | |\ \ \ \ |
|
| | | | * | | | | remember when we've refused a queue's can_send due to being blocked | Matthias Radestock | 2011-06-25 | 1 | -2/+2 |
| | | | | |/ /
| | | |/| | |
|