| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump default VM atom table size to 5M | Michael Klishin | 2016-07-28 | 2 | -2/+2 |
| | | | | | | | See #895 for background and reasoning. Fixes #895. | ||||
| * | Update rabbitmq-components.mkrabbitmq_v3_6_4_rc1rabbitmq_v3_6_4_milestone2rabbitmq_v3_6_4_milestone1 | Michael Klishin | 2016-07-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #873 from rabbitmq/rabbitmq-server-612 | Michael Klishin | 2016-07-14 | 4 | -12/+18 |
| |\ | | | | | Tune scheduling bind flags for Erlang VM | ||||
| | * | use the default_bind bind type | Karl Nilsson | 2016-07-14 | 2 | -2/+2 |
| | | | |||||
| | * | remove stale comment | Karl Nilsson | 2016-07-14 | 1 | -5/+1 |
| | | | |||||
| | * | Set scheduler bindings in rabbitmq-env.bat for windows | Karl Nilsson | 2016-07-14 | 4 | -22/+19 |
| | | | | | | | | | rename SCHEDULING to SCHEDULER in line with erlang documentation | ||||
| | * | Renaming | Diana Corbacho | 2016-07-13 | 3 | -9/+9 |
| | | | |||||
| | * | Tune scheduling bind flags for Erlang VM | Diana Corbacho | 2016-07-04 | 3 | -1/+14 |
| | | | |||||
| * | | Merge branch 'binarin-rabbitmq-server-818' into stable | Michael Klishin | 2016-07-14 | 3 | -21/+204 |
| |\ \ | |||||
| | * | | Run client helper tear down steps before broker's | Michael Klishin | 2016-07-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | Add `node_health_check` test suite | Alexey Lebedeff | 2016-07-14 | 1 | -0/+167 |
| | | | | |||||
| | * | | Reuse timeout/error logic for `node_health_check` | Alexey Lebedeff | 2016-07-14 | 1 | -14/+14 |
| | | | | |||||
| | * | | Default timeouts: fix global/add per-command | Alexey Lebedeff | 2016-07-14 | 2 | -7/+23 |
| |/ / | | | | | | | | | | | | | | | | | | | | | - Global timeout `?RPC_TIMEOUT` was not used, because default value of infinity was always introduced via `?TIMEOUT_DEF`. Now `infinity` is used for commands without timeout support, and `?RPC_TIMEOUT` otherwise. - `?COMMANDS_WITH_TIMEOUT` now can contain per-command default values for timeout, using tuple `{Command, DefaultTimeoutInMilliSeconds}` instead of just `Command`. | ||||
| * | | Update rabbitmq-components.mk | Michael Klishin | 2016-07-14 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'binarin-rabbitmq-server-fix-join-cluster-when-already-member' ↵ | Michael Klishin | 2016-07-13 | 1 | -5/+20 |
| |\ \ | | | | | | | | | | into stable | ||||
| | * | | Wording | Michael Klishin | 2016-07-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'rabbitmq-server-fix-join-cluster-when-already-member' of ↵ | Michael Klishin | 2016-07-13 | 1 | -5/+20 |
| | |\ \ |/ / / | | | | | | | https://github.com/binarin/rabbitmq-server into binarin-rabbitmq-server-fix-join-cluster-when-already-member | ||||
| | * | | Report join_cluster errors more thoroughly | Alexey Lebedeff | 2016-06-30 | 1 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Because `{ok, _}` should mean OK, and `{error, _}` should be a real error. With the addition of https://github.com/rabbitmq/rabbitmq-common/pull/115 `rabbitmqctl join_cluster` will become consistent. | ||||
| * | | | Handle paths with spaces on disk volumes with 8.3 name creation disabled | kjnilsson | 2016-07-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #855 from rabbitmq/rabbitmq-server-839 | Michael Klishin | 2016-07-08 | 1 | -8/+32 |
| |\ \ \ | | | | | | | | | Use separate index to store dying clients file offsets | ||||
| | * | | | Be more lenient when deleting dying client entries | Michael Klishin | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | If no entry was deleted, that's suspicious but it's certainly more important to keep queue process functional. | ||||
| | * | | | Merge branch 'stable' into rabbitmq-server-839 | Michael Klishin | 2016-06-26 | 2 | -1/+2 |
| | |\ \ \ | |||||
| | * | | | | Use separate index to store dying clients file offsets | Daniil Fedotov | 2016-06-21 | 1 | -8/+32 |
| | | | | | | |||||
| * | | | | | Merge pull request #877 from rabbitmq/rabbitmq-management-244 | Michael Klishin | 2016-07-08 | 1 | -2/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Use rabbit_misc to parse GC stats, supporting maps in R19 | ||||
| | * | | | | | Use rabbit_misc to parse GC stats, supporting maps in R19 | Diana Corbacho | 2016-07-07 | 1 | -2/+1 |
| |/ / / / / | |||||
| * | | | | | Commit Debian and RPM change logs | Michael Klishin | 2016-07-06 | 2 | -0/+9 |
| | | | | | | |||||
| * | | | | | Fix testsuite build on Erlang R16B03 by using macros for old builtin typesrabbitmq_v3_6_3 | Jean-Sébastien Pédron | 2016-07-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Those macros are provided by `old_builtin_types.hrl` in rabbitmq-common. | ||||
| * | | | | | Travis CI: Do not set CT_OPTS, it's handled by rabbitmq-build.mk | Jean-Sébastien Pédron | 2016-07-05 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use CT_OPTS from rabbitmq-build.mk | Jean-Sébastien Pédron | 2016-07-05 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Travis CI: Turn off error_logger messages | Jean-Sébastien Pédron | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Hopefully the testsuite should be quiet enough now. | ||||
| * | | | | | Travis CI: Test against Erlang 18.3 and 19.0 | Jean-Sébastien Pédron | 2016-07-05 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fix build on Erlang R16B03 by using macros for old builtin types | Jean-Sébastien Pédron | 2016-07-05 | 7 | -19/+21 |
| | | | | | | | | | | | | | | | | | | | | | Those macros are provided by `old_builtin_types.hrl` in rabbitmq-common. | ||||
| * | | | | | These are moved to rabbit_ct_broker_helpersrabbitmq_v3_6_3_rc3 | Michael Klishin | 2016-07-03 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | {allow,block}_traffic_between/2 are moved to rabbit_ct_broker_helpers | Michael Klishin | 2016-07-03 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | dist_proxy helpers moved to rabbit_ct_broker_helpers | Michael Klishin | 2016-07-03 | 1 | -27/+6 |
| | | | | | | |||||
| * | | | | | Travis CI: Use "if/then" instead of "cmd && cmd" for conditional steps | Jean-Sébastien Pédron | 2016-07-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Travis CI: Fix the `$GROUP` env. var. matrix | Jean-Sébastien Pédron | 2016-07-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Travis CI: And fix another syntax error... | Jean-Sébastien Pédron | 2016-07-01 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Travis CI: Fix stupid syntax error | Jean-Sébastien Pédron | 2016-07-01 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Hardcode init-system-helpers dependency to be Ubuntu 14.04 (or later)-compatible | Michael Klishin | 2016-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that systemd support is introduced, there is an issue with package dependencies between Ubuntu 14.04 and 16.04. We produce releases on Debian Wheezy which specifies init-system-hlpers 1.18 as a dependency. Unfortunately that version is not available on Ubuntu 14.04, only 1.14 is. So we primarily have 4 options for the short term: * Revert systemd support and upset 16.04 users * Drop 14.04 support and upset 14.04 users * Switch to Ubuntu 14.04 for producing Debian packages and hope it will work on Debian * Hardcode the dependency Options 3 and 4 seem to be the least of all evils. We will evaluate option 3 separately. | ||||
| * | | | | | Update Uploaders list | Michael Klishin | 2016-07-01 | 1 | -4/+3 |
| | | | | | | |||||
| * | | | | | Travis CI: Lower verbosity of common_test | Jean-Sébastien Pédron | 2016-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Out-of-the-box, it spits more than 4 MiB of messages, which is above the limit imposed by Travis, causing a build failure. While here, remove the use of `travis_wait` because our common_test helper make sure we log at least a message every minute. | ||||
| * | | | | | Travis CI: Import Git branch handdling from rabbitmq-shovel | Jean-Sébastien Pédron | 2016-07-01 | 1 | -5/+12 |
| | |_|/ / |/| | | | |||||
| * | | | | Merge pull request #866 from rabbitmq/rabbitmq-management-825rabbitmq_v3_6_3_rc2 | Michael Klishin | 2016-06-30 | 2 | -3/+7 |
| |\ \ \ \ | |_|_|/ |/| | | | Include metrics for the time it takes to obtain a file handle | ||||
| | * | | | Include metrics for the time it takes to obtain a file handle | Diana Corbacho | 2016-06-30 | 2 | -3/+7 |
| |/ / / | |||||
| * | | | Merge pull request #858 from rabbitmq/rabbitmq-management-211 | Michael Klishin | 2016-06-29 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | Report queue reductions per second and GC options | ||||
| | * | | | Report reductions and garbage collection options in queue processes | Diana Corbacho | 2016-06-29 | 1 | -1/+9 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #861 from rabbitmq/rabbitmq-server-860 | Michael Klishin | 2016-06-29 | 87 | -1298/+957 |
| |\ \ \ | | | | | | | | | Compile on OTP 19.0 | ||||
| | * \ \ | Merge branch 'stable' into rabbitmq-server-860 | Michael Klishin | 2016-06-28 | 1 | -0/+1 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Ignore debug/* | Michael Klishin | 2016-06-28 | 1 | -0/+1 |
| | | | | | |||||
