summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allows credit flow Credits to be set via configurationAlvaro Videla2015-05-051-1/+14
* Merge pull request #136 from rabbitmq/rabbitmq-server-135Michael Klishin2015-05-012-4/+4
|\
| * Use os:timestamp/1 instead of erlang:now/0 in credit_flow and rabbit_readerMichael Klishin2015-04-302-4/+4
* | Merge branch 'stable'Michael Klishin2015-04-291-4/+13
|\ \ | |/
| * 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
* | cosmeticsAlvaro Videla2015-04-271-35/+48
* | Merge pull request #54 from alexethomas/sla_tracking_v2Michael Klishin2015-04-263-3/+52
|\ \
| * | Add tests for head message timestamp queue statistic. Distinguish the former ...Alex Thomas2015-04-102-39/+37
| * | Change head_msg_timestamp to peek at all internal queue heads and find the ol...Alex Thomas2015-04-101-33/+40
| * | Move head_msg_timestamp from backing_queue_status property to top-level queue...Alex Thomas2015-04-102-2/+6
| * | Remove head_msg_timestamp from #vqstate as per PR comment #2 as this is a rel...Alex Thomas2015-04-101-1/+0
| * | Track and expose the AMQP Timestamp property of the first (usually oldest) me...Alex Thomas2015-04-102-2/+43
* | | Correct typespecMichael Klishin2015-04-151-1/+1
* | | Implement authz_socket_info structure passed to authorization plugins.Petr Gotthard2015-04-152-2/+8
* | | Move timestamp() to rabbit_typesMichael Klishin2015-04-112-3/+3
* | | ClarifyMichael Klishin2015-04-111-1/+1
* | | Minor improvements to rabbit_msg_store docsMichael Klishin2015-04-111-12/+24
* | | Reformat docsMichael Klishin2015-04-111-21/+43
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-04-101-0/+9
|\ \ \ | |/ / |/| / | |/
| * Add rabbit_misc:get_env/3Michael Klishin2015-04-101-0/+9
* | max gc interval backoff bounded by specifying a max interval of 4x the ideal ...Dallas Marlow2015-04-062-7/+9
* | rabbit_channel documentation improvementsMichael Klishin2015-04-051-8/+107
* | rabbit_reader documentation improvementsMichael Klishin2015-04-051-0/+35
* | Briefly document rabbit_reader recordsMichael Klishin2015-04-042-10/+81
* | Doc commentMichael Klishin2015-04-031-0/+3
* | Merge branch 'stable'Simon MacMullen2015-03-301-5/+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 branch 'pull-request-83-fixups'Simon MacMullen2015-03-273-33/+51
|\ \ \ | |/ / |/| |
| * | Minor tidy-upsSimon MacMullen2015-03-272-7/+11
| * | Merge branch 'master' into reusable-worker-poolAlex Thomas2015-03-255-35/+101
| |\ \ | | |/
| * | allow multiple instances of worker_poolash-lshift2015-03-243-33/+47
* | | 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
|/