Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a testbug25409 | Matthias Radestock | 2013-01-19 | 1 | -0/+16 |
* | add BQ:purge_acks/1 | Matthias Radestock | 2013-01-19 | 3 | -3/+11 |
* | tiny refactor on variable_queue_with_holes | Matthias Radestock | 2013-01-19 | 1 | -3/+4 |
* | cosmetic | Matthias Radestock | 2013-01-19 | 1 | -2/+2 |
* | merge bug25383 into default | Matthias Radestock | 2013-01-18 | 0 | -0/+0 |
|\ | |||||
* | | fix test | Matthias Radestock | 2013-01-18 | 1 | -1/+2 |
* | | various reader related changes for AMQP 1.0 | Matthias Radestock | 2013-01-18 | 3 | -31/+74 |
|/ | |||||
* | simplifying refactor on rabbit_mnesia:discover_cluster | Matthias Radestock | 2013-01-17 | 1 | -9/+6 |
* | merge bug25400 into default | Tim Watson | 2013-01-17 | 2 | -29/+24 |
|\ | |||||
| * | filter out pending acks when folding over deltabug25400 | Matthias Radestock | 2013-01-15 | 1 | -6/+14 |
| * | test | Matthias Radestock | 2013-01-15 | 1 | -23/+10 |
* | | stable to default | Simon MacMullen | 2013-01-16 | 1 | -4/+9 |
|\ \ | |||||
| * \ | Merge bug25401 | Simon MacMullen | 2013-01-16 | 0 | -0/+0 |
| |\ \ | |||||
| * | | | Prevent explosion if someone passes a list.bug25401 | Simon MacMullen | 2013-01-16 | 1 | -4/+9 |
| |/ / | |||||
* | | | cosmetic | Matthias Radestock | 2013-01-16 | 1 | -4/+2 |
* | | | remove superfluous condition | Matthias Radestock | 2013-01-16 | 1 | -2/+2 |
* | | | Merge bug25393 | Simon MacMullen | 2013-01-16 | 12 | -141/+283 |
|\ \ \ | |||||
| * | | | some more reader connection state abstraction | Matthias Radestock | 2013-01-15 | 1 | -14/+12 |
| * | | | optimising refactor of check_xref | Matthias Radestock | 2013-01-15 | 1 | -1/+2 |
| * | | | make check_xref work when plugins dir is empty | Matthias Radestock | 2013-01-15 | 1 | -8/+3 |
| | |/ | |/| | |||||
| * | | much more thorough testing of vq:requeue | Matthias Radestock | 2013-01-15 | 1 | -21/+62 |
| * | | improve assertion in vq:fold test | Matthias Radestock | 2013-01-14 | 1 | -2/+6 |
| * | | improve vq:fold test | Matthias Radestock | 2013-01-14 | 1 | -8/+16 |
| * | | oops; nuke unused var | Matthias Radestock | 2013-01-12 | 1 | -1/+1 |
| * | | extract a vq helper fun for constructing a msg_status | Matthias Radestock | 2013-01-12 | 1 | -21/+24 |
| * | | cosmetic | Matthias Radestock | 2013-01-12 | 1 | -6/+6 |
| * | | unmodalise vq:read_msg | Matthias Radestock | 2013-01-12 | 1 | -27/+27 |
| * | | cosmetic rename | Matthias Radestock | 2013-01-10 | 1 | -9/+8 |
| * | | merge bug25345 into default | Matthias Radestock | 2013-01-09 | 4 | -198/+236 |
| |\ \ | |||||
| * | | | Fix docs and specs.bug25345 | Simon MacMullen | 2013-01-08 | 2 | -3/+2 |
| * | | | tweak: make use of rabbit_misc:rs/1 | Matthias Radestock | 2013-01-07 | 1 | -3/+3 |
| * | | | merge default into bug25345 | Matthias Radestock | 2013-01-07 | 2 | -10/+12 |
| |\ \ \ | |||||
| * | | | | Idempotence | Simon MacMullen | 2013-01-07 | 2 | -1/+7 |
| * | | | | Merge default | Simon MacMullen | 2013-01-07 | 7 | -140/+124 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge in bug24407. | Simon MacMullen | 2013-01-04 | 6 | -26/+115 |
| |\ \ \ \ \ | |||||
| | * | | | | | refactor: extract stop_syncer function | Matthias Radestock | 2013-01-01 | 1 | -10/+9 |
| | * | | | | | oops | Matthias Radestock | 2013-01-01 | 1 | -1/+1 |
| | * | | | | | better fun names | Matthias Radestock | 2013-01-01 | 3 | -22/+22 |
| | * | | | | | merge bug24407 into bug25345 | Matthias Radestock | 2012-12-30 | 6 | -18/+108 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Emit an info item as soon as we start, for greater responsiveness. | Simon MacMullen | 2012-12-14 | 1 | -6/+8 |
| | | * | | | | | Fix accidental change | Simon MacMullen | 2012-12-14 | 1 | -1/+1 |
| | | * | | | | | Cancel sync | Simon MacMullen | 2012-12-14 | 5 | -5/+63 |
| | | * | | | | | Shorter | Simon MacMullen | 2012-12-14 | 1 | -2/+2 |
| | | * | | | | | Ensure rabbitmqctl list_queues remains responsive during sync, and emit stats... | Simon MacMullen | 2012-12-14 | 4 | -16/+46 |
* | | | | | | | | ...and do the same thing here.bug25393 | Simon MacMullen | 2013-01-16 | 1 | -2/+4 |
* | | | | | | | | rationalise timer maintenance | Matthias Radestock | 2013-01-08 | 4 | -76/+70 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | merge heads | Matthias Radestock | 2013-01-08 | 1 | -11/+10 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge stable into default | Matthias Radestock | 2013-01-08 | 27 | -1014/+1627 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | merge stable into default | Matthias Radestock | 2013-01-08 | 1 | -7/+10 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | merge bug25353 into stable | Matthias Radestock | 2013-01-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | |