summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #236 from legoscia/remove_nonexistent_bindingsMichael Klishin2015-07-291-9/+10
|\ | | | | Don't crash when removing non-existent bindings
| * Don't crash when removing non-existent bindingsMagnus Henoch2015-07-281-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 stableMichael Klishin2015-07-273-9/+43
|\
| * Merge branch 'stable' into rabbitmq-server-226Michael Klishin2015-07-272-0/+9
| |\ | |/ |/|
* | Commit package change logsMichael Klishin2015-07-222-0/+9
| |
| * Log if FHC buffering is enabled or not during startupJean-Sébastien Pédron2015-07-241-0/+11
| | | | | | | | References #226.
| * file_handle_cache: Add a config option to disable bufferingJean-Sébastien Pédron2015-07-222-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_4Jean-Sébastien Pédron2015-07-221-1/+1
|
* rabbitmq-echopid.bat is mean to be executableMichael Klishin2015-07-211-0/+0
|
* Load rabbitmq-env.bat in a cwd-independent wayMichael Klishin2015-07-212-2/+4
|
* Make sure rabbitmqctl.bat arguments are not overwrittenrabbitmq_v3_5_4_rc2Michael Klishin2015-07-151-31/+0
|
* Bring back ERLANG_HOME checkMichael Klishin2015-07-151-1/+13
|
* Remove a misleading commentMichael Klishin2015-07-151-1/+0
|
* Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to rabbitmqctl.batMichael Klishin2015-07-151-1/+1
|
* Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to ↵Michael Klishin2015-07-131-1/+1
| | | | rabbitmq-service.bat
* Another typoU-rabbitmq\admin2015-07-121-1/+1
|
* Replaced {} with () in server bat filesAlexey Ermishkin2015-07-122-4/+4
|
* Merge pull request #221 from rabbitmq/rabbitmq-server-216rabbitmq_v3_5_4_rc1Michael Klishin2015-07-081-11/+11
|\ | | | | Be less assertive about x-death value types, fixes #216
| * Be less assertive about x-death value typesMichael Klishin2015-07-081-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 Klishin2015-07-071-8/+21
|\ | | | | | | https://github.com/hairyhum/rabbitmq-server into hairyhum-rabbitmq-server-159
| * Log heartbeat timeout in a human friendly way #159Daniil Fedotov2015-07-071-8/+21
| |
* | Fixes #179Daniil Fedotov2015-07-074-8/+6
|/
* make start-background-node: Use "rabbitmq-server &"Jean-Sébastien Pédron2015-07-061-1/+6
| | | | | ... not "make run-background-node", because the latter does not write a PID file.
* Merge pull request #215 from rabbitmq/rabbitmq-server-175Alvaro Videla2015-07-032-2/+40
|\ | | | | Introduce rabbitmqctl purge_queue
| * Squash unused variable warningsMichael Klishin2015-07-031-1/+1
| |
| * Introduce rabbitmqctl purge_queueMichael Klishin2015-07-032-2/+40
| | | | | | | | For operational convenience.
* | make run-background-node: Actually run RabbitMQ in the backgroundJean-Sébastien Pédron2015-07-021-1/+1
|/
* Merge pull request #212 from rabbitmq/rabbitmq-server-176Michael Klishin2015-07-021-1/+1
|\ | | | | Bump default +A value to 64
| * Bump default +A value to 64Michael Klishin2015-07-021-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-defaultsMichael Klishin2015-07-023-4/+4
|
* Merge branch 'stable' into rabbitmq-server-178Michael Klishin2015-07-0222-333/+659
|\
| * Merge pull request #209 from rabbitmq/rabbitmq-server-208Michael Klishin2015-07-026-4/+19
| |\ | | | | | | Make boot module configurable via env variable
| | * Introduce BOOT_MODULE in Windows batch scriptsMichael Klishin2015-07-023-3/+14
| | |
| | * Merge branch 'stable' into rabbitmq-server-208Michael Klishin2015-07-027-214/+333
| | |\ | | |/ | |/|
| * | Make it possible to run scripts from dirs other than scripts and sbinMichael Klishin2015-07-021-1/+1
| | |
| * | Windows batch file changes to support -env, -defaults, and -conf ↵Jakauppila2015-07-027-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.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-service.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-server.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.batJakauppila2015-07-021-0/+4
| | |
| | * Introduce RABBITMQ_BOOT_MODULE (for *nix for now)Michael Klishin2015-07-013-1/+5
| |/
| * add detection for python2.7derwinlu2015-06-301-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 stableJean-Sébastien Pédron2015-06-291-2/+14
| |\
| | * Ensure the conditions to log "accepting..." match those for "closing..."Jean-Sébastien Pédron2015-06-291-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/bug26427Jean-Sébastien Pédron2015-06-291-1/+11
| | |\ | | | | | | | | Be quiet about sockets closed during SSL upgrade
| | | * Be quiet about sockets closed during SSL upgradeMagnus Henoch2015-06-291-1/+11
| | |/ | | | | | | | | | | | | Log such errors on debug level only, since this is probably a TCP healthcheck.
| * | Merge pull request #201 from rabbitmq/rabbitmq-server-200Michael Klishin2015-06-291-6/+32
| |\ \ | | | | | | | | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves list
| | * | cosmeticsAlvaro Videla2015-06-261-5/+7
| | | |
| | * | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves listJean-Sébastien Pédron2015-06-261-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.