| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | packaging/windows-exe: Allow silent install | Ryan Zink | 2015-11-20 | 1 | -3/+63 |
| | | | | | | | While here, do not remove `ERLANG_HOME` on a reinstall/upgrade process. Fixes #264. | ||||
| * | packaging/windows-exe: Wait for uninstall to finish before installing | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #439 from rabbitmq/rabbitmq-server-435 | Michael Klishin | 2015-11-20 | 1 | -5/+4 |
| |\ | | | | | Fix memory reporting for connections | ||||
| | * | Fix memory reporting for connections | Loïc Hoguin | 2015-11-20 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, there was two parts of the supervision tree: one for the listener/acceptor, and one for connections. The latter was one big supervisor handling all connections, regardless of the listener they were coming from. With Ranch, each listener has its own branch in the supervision tree. Inside it are then two more branches, one for the acceptors and one for the connections. The fix simply adds all Ranch connection supervisors to the list by fetching them from the ranch_server ETS table. | ||||
| * | | Merge branch 'stable' | Michael Klishin | 2015-11-20 | 1 | -3/+5 |
| |\ \ | |||||
| | * \ | Merge pull request #437 from rabbitmq/rabbitmq-server-436 | Michael Klishin | 2015-11-20 | 1 | -3/+5 |
| | |\ \ | | | | | | | | | fixes clear_read_cache get_env handling | ||||
| | | * | | fixes clear_read_cache get_env handling | Alvaro Videla | 2015-11-20 | 1 | -3/+5 |
| | |/ / | |||||
| * | | | Makefile: Fix how we modify an autopatched erlang.mk | Jean-Sébastien Pédron | 2015-11-20 | 1 | -4/+4 |
| | |/ |/| | | | | | | | This fixes package builds when eg. ranch was pulled from a sub-repository instead of from the Umbrella. | ||||
| * | | 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 |
| | | | |||||
| * | | Makefile: Required Ranch version was moved to rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+0 |
| | | | |||||
| * | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-11-20 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #430 from rabbitmq/rabbitmq-server-429 | Michael Klishin | 2015-11-19 | 4 | -43/+34 |
| |\ \ | | | | | | | Refactors AckTags handling for mirror_queue_sync | ||||
| | * \ | Merge branch 'master' into rabbitmq-server-429 | Michael Klishin | 2015-11-19 | 10 | -322/+261 |
| | |\ \ | |||||
| | * | | | 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 |
| |\ \ \ \ | |_|/ / |/| | | | Discards rabbit_ctl_misc and updates its references | ||||
| | * | | | rabbit_ctl_misc => rabbit_control_misc | Ayanda Dube | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | References #428 | ||||
| | * | | | Discards 'rabbit_ctl_misc.erl' | Ayanda Dube | 2015-11-19 | 1 | -31/+0 |
| | | | | | | | | | | | | | | | | | References #428 | ||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-11-19 | 0 | -0/+0 |
| |\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: src/pmon.erl | ||||
| | * | | | Merge pull request #431 from binarin/rabbitmq-common-pmon-contract-breach | Michael Klishin | 2015-11-19 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | Make pmon:demonitor/2 respect its contract | ||||
| | | * | | | Make pmon:demonitor/2 respect its contract | Alexey Lebedeff | 2015-11-19 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Spec states that demonitor/2 should always return #state{}, but it wasn't the case when pid wasn't found in #state.dict. This made API unsafe to use, as it could lead to some other process storing incorrect data as a pmon state. | ||||
| * | | | | Merge pull request #414 from rabbitmq/rabbitmq-server-260 | Michael Klishin | 2015-11-19 | 8 | -228/+57 |
| |\ \ \ \ | | | | | | | | | | | Use Ranch for TCP acceptor pool | ||||
| | * \ \ \ | Merge branch 'master' into rabbitmq-server-260 | Michael Klishin | 2015-11-19 | 1 | -3/+3 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-11-19 | 1 | -3/+3 |
| | |_|/ / |/| | | | |||||
| | * | | | Merge branch 'master' into rabbitmq-server-260 | Michael Klishin | 2015-11-19 | 2 | -94/+204 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-11-18 | 1 | -21/+6 |
| | | | | | |||||
| * | | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-11-18 | 2 | -74/+199 |
| | |_|/ |/| | | |||||
| | * | | Merge branch 'master' into rabbitmq-server-260 | Michael Klishin | 2015-11-18 | 9 | -42/+355 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #377 from rabbitmq/rabbitmq-server-351 | Michael Klishin | 2015-11-18 | 6 | -22/+306 |
| |\ \ \ | | | | | | | | | Implements Lazy Queues | ||||
| | * \ \ | Merge branch 'master' into rabbitmq-server-351 | Michael Klishin | 2015-11-17 | 4 | -20/+49 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-11-16 | 0 | -0/+0 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Merge pull request #424 from mattymo/host_ip_param | Michael Klishin | 2015-11-16 | 1 | -1/+10 |
| | |\ \ \ | | | | | | | | | | | Add host_ip field | ||||
| | | * | | | Add host_ip field | Matthew Mosesohn | 2015-11-16 | 1 | -1/+10 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Working with RMQ definitions via management plugin requires knowing the IP address where it listens. host_ip parameter will default to 127.0.0.1, but is configurable. | ||||
| * | | | | Merge pull request #425 from rabbitmq/rabbitmq-server-417 | Michael Klishin | 2015-11-16 | 1 | -2/+14 |
| |\ \ \ \ | | | | | | | | | | | makes sures the aggregator process doesn't hang | ||||
| | * | | | | makes sures the aggregator process doesn't hang | Alvaro Videla | 2015-11-16 | 1 | -2/+14 |
| | | | | | | |||||
| * | | | | | Add host_ip field | Matthew Mosesohn | 2015-11-16 | 1 | -1/+10 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Working with RMQ definitions via management plugin requires knowing the IP address where it listens. host_ip parameter will default to 127.0.0.1, but is configurable. | ||||
| * | | | | Merge pull request #422 from rabbitmq/rabbitmq-server-420 | Michael Klishin | 2015-11-13 | 1 | -13/+7 |
| |\ \ \ \ | | | | | | | | | | | refactors credit flow code | ||||
| | * | | | | refactors credit flow code | Alvaro Videla | 2015-11-13 | 1 | -13/+7 |
| |/ / / / | |||||
| * | | | | Merge branch 'rabbitmq-server-80' | Jean-Sébastien Pédron | 2015-11-13 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | packaging/windows-exe: Append version to program name in "Add/Remove Programs" | Jean-Sébastien Pédron | 2015-11-13 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is already a key dedicated to the product version. But apparently, this is not easy when automating things. Moreover, most aplications I checked have the version appended to the product name so this is a common practice. Fixes #80. | ||||
| * | | | | packaging/windows-exe: Use rabbitmq.ico in the "Add/Remove Programs" window | Jean-Sébastien Pédron | 2015-11-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | packaging/windows-exe: Remove \Program Files\RabbitMQ Server on uninstall | Jean-Sébastien Pédron | 2015-11-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | packaging/windows-exe: Always install in \Program Files | Jean-Sébastien Pédron | 2015-11-13 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... even on 64-bit Windows (instead of `\Program Files (x86)` previoously). This change of directory takes effect for new installs only, not for updates. | ||||
| | | * | | Merge branch 'master' into rabbitmq-server-351 | Alvaro Videla | 2015-11-12 | 124 | -22149/+8673 |
| | | |\ \ | |_|/ / |/| | | | |||||
| | | * | | fixes typos | Alvaro Videla | 2015-10-23 | 2 | -5/+5 |
| | | | | | |||||
| | | * | | removes whitespace | Alvaro Videla | 2015-10-21 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | typo | Alvaro Videla | 2015-10-21 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | fixes test | Alvaro Videla | 2015-10-20 | 1 | -1/+1 |
| | | | | | |||||
