summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update erlang.mkJean-Sébastien Pédron2015-11-191-3/+3
|
* Update erlang.mkJean-Sébastien Pédron2015-11-181-21/+6
|
* Update erlang.mkJean-Sébastien Pédron2015-11-182-74/+199
|
* Merge pull request #377 from rabbitmq/rabbitmq-server-351Michael Klishin2015-11-186-22/+306
|\ | | | | Implements Lazy Queues
| * Merge branch 'master' into rabbitmq-server-351Michael Klishin2015-11-174-20/+49
| |\ | |/ |/|
* | Merge branch 'stable'Michael Klishin2015-11-160-0/+0
|\ \
| * \ Merge pull request #424 from mattymo/host_ip_paramMichael Klishin2015-11-161-1/+10
| |\ \ | | | | | | | | Add host_ip field
| | * | Add host_ip fieldMatthew Mosesohn2015-11-161-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-417Michael Klishin2015-11-161-2/+14
|\ \ \ | | | | | | | | makes sures the aggregator process doesn't hang
| * | | makes sures the aggregator process doesn't hangAlvaro Videla2015-11-161-2/+14
| | | |
* | | | Add host_ip fieldMatthew Mosesohn2015-11-161-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-420Michael Klishin2015-11-131-13/+7
|\ \ \ | | | | | | | | refactors credit flow code
| * | | refactors credit flow codeAlvaro Videla2015-11-131-13/+7
|/ / /
* | | Merge branch 'rabbitmq-server-80'Jean-Sébastien Pédron2015-11-131-1/+1
|\ \ \
| * | | packaging/windows-exe: Append version to program name in "Add/Remove Programs"Jean-Sébastien Pédron2015-11-131-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" windowJean-Sébastien Pédron2015-11-131-1/+1
| | |
* | | packaging/windows-exe: Remove \Program Files\RabbitMQ Server on uninstallJean-Sébastien Pédron2015-11-131-0/+1
| | |
* | | packaging/windows-exe: Always install in \Program FilesJean-Sébastien Pédron2015-11-131-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-351Alvaro Videla2015-11-12124-22149/+8673
| | |\ | |_|/ |/| |
* | | packaging: Quote variables passed to sub-makesrabbitmq_v3_6_0_milestone2Jean-Sébastien Pédron2015-11-101-5/+5
| | |
* | | packaging: Pass SIGNING_* variables to sub-makesJean-Sébastien Pédron2015-11-102-31/+14
| | | | | | | | | | | | | | | While here, change the name of the variable from SIGNING_KEY_ID to SIGNING_KEY in `debs/Debian/Makefile`.
* | | Update erlang.mkJean-Sébastien Pédron2015-11-101-1/+3
| | |
* | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-11-101-1/+1
| | |
* | | ExplainMichael Klishin2015-11-101-1/+2
| | |
* | | Merge pull request #408 from rabbitmq/rabbitmq-server-62Michael Klishin2015-11-108-65/+147
|\ \ \ | | | | | | | | RabbitMQ server 62
| * \ \ Merge branch 'master' into rabbitmq-server-62Michael Klishin2015-11-1013-57/+107
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: src/rabbit_cli.erl
* | | | Merge pull request #412 from binarin/rabbitmq-server-396Michael Klishin2015-11-102-16/+30
|\ \ \ \ | | | | | | | | | | Distinct exit-codes for CLI utilities
| * | | | Distinct exit-codes for CLI utilitiesAlexey Lebedeff2015-11-092-16/+30
| | | | | | | | | | | | | | | | | | | | Use exit codes from sysexits.h instead of just 0 and 2.
* | | | | Merge pull request #411 from binarin/rabbitmq-server-ocf-idempotent-cookieMichael Klishin2015-11-091-2/+15
|\ \ \ \ \ | | | | | | | | | | | | Don't update cookie on every run of HA OCF script
| * | | | | Don't update cookie on every run of HA OCF scriptAlexey Lebedeff2015-11-091-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-fixMichael Klishin2015-11-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix metadata in OCF HA script
| * | | | | Fix metadata in OCF HA scriptAlexey Lebedeff2015-11-091-1/+1
| |/ / / / | | | | | | | | | | | | | | | Looks like copy-paste has gone wrong.
* | | | | packaging/windows-exe: Fix circular variable referencesJean-Sébastien Pédron2015-11-091-1/+1
| | | | |
* | | | | packaging: Add `make clean`Jean-Sébastien Pédron2015-11-096-15/+29
| | | | |
* | | | | APT repository: Give more control to the callerJean-Sébastien Pédron2015-11-091-9/+12
| | | | |
* | | | | packaging: Automatic `make clean` can be disabledJean-Sébastien Pédron2015-11-091-7/+11
| | | | |
* | | | | packaging/generic-unix: Do not remove build directories in `make dist`Jean-Sébastien Pédron2015-11-091-3/+1
| | | | | | | | | | | | | | | | | | | | There is `make clean` for that.
* | | | | Merge pull request #407 from rabbitmq/rabbitmq-server-237Michael Klishin2015-11-092-4/+8
|\ \ \ \ \ | |/ / / / |/| | | | Changes error code when connecting to a non-existent or forbidden vhost
| * | | | Slightly better nameMichael Klishin2015-11-091-2/+2
| | | | |
| * | | | Updates exception to handle 'not_allowed' error.Ayanda Dube2015-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | References #237
| * | | | Update from 'access_refused' error tag to 'not_allowed' forAyanda Dube2015-11-061-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-62Alvaro Videla2015-11-0820-510/+795
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | `make clean-source-dist` is PHONYJean-Sébastien Pédron2015-11-071-1/+1
| | | | |
* | | | | make source-dist: Do not distribute the websiteJean-Sébastien Pédron2015-11-061-2/+3
|/ / / /
* | | | Merge branch 'stable'Michael Klishin2015-11-064-0/+69
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: test/src/rabbit_tests.erl
| * | | Merge pull request #405 from rabbitmq/rabbitmq-server-119Michael Klishin2015-11-065-0/+77
| |\ \ \ | | | | | | | | | | Adds authentication command to rabbitmqctl.
| | * | | TypoMichael Klishin2015-11-061-1/+1
| | | | |
| | * | | auth_user => authenticate_userMichael Klishin2015-11-064-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 Dube2015-11-051-0/+23
| | | | | | | | | | | | | | | | | | | | References #119
| | * | | Initial commit.Ayanda Dube2015-11-051-0/+31
| | | | | | | | | | | | | | | | | | | | References #119