| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests cleanup | Diana Corbacho | 2016-06-27 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'stable' into rabbitmq-server-802 | Michael Klishin | 2016-06-27 | 3 | -2/+6 |
| |\ | |||||
| | * | Merge pull request #862 from rabbitmq/rabbitmq-server-854 | Michael Klishin | 2016-06-27 | 1 | -1/+4 |
| | |\ | | | | | | | Avoid index reset when publisher confirms are pending | ||||
| | | * | Avoid index reset when publisher confirms are pending | Diana Corbacho | 2016-06-24 | 1 | -1/+4 |
| | |/ | |||||
| | * | terminate/2 now returns ok | Michael Klishin | 2016-06-23 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #853 from rabbitmq/rabbitmq-server-852 | Karl Nilsson | 2016-06-22 | 1 | -0/+1 |
| | |\ | | | | | | | Include rabbitmq_top into server distribution | ||||
| | | * | Include rabbitmq_top into server distribution | Michael Klishin | 2016-06-21 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | Fixes #852. [##121992375] | ||||
| * | | Re-enable more tests | Michael Klishin | 2016-06-27 | 1 | -2/+2 |
| | | | |||||
| * | | Restore invoke clause | Diana Corbacho | 2016-06-27 | 1 | -0/+2 |
| | | | |||||
| * | | Use a separate connection per test | Michael Klishin | 2016-06-27 | 2 | -77/+223 |
| | | | |||||
| * | | Tests for 802 issues and related race conditions | Diana Corbacho | 2016-06-24 | 1 | -6/+88 |
| | | | |||||
| * | | Erase index on crash recovery for any backing queue | Diana Corbacho | 2016-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | It is up to the individual implementation to decide what to erase, i.e. priority queues have one index per priority | ||||
| * | | Priority queues: retrieve max priority from state in invoke | Diana Corbacho | 2016-06-21 | 1 | -3/+4 |
| |/ | | | | | | Neither amqqueue_process, master or slave modules are aware of the priority data expected by this function, it must be stored and retrieved internal. | ||||
| * | Gracefully handle cases when logging exchange does not existrabbitmq_v3_6_3_milestone2 | Michael Klishin | 2016-06-18 | 1 | -8/+9 |
| | | | | | | | | | | | | | | Client test suites that test connection recovery by restarting RabbitMQ ocassionally lead to a situation when amq.rabbitmq.log in the "/" vhost can be unavailable for a split second. Default vhost may or may not exist in general. So handle {error, not_found} responses from rabbit_basic:publish/4 instead of potentially seriously polluting logs with confusing exceptions. While at it, return a sensible value from terminate/2. | ||||
| * | Merge pull request #846 from rabbitmq/rabbitmq-server-541 | Michael Klishin | 2016-06-17 | 7 | -7/+7 |
| |\ | | | | | Set bounded timeout for OTP workers | ||||
| | * | Set bounded timeout for OTP workers | Daniil Fedotov | 2016-06-16 | 7 | -7/+7 |
| | | | |||||
| * | | priority_queue_SUITE: Use the new open_connection_and_channel() helper | Jean-Sébastien Pédron | 2016-06-15 | 1 | -3/+1 |
| |/ | |||||
| * | Merge pull request #843 from rabbitmq/rabbitmq-server-837 | Michael Klishin | 2016-06-15 | 1 | -3/+5 |
| |\ | | | | | Removed confusing code from rabbit:stop | ||||
| | * | Unused const | Daniil Fedotov | 2016-06-14 | 1 | -2/+0 |
| | | | |||||
| | * | Do not run on_node_down | Daniil Fedotov | 2016-06-14 | 1 | -25/+1 |
| | | | |||||
| | * | Move cleanup to prep_stop | Daniil Fedotov | 2016-06-13 | 1 | -3/+31 |
| | | | |||||
| * | | Merge branch 'rabbitmq-server-687' into stable | Michael Klishin | 2016-06-14 | 2 | -7/+52 |
| |\ \ | |/ |/| | |||||
| | * | Add tests for order of messages within each priority queue | Diana Corbacho | 2016-06-14 | 1 | -3/+43 |
| | | | |||||
| | * | Restore original order in batch publish messages | Diana Corbacho | 2016-06-14 | 1 | -4/+9 |
| |/ | | | | | | * During the synchronisation of slaves the message's order was reverted. Then, acks could not be processed as those msgs were not yet dropped. | ||||
| * | Merge pull request #835 from rabbitmq/rabbitmq-server-834 | D Corbacho | 2016-06-09 | 1 | -1/+5 |
| |\ | | | | | Significantly bump max restarts intensity for worker_pool_sup | ||||
| | * | Simplify | Michael Klishin | 2016-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | Significantly bump max restarts intensity for worker_pool_sup, fixes #834 | Michael Klishin | 2016-06-09 | 1 | -1/+5 |
| | | | |||||
| * | | Correct doc typo | Michael Klishin | 2016-06-09 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #831 from binarin/rabbitmq-server-ocf-bashisms | Michael Klishin | 2016-06-08 | 1 | -7/+7 |
| |\ \ | |/ |/| | Fix bashisms in OCF HA script | ||||
| | * | Fix bashisms in OCF HA script | Alexey Lebedeff | 2016-06-08 | 1 | -7/+7 |
| |/ | | | | | `-` is not allowed in function names by POSIX, and some shells (e.g. `dash`) will consider this as a syntax error. | ||||
| * | Extract rabbit_mirror_queue_misc:sync_queue/1 and cancel_sync_queue/1 | Michael Klishin | 2016-06-08 | 2 | -6/+14 |
| | | | | | | | Having these functions outside of rabbit_control_main makes it possible to use them in other tools, e.g. an alternative CLI implementation. | ||||
| * | Merge branch 'rabbitmq-server-828' into stable | Michael Klishin | 2016-06-08 | 3 | -61/+73 |
| |\ | |||||
| | * | Performance improvements on file_handle_cache | Diana Corbacho | 2016-06-07 | 3 | -61/+73 |
| | | | |||||
| * | | Merge pull request #827 from rabbitmq/rabbitmq-management-219 | Michael Klishin | 2016-06-07 | 1 | -4/+16 |
| |\ \ | | | | | | | ETS tables memory consumption info | ||||
| | * | | ETS tables memory consumption info | Daniil Fedotov | 2016-06-07 | 1 | -4/+16 |
| |/ / | |||||
| * | | Merge pull request #819 from binarin/rabbitmq-server-ocf-cluster-status | Michael Klishin | 2016-06-07 | 1 | -3/+40 |
| |\ \ | | | | | | | Check cluster_status liveness during OCF checks | ||||
| | * | | Check cluster_status liveness during OCF checks | Alexey Lebedeff | 2016-06-03 | 1 | -3/+40 |
| | | | | | | | | | | | | | | | | We've observed some `autoheal` bug that made `cluster_status` became stuck forever. | ||||
| * | | | Stop match earlier, and added some commentsrabbitmq_v3_6_3_milestone1 | sylvainhubsch | 2016-06-06 | 1 | -0/+10 |
| | | | | |||||
| * | | | Compare values only on headers match | sylvainhubsch | 2016-06-06 | 1 | -10/+0 |
| | | | | |||||
| * | | | Match on types deleted and shortcuts algo | sylvainhubsch | 2016-06-06 | 1 | -18/+34 |
| | | | | |||||
| * | | | Docs correction | Michael Klishin | 2016-06-05 | 1 | -4/+4 |
| | | | | |||||
| * | | | Brief docs for rabbit_amqqueue_process state record | Michael Klishin | 2016-06-05 | 1 | -1/+33 |
| | | | | |||||
| * | | | Merge pull request #822 from rabbitmq/rabbitmq-server-820 | Daniil Fedotov | 2016-06-03 | 1 | -1/+3 |
| |\ \ \ | |/ / |/| | | Fixes #820. | ||||
| | * | | Fixes #820. | Michael Klishin | 2016-06-03 | 1 | -1/+3 |
| |/ / | |||||
| * | | unit_inbroker_SUITE: Give one hour for the backing queue tests | Jean-Sébastien Pédron | 2016-06-02 | 1 | -0/+8 |
| | | | | | | | | | | | In our CI, some tests are hitting the default commont_test timetrap of 30 minutes. | ||||
| * | | Include rabbitmq_jms_topic_exchange into RabbitMQ distribution | Michael Klishin | 2016-06-01 | 1 | -0/+1 |
| |/ | | | | Now that our JMS client is open sourced we can do it. | ||||
| * | Backport the use of rabbitmq-build.mk from master | Jean-Sébastien Pédron | 2016-05-31 | 1 | -9/+2 |
| | | |||||
| * | Update rabbitmq-components.mk | Michael Klishin | 2016-05-29 | 1 | -0/+4 |
| | | |||||
| * | Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md | Michael Klishin | 2016-05-28 | 2 | -15/+46 |
| | | |||||
| * | Include rabbitmq_trust_store into RabbitMQ distribution | Michael Klishin | 2016-05-27 | 1 | -0/+1 |
| | | | | | [Finishes ##120401213] | ||||
