summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle negative timeout valuesMichael Klishin2015-06-091-1/+5
* Improve timeout handling in ctlMichael Klishin2015-06-091-21/+44
* Add timeout option to list_* commandsMichael Klishin2015-06-092-97/+158
* (c) yearMichael Klishin2015-05-24132-132/+132
* Merge branch 'rabbitmq-server-157' into stableJean-Sébastien Pédron2015-05-212-7/+38
|\
| * After starting the fhc, ensure it is workingJean-Sébastien Pédron2015-05-212-7/+38
* | Adds TLS suggestionAlvaro Videla2015-05-201-1/+2
|/
* Start rabbit_alarm before file_handle_cacheMichael Klishin2015-05-191-7/+9
* Merge pull request #153 from rabbitmq/rabbitmq-server-152Alvaro Videla2015-05-111-15/+74
|\
| * Re-format for 80 characters wideMichael Klishin2015-05-111-20/+25
| * Re-format with EmacsMichael Klishin2015-05-111-27/+27
| * Use a set to look up previously seen {queue, reason} keysMichael Klishin2015-05-101-15/+19
| * RefactorMichael Klishin2015-05-101-4/+6
| * RefactorMichael Klishin2015-05-101-23/+22
| * Support x-death event proplists from before #78Michael Klishin2015-05-101-14/+63
* | Make credit flow state transition interval 1s instead of 5sMichael Klishin2015-05-071-1/+6
|/
* File handle cache: Pay attention to memory useJean-Sébastien Pédron2015-05-062-6/+47
* Reduce number of possible values of rabbit.mirroring_flow_controlMichael Klishin2015-04-291-3/+1
* Move mirroring flow control setting into rabbit_channel:initMichael Klishin2015-04-291-10/+13
* Make gm flow control configurableMichael Klishin2015-04-161-1/+8
* Add rabbit_misc:get_env/3Michael Klishin2015-04-101-0/+9
* Merge branch 'rabbitmq-server-86' into stablerabbitmq_v3_5_1Simon MacMullen2015-03-301-5/+9
|\
| * erase_ch/2 should return ctags for just the erased channel, not all of them.Simon MacMullen2015-03-301-5/+9
* | Merge pull request #79 from rabbitmq/rabbitmq-server-78Jean-Sébastien Pédron2015-03-262-3/+58
|\ \
| * | rabbit_dead_letter.erl: Fix shadowing of variable 'Info'Jean-Sébastien Pédron2015-03-261-12/+18
| * | Refactoring, x-death.counter => x-death.countMichael Klishin2015-03-262-34/+35
| * | Identify x-death events by {queue, reason}, add a counterMichael Klishin2015-03-251-17/+29
| * | Limit x-death growth to one entry per queueMichael Klishin2015-03-201-3/+39
* | | Add 'channel' as a new log categoryJean-Sébastien Pédron2015-03-241-4/+6
| |/ |/|
* | Improvements to tune_read_buffer_limitSimon MacMullen2015-03-231-13/+25
* | file_handle_cache: Remove the "no read buffer" comment in the essayJean-Sébastien Pédron2015-03-231-5/+5
* | Tune the read buffer size to prevent pathological behaviourSimon MacMullen2015-03-231-20/+51
|/
* Make sure we have the properties before trying to use them. References #65.Simon MacMullen2015-03-131-3/+6
* Priority queue ram_duration/1 should be the minimum of sub-queues', not the s...Simon MacMullen2015-03-131-1/+8
* More reliable way to find the erl executable.Simon MacMullen2015-03-111-2/+1
* Rename things to be slightly clearerSimon MacMullen2015-03-101-3/+3
* rabbit_node_monitor: Exclude Mnesia-synced nodes when clearing partitionsJean-Sébastien Pédron2015-03-101-1/+3
* rabbit_node_monitor: In handle_dead_rabbit(), consider node down onceJean-Sébastien Pédron2015-03-091-4/+12
* rabbit_networking: In on_node_down(), don't remove listeners if node is backJean-Sébastien Pédron2015-03-091-1/+5
* Merge branch 'bug26633'Simon MacMullen2015-03-061-2/+16
|\
| * Partial partition: Don't act if pause_if_all_down is about to pauseJean-Sébastien Pédron2015-03-051-2/+16
* | Merge branch 'bug26632'Jean-Sébastien Pédron2015-03-062-19/+40
|\ \ | |/ |/|
| * Autoheal: Wait for current outside app. process to finishJean-Sébastien Pédron2015-03-052-19/+40
* | Merge branch 'bug26628'Simon MacMullen2015-03-051-43/+147
|\ \
| * | Autoheal: Add a restart_loser/2 functionJean-Sébastien Pédron2015-03-051-34/+38
| * | Autoheal: Document the protocol changeJean-Sébastien Pédron2015-03-041-3/+66
| * | Autoheal: The leader waits for "done!" message from the winnerJean-Sébastien Pédron2015-03-041-30/+67
* | | Add more explanatory text for timeout_waiting_for_tablesSimon MacMullen2015-03-051-2/+8
| |/ |/|
* | Workaround "global" hangJean-Sébastien Pédron2015-03-042-1/+67
|/
* Merge branch 'stable'Jean-Sébastien Pédron2015-03-031-21/+25
|\