| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2015-07-02 | 0 | -0/+0 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| * | | Make it possible to run scripts from dirs other than scripts and sbin | Michael Klishin | 2015-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'rabbitmq-server-154' of ↵ | Michael Klishin | 2015-07-01 | 7 | -214/+333 |
| |\ \ | | | | | | | | | | https://github.com/Jakauppila/rabbitmq-server into Jakauppila-rabbitmq-server-154 | ||||
| | * | | Windows batch file changes to support -env, -defaults, and -conf ↵ | Jakauppila | 2015-06-23 | 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-05-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-service.bat | Jakauppila | 2015-05-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-server.bat | Jakauppila | 2015-05-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.bat | Jakauppila | 2015-05-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.bat | Jakauppila | 2015-05-12 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-06-30 | 0 | -0/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | 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 pull request #204 from ingwinlu/python_detection | Michael Klishin | 2015-06-30 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | add detection for python2.7 | ||||
| | * | | | 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 'stable' | Jean-Sébastien Pédron | 2015-06-29 | 1 | -2/+14 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'stable' | Michael Klishin | 2015-06-29 | 1 | -6/+32 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | 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. | ||||
| * | | | | Merge branch 'stable' | Alvaro Videla | 2015-06-25 | 1 | -9/+9 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | applies emacs formatting to file_handle_cache.erl | Alvaro Videla | 2015-06-25 | 1 | -9/+9 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Alvaro Videla | 2015-06-24 | 1 | -2/+44 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #199 from rabbitmq/rabbitmq-server-196 | Alvaro Videla | 2015-06-24 | 1 | -2/+44 |
| | |\ \ \ | | | | | | | | | | | file_handle_cache: Add a command to clear all read buffers | ||||
| | | * | | | Limit clear_read_cache/0 action to the node it is running on | Jean-Sébastien Pédron | 2015-06-24 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | References #196. | ||||
| | | * | | | file_handle_cache: Add a command to clear all read buffers | Jean-Sébastien Pédron | 2015-06-24 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is meant to be called from `rabbitmqctl`: rabbitmqctl eval 'file_handle_cache:clear_read_cache().' The command sends a message to all queues on all vhosts to make them clear their own read cache. It is asynchronous, so the command will return before the action is complete. Fixes #196. | ||||
| * | | | | | Merge branch 'stable' | Michael Klishin | 2015-06-24 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Correct a typo in 88b3a971b0f154f1415e5884bcca4afdf2221a37 | Michael Klishin | 2015-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Spotted by @Jakauppila. | ||||
| * | | | | | Merge branch 'stable' | Michael Klishin | 2015-06-23 | 1 | -1/+2 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #198 from rabbitmq/rabbitmq-server-197 | Michael Klishin | 2015-06-23 | 1 | -1/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | adds missing callback to behaviour_info | ||||
| | | * | | | | adds missing callback to behaviour_info | Alvaro Videla | 2015-06-23 | 1 | -1/+2 |
| | |/ / / / | | | | | | | | | | | | | | | | Fixes #197 | ||||
| * | | | | | Merge branch 'stable' | Michael Klishin | 2015-06-23 | 1 | -2/+2 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #195 from rabbitmq/rabbitmq-server-194 | Michael Klishin | 2015-06-23 | 1 | -2/+2 |
| | |\ \ \ \ | | |/ / / | |/| | | | adds missing callback to behaviour_info | ||||
| | | * | | | adds missing callback to behaviour_info | Alvaro Videla | 2015-06-23 | 1 | -2/+2 |
| | |/ / / | | | | | | | | | | | | | Fixes #194 | ||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-06-18 | 1 | -0/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Adds error message for list_user_permissions missing argument | Alvaro Videla | 2015-06-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | Fixes #183 | ||||
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-06-17 | 1 | -4/+5 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'rabbitmq-server-191' into stable | Jean-Sébastien Pédron | 2015-06-17 | 1 | -4/+5 |
| | |\ \ \ | |||||
| | | * | | | adds missing find_prioritisers call | Alvaro Videla | 2015-06-17 | 1 | -4/+5 |
| | |/ / / | | | | | | | | | | | | | Fixes #191 | ||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-06-16 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #187 from rabbitmq/rabbitmq-server-186 | Alvaro Videla | 2015-06-16 | 1 | -0/+1 |
| | |\ \ \ | | | | | | | | | | | Support warn as an alias for warning (the log level) | ||||
