| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | makes sure convert_to_lazy terminates | Alvaro Videla | 2015-10-13 | 1 | -14/+19 |
| * | fixes call to queue stats from publish | Alvaro Videla | 2015-10-13 | 1 | -1/+1 |
| * | implements requeue for lazy queues | Alvaro Videla | 2015-10-13 | 1 | -1/+19 |
| * | do not code with headache | Alvaro Videla | 2015-10-13 | 1 | -1/+1 |
| * | adds mode to backing_queue_status info | Alvaro Videla | 2015-10-13 | 1 | -1/+3 |
| * | implements lazy publish delivered | Alvaro Videla | 2015-10-13 | 1 | -7/+36 |
| * | uses binary_to_exisiting_atom when handling queue mode policy | Alvaro Videla | 2015-10-13 | 1 | -1/+1 |
| * | fixes unused var warning | Alvaro Videla | 2015-10-13 | 1 | -1/+1 |
| * | merge master into rabbitmq-server-351 | Alvaro Videla | 2015-10-13 | 7 | -123/+410 |
| |\ | |||||
| | * | Merge pull request #344 from rabbitmq/rabbitmq-server-336 | Michael Klishin | 2015-10-12 | 7 | -116/+407 |
| | |\ | |||||
| | | * | Move this constant closer to the only place it is used | Michael Klishin | 2015-10-12 | 1 | -2/+2 |
| | | * | removes non batch-sync code path | Alvaro Videla | 2015-10-10 | 1 | -46/+3 |
| | | * | fixes conflicts | Alvaro Videla | 2015-10-10 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Clarify this comment | Michael Klishin | 2015-10-10 | 1 | -1/+1 |
| | | * | | refactors message sync'ing in batches | Alvaro Videla | 2015-10-10 | 1 | -27/+54 |
| | | * | | send msg batch in proper order | Alvaro Videla | 2015-10-10 | 1 | -1/+1 |
| | | * | | get into account unacked messages when syncing | Alvaro Videla | 2015-10-10 | 1 | -1/+1 |
| | | * | | adds default sync batch size on the app config | Alvaro Videla | 2015-10-10 | 1 | -3/+7 |
| | | |/ | |||||
| | | * | removes unused constant | Alvaro Videla | 2015-10-10 | 1 | -2/+0 |
| | | * | Wording | Michael Klishin | 2015-10-10 | 1 | -1/+1 |
| | | * | Merge branch 'master' into rabbitmq-server-336 | Michael Klishin | 2015-10-10 | 4 | -13/+16 |
| | | |\ | |||||
| | | * | | restores new line | Alvaro Videla | 2015-10-05 | 1 | -0/+1 |
| | | * | | improves comment | Alvaro Videla | 2015-10-05 | 1 | -2/+3 |
| | | * | | Merge branch 'master' into rabbitmq-server-336 | Alvaro Videla | 2015-10-05 | 4 | -40/+131 |
| | | |\ \ | |||||
| | | * | | | off by one error | Alvaro Videla | 2015-10-05 | 1 | -1/+1 |
| | | * | | | fixes arguments passed to batch_publish_* | Alvaro Videla | 2015-10-05 | 1 | -2/+2 |
| | | * | | | cosmetics | Alvaro Videla | 2015-10-05 | 1 | -2/+4 |
| | | * | | | improves comment about sync batch order | Alvaro Videla | 2015-10-05 | 1 | -2/+3 |
| | | * | | | fixes retrieving sync_batch_size from policy | Alvaro Videla | 2015-10-05 | 1 | -0/+2 |
| | | * | | | fixes failing test | Alvaro Videla | 2015-10-05 | 1 | -2/+2 |
| | | * | | | implements batch publishing for priority queues | Alvaro Videla | 2015-10-03 | 1 | -15/+48 |
| | | * | | | implements batch publishing for mirrored queues | Alvaro Videla | 2015-10-02 | 4 | -27/+83 |
| | | * | | | adds explanation | Alvaro Videla | 2015-10-02 | 1 | -1/+5 |
| | | * | | | cosmetics | Alvaro Videla | 2015-10-02 | 1 | -25/+28 |
| | | * | | | refactors shared logic | Alvaro Videla | 2015-10-02 | 1 | -36/+42 |
| | | * | | | oops | Alvaro Videla | 2015-10-02 | 1 | -1/+1 |
| | | * | | | refactors msg broadcast | Alvaro Videla | 2015-10-01 | 1 | -8/+8 |
| | | * | | | retrieves batch size from policy | Alvaro Videla | 2015-10-01 | 3 | -8/+25 |
| | | * | | | adds ha-sync-batch-size policy | Alvaro Videla | 2015-10-01 | 1 | -13/+43 |
| | | * | | | implement mirror message sync in batches | Alvaro Videla | 2015-09-29 | 1 | -15/+96 |
| | | * | | | implements BQ:batch_publish and BQ:batch_publish_delivered | Alvaro Videla | 2015-09-29 | 4 | -47/+115 |
| * | | | | | publish/6 for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -1/+29 |
| * | | | | | queue_out/1 for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -2/+22 |
| * | | | | | in_r/2 for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -3/+15 |
| * | | | | | paging for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -1/+44 |
| * | | | | | variable queue state assertion for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -3/+55 |
| * | | | | | handles queue-mode policy/argument | Alvaro Videla | 2015-10-10 | 6 | -9/+85 |
| * | | | | | adds x-queue-mode argument | Alvaro Videla | 2015-10-10 | 1 | -1/+10 |
| * | | | | | adds queue-mode policy | Alvaro Videla | 2015-10-10 | 1 | -2/+10 |
| |/ / / / | |||||
| * | | | | Merge branch 'rabbitmq-server-270' (again) | Michael Klishin | 2015-10-10 | 1 | -1/+5 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
