| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compile | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| * | Wrong order of matches | Daniil Fedotov | 2015-12-04 | 1 | -1/+1 |
| * | Change capture value spec in regex to support older stdlib | Daniil Fedotov | 2015-12-04 | 1 | -1/+3 |
| * | Merge pull request #473 from rabbitmq/rabbitmq-server-168 | Michael Klishin | 2015-12-04 | 1 | -4/+8 |
| |\ | |||||
| | * | drop the quotes | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | * | copy | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | * | Re-indent with Emacs | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | * | copywriting | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | * | Don't log anything for non-virgin nodes | Michael Klishin | 2015-12-04 | 1 | -2/+0 |
| | * | Log on startup if starting virgin node, or existing database | Daniil Fedotov | 2015-12-04 | 1 | -4/+10 |
| * | | Added unsigned field types | Daniil Fedotov | 2015-12-04 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'stable' | Michael Klishin | 2015-12-04 | 1 | -3/+14 |
| |\ | |||||
| | * | rabbit_mirror_queue_coordinator: Ensure GM exited before terminating | Jean-Sébastien Pédron | 2015-12-03 | 1 | -3/+14 |
| * | | Convert match to integer, support more suffix values | Michael Klishin | 2015-12-03 | 1 | -13/+13 |
| * | | Re-indent with Emacs | Michael Klishin | 2015-12-03 | 1 | -11/+11 |
| * | | Moved parse function to separate module and specific parses to monitor modules | Daniil Fedotov | 2015-12-02 | 5 | -58/+80 |
| * | | syntax errors | Daniil Fedotov | 2015-12-02 | 1 | -6/+4 |
| * | | More logging | Daniil Fedotov | 2015-12-02 | 2 | -3/+3 |
| * | | Support setting vm_memory_high_watermark and disk_free_limit in memory units | Daniil Fedotov | 2015-12-02 | 4 | -8/+67 |
| * | | HiPE: Compile modules when RabbitMQ is started on an existing node | Jean-Sébastien Pédron | 2015-11-30 | 1 | -3/+20 |
| * | | Fix HiPE compilation during startup | Jean-Sébastien Pédron | 2015-11-30 | 1 | -1/+14 |
| * | | This comment is no longer relevantrabbitmq_v3_6_0_rc1 | Michael Klishin | 2015-11-27 | 1 | -2/+0 |
| * | | Add rabbit_plugins:list/2 | Jean-Sébastien Pédron | 2015-11-25 | 1 | -4/+9 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-11-24 | 2 | -3/+2 |
| |\ \ | |/ | |||||
| | * | Switch absolute memory watermark values to be in bytes | Michael Klishin | 2015-11-24 | 2 | -3/+2 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-11-23 | 8 | -56/+55 |
| |\ \ | |/ | |||||
| | * | Merge pull request #442 from rabbitmq/rabbitmq-server-441 | Michael Klishin | 2015-11-23 | 10 | -59/+59 |
| | |\ | |||||
| | | * | fixes various dialyzer warnings | Alvaro Videla | 2015-11-20 | 10 | -59/+59 |
| * | | | Applications being required by RabbitMQ can't be plugins | Jean-Sébastien Pédron | 2015-11-23 | 1 | -4/+15 |
| * | | | rabbit.app: rabbit_common and ranch are required by RabbitMQ | Jean-Sébastien Pédron | 2015-11-23 | 1 | -1/+1 |
| * | | | Handle cases where Ranch wasn't yet started | Michael Klishin | 2015-11-22 | 1 | -1/+9 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-11-22 | 1 | -7/+7 |
| |\ \ \ | |/ / | |||||
| | * | | addresses dialyzer warnings | Alvaro Videla | 2015-11-20 | 1 | -7/+7 |
| | |/ | |||||
| * | | Merge pull request #439 from rabbitmq/rabbitmq-server-435 | Michael Klishin | 2015-11-20 | 1 | -5/+4 |
| |\ \ | |||||
| | * | | Fix memory reporting for connections | Loïc Hoguin | 2015-11-20 | 1 | -5/+4 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-11-20 | 1 | -3/+5 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | fixes clear_read_cache get_env handling | Alvaro Videla | 2015-11-20 | 1 | -3/+5 |
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Use erlang:min/2, not min/2 which is not available in Erlang R13B03 | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+1 |
| | * | Make pmon:demonitor/2 respect its contract | Alexey Lebedeff | 2015-11-19 | 1 | -1/+1 |
| * | | Merge pull request #430 from rabbitmq/rabbitmq-server-429 | Michael Klishin | 2015-11-19 | 4 | -43/+34 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into rabbitmq-server-429 | Michael Klishin | 2015-11-19 | 7 | -227/+55 |
| | |\ \ | |||||
| | * | | | removes unused export | Alvaro Videla | 2015-11-19 | 1 | -3/+0 |
| | * | | | adds missing state param | Alvaro Videla | 2015-11-19 | 1 | -1/+1 |
| | * | | | refactor handling of acks after batch_publish_delivered | Alvaro Videla | 2015-11-18 | 4 | -40/+34 |
| * | | | | Merge pull request #432 from rabbitmq/rabbitmq-server-428 | Michael Klishin | 2015-11-19 | 2 | -32/+1 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | rabbit_ctl_misc => rabbit_control_misc | Ayanda Dube | 2015-11-19 | 1 | -1/+1 |
| | * | | | Discards 'rabbit_ctl_misc.erl' | Ayanda Dube | 2015-11-19 | 1 | -31/+0 |
| | |/ / | |||||
| * | | | Merge branch 'master' into rabbitmq-server-260 | Michael Klishin | 2015-11-18 | 7 | -37/+327 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'master' into rabbitmq-server-351 | Michael Klishin | 2015-11-17 | 2 | -15/+21 |
| | |\ \ | |||||
