summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #254 from rabbitmq/rabbitmq-server-233Michael Klishin2015-08-0923-104/+427
|\
| * rabbit_misc: Remove now_ms/0 and now_to_ms/1Jean-Sébastien Pédron2015-08-051-12/+0
| * Replace os:timestamp() with os:system_time(milli_seconds)Jean-Sébastien Pédron2015-08-054-8/+17
| * rabbit_node_monitor: Rework `global` hang workaroundJean-Sébastien Pédron2015-08-051-11/+15
| * pg2_fixed: Use erlang:system_time(micro_seconds) to pick a "random" nodeJean-Sébastien Pédron2015-08-051-2/+2
| * Use os:system_time() when the time is exposedJean-Sébastien Pédron2015-08-054-8/+8
| * Use os:timestamp() to get a non-unique timestampJean-Sébastien Pédron2015-08-052-2/+2
| * Use monotonic_time() to compute elapsed timeJean-Sébastien Pédron2015-08-0510-55/+66
| * Use phash2() and the new Time API as a random seedJean-Sébastien Pédron2015-08-055-8/+14
| * Add `time_compat` moduleJean-Sébastien Pédron2015-08-051-0/+305
* | Merge branch 'stable'Jean-Sébastien Pédron2015-08-072-6/+9
|\ \
| * | Warn about exported variablesJean-Sébastien Pédron2015-08-072-6/+9
* | | Priority queue: Fix a crash when querying 'head_message_timestamp'Jean-Sébastien Pédron2015-08-061-0/+16
| |/ |/|
* | Merge branch 'stable'Jean-Sébastien Pédron2015-08-051-0/+9
|\ \ | |/
| * Memory monitor: Log a warning if a 32-bit version of Erlang is usedJean-Sébastien Pédron2015-08-051-0/+9
* | Require Erlang R16B03-1Jean-Sébastien Pédron2015-08-041-7/+19
* | Merge branch 'rabbitmq-server-121'Michael Klishin2015-08-048-3/+368
|\ \
| * | Renames queue-master-location header to x-queue-master-locatorAyanda Dube2015-08-032-12/+12
| * | Updates coding styleAyanda Dube2015-07-171-2/+3
| * | Adds queue_master_locator class moduleAyanda Dube2015-07-151-1/+2
| * | Moves callback execution to one placeAyanda Dube2015-07-151-21/+26
| * | Checks if module existsAyanda Dube2015-07-151-1/+5
| * | Takes queue name from #binding.destinationAyanda Dube2015-07-151-2/+5
| * | Removes temp variableAyanda Dube2015-07-151-3/+1
| * | Simplifies min-masters helper functionsAyanda Dube2015-07-131-18/+5
| * | Coding style and header updates, #121Ayanda Dube2015-07-096-73/+67
| * | Change min-masters calculationAyanda Dube2015-07-086-198/+219
| * | Delete round robin callback. Not supported.Ayanda Dube2015-07-071-61/+0
| * | Initial commit #121Ayanda Dube2015-07-077-2/+414
* | | Support the new `ssl:connection_information/{1,2}` APIJean-Sébastien Pédron2015-07-313-9/+89
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-07-301-2/+1
|\ \ \ | | |/ | |/|
| * | gm: Remove an unused variable in terminate/2Jean-Sébastien Pédron2015-07-301-2/+1
* | | Merge branch 'stable'Michael Klishin2015-07-291-6/+41
|\ \ \ | |/ /
| * | GM: Remove debug messages added in 08f25ec6Jean-Sébastien Pédron2015-07-291-23/+7
| * | GM: Wait for messages to be ACK'd before exitingJean-Sébastien Pédron2015-07-291-6/+57
* | | Merge branch 'stable'Michael Klishin2015-07-291-9/+10
|\ \ \ | |/ /
| * | Don't crash when removing non-existent bindingsMagnus Henoch2015-07-281-9/+10
* | | Merge branch 'stable'Michael Klishin2015-07-272-9/+41
|\ \ \ | |/ /
| * | Log if FHC buffering is enabled or not during startupJean-Sébastien Pédron2015-07-241-0/+11
| * | file_handle_cache: Add a config option to disable bufferingJean-Sébastien Pédron2015-07-221-9/+30
* | | cosmeticsAlvaro Videla2015-07-211-1/+1
* | | expand_shortcut errors were not handled correctlyAlvaro Videla2015-07-211-5/+8
* | | change rabbit_channel_interceptor API...ash-lshift2015-07-202-56/+96
* | | Merge branch 'stable'Michael Klishin2015-07-081-11/+11
|\ \ \ | |/ /
| * | Be less assertive about x-death value typesMichael Klishin2015-07-081-11/+11
* | | Merge branch 'stable'Michael Klishin2015-07-071-8/+21
|\ \ \ | |/ /
| * | Log heartbeat timeout in a human friendly way #159Daniil Fedotov2015-07-071-8/+21
* | | Merge branch 'stable'Alvaro Videla2015-07-031-2/+21
|\ \ \ | |/ /
| * | Squash unused variable warningsMichael Klishin2015-07-031-1/+1
| * | Introduce rabbitmqctl purge_queueMichael Klishin2015-07-031-2/+21