| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #236 from legoscia/remove_nonexistent_bindings | Michael Klishin | 2015-07-29 | 1 | -9/+10 |
| |\ | | | | | Don't crash when removing non-existent bindings | ||||
| | * | Don't crash when removing non-existent bindings | Magnus Henoch | 2015-07-28 | 1 | -9/+10 |
| |/ | | | | | | | In rabbit_exchange_type_topic:remove_bindings/3, if the binding we're removing cannot be found, ignore it and keep going. Fixes #235. | ||||
| * | Merge branch 'rabbitmq-server-226' into stable | Michael Klishin | 2015-07-27 | 3 | -9/+43 |
| |\ | |||||
| | * | Merge branch 'stable' into rabbitmq-server-226 | Michael Klishin | 2015-07-27 | 2 | -0/+9 |
| | |\ | |/ |/| | |||||
| * | | Commit package change logs | Michael Klishin | 2015-07-22 | 2 | -0/+9 |
| | | | |||||
| | * | Log if FHC buffering is enabled or not during startup | Jean-Sébastien Pédron | 2015-07-24 | 1 | -0/+11 |
| | | | | | | | | | References #226. | ||||
| | * | file_handle_cache: Add a config option to disable buffering | Jean-Sébastien Pédron | 2015-07-22 | 2 | -9/+32 |
| |/ | | | | | | | | | | | | | To disable read buffering, one has to put the following line in rabbitmq.config: [ {rabbit, [ {fhc_read_buffering, false} ]} ]. Fixes #226. | ||||
| * | Do not ignore /ebin entirely as it contains rabbit_app.inrabbitmq_v3_5_4 | Jean-Sébastien Pédron | 2015-07-22 | 1 | -1/+1 |
| | | |||||
| * | rabbitmq-echopid.bat is mean to be executable | Michael Klishin | 2015-07-21 | 1 | -0/+0 |
| | | |||||
| * | Load rabbitmq-env.bat in a cwd-independent way | Michael Klishin | 2015-07-21 | 2 | -2/+4 |
| | | |||||
| * | Make sure rabbitmqctl.bat arguments are not overwrittenrabbitmq_v3_5_4_rc2 | Michael Klishin | 2015-07-15 | 1 | -31/+0 |
| | | |||||
| * | Bring back ERLANG_HOME check | Michael Klishin | 2015-07-15 | 1 | -1/+13 |
| | | |||||
| * | Remove a misleading comment | Michael Klishin | 2015-07-15 | 1 | -1/+0 |
| | | |||||
| * | Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to rabbitmqctl.bat | Michael Klishin | 2015-07-15 | 1 | -1/+1 |
| | | |||||
| * | Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to ↵ | Michael Klishin | 2015-07-13 | 1 | -1/+1 |
| | | | | | rabbitmq-service.bat | ||||
| * | Another typo | U-rabbitmq\admin | 2015-07-12 | 1 | -1/+1 |
| | | |||||
| * | Replaced {} with () in server bat files | Alexey Ermishkin | 2015-07-12 | 2 | -4/+4 |
| | | |||||
| * | Merge pull request #221 from rabbitmq/rabbitmq-server-216rabbitmq_v3_5_4_rc1 | Michael Klishin | 2015-07-08 | 1 | -11/+11 |
| |\ | | | | | Be less assertive about x-death value types, fixes #216 | ||||
| | * | Be less assertive about x-death value types | Michael Klishin | 2015-07-08 | 1 | -11/+11 |
| |/ | | | | | | | | | Multiple numerical (and string, e.g. for "reason") types can work equally well. Strict type assertions result in clause failures in cases when clients modify headers (intentionally or not) and use types other than long for "count". Fixes #216. | ||||
| * | Merge branch 'rabbitmq-server-159' of ↵ | Michael Klishin | 2015-07-07 | 1 | -8/+21 |
| |\ | | | | | | | https://github.com/hairyhum/rabbitmq-server into hairyhum-rabbitmq-server-159 | ||||
| | * | Log heartbeat timeout in a human friendly way #159 | Daniil Fedotov | 2015-07-07 | 1 | -8/+21 |
| | | | |||||
| * | | Fixes #179 | Daniil Fedotov | 2015-07-07 | 4 | -8/+6 |
| |/ | |||||
| * | make start-background-node: Use "rabbitmq-server &" | Jean-Sébastien Pédron | 2015-07-06 | 1 | -1/+6 |
| | | | | | | ... not "make run-background-node", because the latter does not write a PID file. | ||||
| * | Merge pull request #215 from rabbitmq/rabbitmq-server-175 | Alvaro Videla | 2015-07-03 | 2 | -2/+40 |
| |\ | | | | | Introduce rabbitmqctl purge_queue | ||||
| | * | Squash unused variable warnings | Michael Klishin | 2015-07-03 | 1 | -1/+1 |
| | | | |||||
| | * | Introduce rabbitmqctl purge_queue | Michael Klishin | 2015-07-03 | 2 | -2/+40 |
| | | | | | | | | | For operational convenience. | ||||
| * | | make run-background-node: Actually run RabbitMQ in the background | Jean-Sébastien Pédron | 2015-07-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #212 from rabbitmq/rabbitmq-server-176 | Michael Klishin | 2015-07-02 | 1 | -1/+1 |
| |\ | | | | | Bump default +A value to 64 | ||||
| | * | Bump default +A value to 64 | Michael Klishin | 2015-07-02 | 1 | -1/+1 |
| |/ | | | | | | | | Based on user feedback, 30 feels a bit low. We have to recommend users with 8 or more cores per node to bump the value to around 100. This value is not very scientific and assumes roughly 16 I/O threads per core. This is also the default Riak 2.1 uses. | ||||
| * | Initialise IO_THREAD_POOL_SIZE in rabbitmq-defaults | Michael Klishin | 2015-07-02 | 3 | -4/+4 |
| | | |||||
| * | Merge branch 'stable' into rabbitmq-server-178 | Michael Klishin | 2015-07-02 | 22 | -333/+659 |
| |\ | |||||
| | * | Merge pull request #209 from rabbitmq/rabbitmq-server-208 | Michael Klishin | 2015-07-02 | 6 | -4/+19 |
| | |\ | | | | | | | Make boot module configurable via env variable | ||||
| | | * | Introduce BOOT_MODULE in Windows batch scripts | Michael Klishin | 2015-07-02 | 3 | -3/+14 |
| | | | | |||||
| | | * | Merge branch 'stable' into rabbitmq-server-208 | Michael Klishin | 2015-07-02 | 7 | -214/+333 |
| | | |\ | | |/ | |/| | |||||
| | * | | Make it possible to run scripts from dirs other than scripts and sbin | Michael Klishin | 2015-07-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Windows batch file changes to support -env, -defaults, and -conf ↵ | Jakauppila | 2015-07-02 | 7 | -232/+331 |
| | | | | | | | | | | | | | | | | | | | | | | functionality present on *nix Mimicked the behavior of the -env, -defaults, and -conf scripts available on *nix | ||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmqctl.bat | Jakauppila | 2015-07-02 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-service.bat | Jakauppila | 2015-07-02 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-server.bat | Jakauppila | 2015-07-02 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.bat | Jakauppila | 2015-07-02 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.bat | Jakauppila | 2015-07-02 | 1 | -0/+4 |
| | | | | |||||
| | | * | Introduce RABBITMQ_BOOT_MODULE (for *nix for now) | Michael Klishin | 2015-07-01 | 3 | -1/+5 |
| | |/ | |||||
| | * | add detection for python2.7 | derwinlu | 2015-06-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | In python2.7 simplejson has been removed from stdlib and replaced with json. codegen.py already has a fallback import in place so no changes needed there. This way python2.7 can be detected if installed and rabbitmq-server can be compiled even if python is bound to python3. | ||||
| | * | Merge branch 'bug26427' into stable | Jean-Sébastien Pédron | 2015-06-29 | 1 | -2/+14 |
| | |\ | |||||
| | | * | Ensure the conditions to log "accepting..." match those for "closing..." | Jean-Sébastien Pédron | 2015-06-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For instance, the following test led to "accepting AMQP connection" being logged, but no corresponding "closing AMQP connection": $ nc localhost 5672 a ^C The same issue applied to TLS connections. References bug26427. | ||||
| | | * | Merge pull request #202 from legoscia/bug26427 | Jean-Sébastien Pédron | 2015-06-29 | 1 | -1/+11 |
| | | |\ | | | | | | | | | Be quiet about sockets closed during SSL upgrade | ||||
| | | | * | Be quiet about sockets closed during SSL upgrade | Magnus Henoch | 2015-06-29 | 1 | -1/+11 |
| | | |/ | | | | | | | | | | | | | Log such errors on debug level only, since this is probably a TCP healthcheck. | ||||
| | * | | Merge pull request #201 from rabbitmq/rabbitmq-server-200 | Michael Klishin | 2015-06-29 | 1 | -6/+32 |
| | |\ \ | | | | | | | | | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves list | ||||
| | | * | | cosmetics | Alvaro Videla | 2015-06-26 | 1 | -5/+7 |
| | | | | | |||||
| | | * | | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves list | Jean-Sébastien Pédron | 2015-06-26 | 1 | -6/+30 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... before removing the node from the recoverable slaves list. This prevents a race with rabbit_mirror_queue_slave:record_synchronised/1, where a recoverable node could be removed from the recoverable slaves list. Fixes #200. | ||||
