| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | restores the rabbit_variable_queue tests | Alvaro Videla | 2015-10-14 | 1 | -1/+1 | |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-13 | 0 | -0/+0 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #356 from bogdando/ra_ocf_ha | Michael Klishin | 2015-10-13 | 3 | -1/+1649 | |
| | |\ \ | | |/ | ||||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-13 | 1 | -4/+4 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #354 from Jakauppila/rabbitmq-server-354 | Michael Klishin | 2015-10-13 | 1 | -4/+4 | |
| | |\ \ | ||||||
| | | * | | Move call rabbitmq-ev.bat | Jared Kauppila | 2015-10-12 | 1 | -4/+4 | |
| * | | | | Merge pull request #355 from rabbitmq/rabbitmq-server-112 | Michael Klishin | 2015-10-13 | 3 | -2/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Missing comma | Michael Klishin | 2015-10-13 | 1 | -1/+1 | |
| | * | | | | Read memory monitor interval from configuration | Diana Corbacho | 2015-10-13 | 3 | -2/+8 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #344 from rabbitmq/rabbitmq-server-336 | Michael Klishin | 2015-10-12 | 9 | -117/+474 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | 2 | -3/+8 | |
| | |/ / / / | ||||||
| | * | | | | 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 | 6 | -14/+26 | |
| | |\ \ \ \ | ||||||
| | * | | | | | 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 | 6 | -42/+148 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | adds batch publish tests | Alvaro Videla | 2015-10-04 | 1 | -1/+66 | |
| | * | | | | | | 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 | |
| * | | | | | | | Merge branch 'rabbitmq-server-270' (again) | Michael Klishin | 2015-10-10 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix migration from 2.1.1 | Michael Klishin | 2015-10-10 | 1 | -1/+5 | |
| * | | | | | | | | Merge branch 'stable' | Michael Klishin | 2015-10-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | Use a public-facing email address | Michael Klishin | 2015-10-09 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'stable' | Michael Klishin | 2015-10-09 | 2 | -8/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Update Debian metadata | Michael Klishin | 2015-10-09 | 2 | -8/+6 | |
| * | | | | | | | Merge branch 'stable' | Michael Klishin | 2015-10-07 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | Commit 3.5.6 package release notesrabbitmq_v3_5_6 | Michael Klishin | 2015-10-07 | 2 | -1/+10 | |
