| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move common modules from rabbitmq-server to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-20 | 2 | -66/+0 |
| * | rabbit.app: Default to version 0.0.0 in source app file | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| * | Start rabbit_common on boot | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| * | rabbit_plugins: Do not consider rabbitmq-common as a plugin | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+2 |
| * | Move .app file to src/ | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+101 |
| * | Move modules to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-20 | 36 | -14655/+0 |
| * | Merge branch 'stable'rabbitmq_v3_6_0_milestone1 | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| |\ | |||||
| | * | description/0 is not a behaviour callback | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| * | | renames according to priority queue internal API | Alvaro Videla | 2015-10-17 | 2 | -9/+9 |
| * | | fixes rabbit_priority_queue:batch_publish_delivery/4 | Alvaro Videla | 2015-10-17 | 2 | -8/+50 |
| * | | Adds net_ticktime to rabbitmqctl status output. | Ayanda Dube | 2015-10-15 | 1 | -1/+2 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-14 | 2 | -5/+7 |
| |\ \ | |/ | |||||
| | * | Move rabbit_mirror_queue_misc:all_nodes/0 to rabbit_nodes:all_running/0 | Diana Corbacho | 2015-10-14 | 2 | -5/+7 |
| * | | fixes failing test | Alvaro Videla | 2015-10-14 | 1 | -1/+2 |
| * | | Read memory monitor interval from configuration | Diana Corbacho | 2015-10-13 | 1 | -2/+2 |
| * | | 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 |
| * | | | | | 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' | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
