| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update erlang.mk | Jean-Sébastien Pédron | 2015-11-19 | 1 | -3/+3 |
| | | |||||
| * | 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 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 |
| | | |\ | |_|/ |/| | | |||||
| * | | | packaging: Quote variables passed to sub-makesrabbitmq_v3_6_0_milestone2 | Jean-Sébastien Pédron | 2015-11-10 | 1 | -5/+5 |
| | | | | |||||
| * | | | packaging: Pass SIGNING_* variables to sub-makes | Jean-Sébastien Pédron | 2015-11-10 | 2 | -31/+14 |
| | | | | | | | | | | | | | | | | While here, change the name of the variable from SIGNING_KEY_ID to SIGNING_KEY in `debs/Debian/Makefile`. | ||||
| * | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-11-10 | 1 | -1/+3 |
| | | | | |||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-11-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Explain | Michael Klishin | 2015-11-10 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #408 from rabbitmq/rabbitmq-server-62 | Michael Klishin | 2015-11-10 | 8 | -65/+147 |
| |\ \ \ | | | | | | | | | RabbitMQ server 62 | ||||
| | * \ \ | Merge branch 'master' into rabbitmq-server-62 | Michael Klishin | 2015-11-10 | 13 | -57/+107 |
| | |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: src/rabbit_cli.erl | ||||
| * | | | | Merge pull request #412 from binarin/rabbitmq-server-396 | Michael Klishin | 2015-11-10 | 2 | -16/+30 |
| |\ \ \ \ | | | | | | | | | | | Distinct exit-codes for CLI utilities | ||||
| | * | | | | Distinct exit-codes for CLI utilities | Alexey Lebedeff | 2015-11-09 | 2 | -16/+30 |
| | | | | | | | | | | | | | | | | | | | | | Use exit codes from sysexits.h instead of just 0 and 2. | ||||
| * | | | | | Merge pull request #411 from binarin/rabbitmq-server-ocf-idempotent-cookie | Michael Klishin | 2015-11-09 | 1 | -2/+15 |
| |\ \ \ \ \ | | | | | | | | | | | | | Don't update cookie on every run of HA OCF script | ||||
| | * | | | | | Don't update cookie on every run of HA OCF script | Alexey Lebedeff | 2015-11-09 | 1 | -2/+15 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update happens even during no-op commands like 'meta-data' or 'usage'. During this update there is a short window for a race condition: a shell redirection truncates the cookie file, and echo writes data there only after a brief period of time. So erlang may read data from this empty file and die with the error "Too short cookie string". | ||||
| * | | | | | Merge pull request #410 from binarin/rabbitmq-server-ocf-typo-fix | Michael Klishin | 2015-11-09 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix metadata in OCF HA script | ||||
| | * | | | | | Fix metadata in OCF HA script | Alexey Lebedeff | 2015-11-09 | 1 | -1/+1 |
| | |/ / / / | | | | | | | | | | | | | | | | Looks like copy-paste has gone wrong. | ||||
| * | | | | | packaging/windows-exe: Fix circular variable references | Jean-Sébastien Pédron | 2015-11-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | packaging: Add `make clean` | Jean-Sébastien Pédron | 2015-11-09 | 6 | -15/+29 |
| | | | | | | |||||
| * | | | | | APT repository: Give more control to the caller | Jean-Sébastien Pédron | 2015-11-09 | 1 | -9/+12 |
| | | | | | | |||||
| * | | | | | packaging: Automatic `make clean` can be disabled | Jean-Sébastien Pédron | 2015-11-09 | 1 | -7/+11 |
| | | | | | | |||||
| * | | | | | packaging/generic-unix: Do not remove build directories in `make dist` | Jean-Sébastien Pédron | 2015-11-09 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | There is `make clean` for that. | ||||
| * | | | | | Merge pull request #407 from rabbitmq/rabbitmq-server-237 | Michael Klishin | 2015-11-09 | 2 | -4/+8 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Changes error code when connecting to a non-existent or forbidden vhost | ||||
| | * | | | | Slightly better name | Michael Klishin | 2015-11-09 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Updates exception to handle 'not_allowed' error. | Ayanda Dube | 2015-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | References #237 | ||||
| | * | | | | Update from 'access_refused' error tag to 'not_allowed' for | Ayanda Dube | 2015-11-06 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failed vhost validations. Adds check_access/4 clause to allow passing of error tag as a variable. References #237 | ||||
| | | * | | | merges master into rabbitmq-server-62 | Alvaro Videla | 2015-11-08 | 20 | -510/+795 |
| | | |\ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | | `make clean-source-dist` is PHONY | Jean-Sébastien Pédron | 2015-11-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | make source-dist: Do not distribute the website | Jean-Sébastien Pédron | 2015-11-06 | 1 | -2/+3 |
| |/ / / / | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-11-06 | 4 | -0/+69 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: test/src/rabbit_tests.erl | ||||
| | * | | | Merge pull request #405 from rabbitmq/rabbitmq-server-119 | Michael Klishin | 2015-11-06 | 5 | -0/+77 |
| | |\ \ \ | | | | | | | | | | | Adds authentication command to rabbitmqctl. | ||||
| | | * | | | Typo | Michael Klishin | 2015-11-06 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | auth_user => authenticate_user | Michael Klishin | 2015-11-06 | 4 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "auth" is an overloaded term that some use to say "authentication" and some to say "authorization". We distinguish between authn and authz in RabbitMQ for that reason. So lets be more specific in user-facing bits. | ||||
| | | * | | | Introduce 'rabbitmqctl auth_user' to authenticate user. | Ayanda Dube | 2015-11-05 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | References #119 | ||||
| | | * | | | Initial commit. | Ayanda Dube | 2015-11-05 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | References #119 | ||||
