| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetics | Alvaro Videla | 2015-10-27 | 2 | -21/+21 |
| * | Merge pull request #390 from rabbitmq/rabbitmq-server-369 | Alvaro Videla | 2015-10-27 | 2 | -7/+7 |
| |\ | |||||
| | * | Rename policy parameters, references #369 | Michael Klishin | 2015-10-26 | 2 | -7/+7 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Fix spelling of function name | Andras Boroska | 2015-10-26 | 1 | -4/+4 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| |\ \ \ | |/ / | |||||
| | * | | Check port using ipv6 | Diana Corbacho | 2015-10-26 | 1 | -4/+14 |
| * | | | Disable FHC read cache by default | Michael Klishin | 2015-10-23 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Merge pull request #385 from rabbitmq/erlang.mk | Michael Klishin | 2015-10-23 | 41 | -14722/+104 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into erlang.mk | Jean-Sébastien Pédron | 2015-10-23 | 3 | -11/+28 |
| | |\ \ | |||||
| | * | | | 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' | Michael Klishin | 2015-10-23 | 2 | -4/+12 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | Recognize help as a valid sub-command | Peter Lemenkov | 2015-10-23 | 2 | -4/+12 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-23 | 2 | -10/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Accept absolute values in memory high watermark | Diana Corbacho | 2015-10-22 | 2 | -10/+24 |
| | * | | Add `exclusive` item to `rabbitmqctl list_queues` | Alexey Lebedeff | 2015-10-22 | 1 | -1/+4 |
| * | | | Add `exclusive` item to `rabbitmqctl list_queues` | Alexey Lebedeff | 2015-10-20 | 1 | -1/+4 |
| | |/ |/| | |||||
| * | | 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 |
