| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #254 from rabbitmq/rabbitmq-server-233 | Michael Klishin | 2015-08-09 | 23 | -104/+427 |
| |\ | |||||
| | * | rabbit_misc: Remove now_ms/0 and now_to_ms/1 | Jean-Sébastien Pédron | 2015-08-05 | 1 | -12/+0 |
| | * | Replace os:timestamp() with os:system_time(milli_seconds) | Jean-Sébastien Pédron | 2015-08-05 | 4 | -8/+17 |
| | * | rabbit_node_monitor: Rework `global` hang workaround | Jean-Sébastien Pédron | 2015-08-05 | 1 | -11/+15 |
| | * | pg2_fixed: Use erlang:system_time(micro_seconds) to pick a "random" node | Jean-Sébastien Pédron | 2015-08-05 | 1 | -2/+2 |
| | * | Use os:system_time() when the time is exposed | Jean-Sébastien Pédron | 2015-08-05 | 4 | -8/+8 |
| | * | Use os:timestamp() to get a non-unique timestamp | Jean-Sébastien Pédron | 2015-08-05 | 2 | -2/+2 |
| | * | Use monotonic_time() to compute elapsed time | Jean-Sébastien Pédron | 2015-08-05 | 10 | -55/+66 |
| | * | Use phash2() and the new Time API as a random seed | Jean-Sébastien Pédron | 2015-08-05 | 5 | -8/+14 |
| | * | Add `time_compat` module | Jean-Sébastien Pédron | 2015-08-05 | 1 | -0/+305 |
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-08-07 | 2 | -6/+9 |
| |\ \ | |||||
| | * | | Warn about exported variables | Jean-Sébastien Pédron | 2015-08-07 | 2 | -6/+9 |
| * | | | Priority queue: Fix a crash when querying 'head_message_timestamp' | Jean-Sébastien Pédron | 2015-08-06 | 1 | -0/+16 |
| | |/ |/| | |||||
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-08-05 | 1 | -0/+9 |
| |\ \ | |/ | |||||
| | * | Memory monitor: Log a warning if a 32-bit version of Erlang is used | Jean-Sébastien Pédron | 2015-08-05 | 1 | -0/+9 |
| * | | Require Erlang R16B03-1 | Jean-Sébastien Pédron | 2015-08-04 | 1 | -7/+19 |
| * | | Merge branch 'rabbitmq-server-121' | Michael Klishin | 2015-08-04 | 8 | -3/+368 |
| |\ \ | |||||
| | * | | Renames queue-master-location header to x-queue-master-locator | Ayanda Dube | 2015-08-03 | 2 | -12/+12 |
| | * | | Updates coding style | Ayanda Dube | 2015-07-17 | 1 | -2/+3 |
| | * | | Adds queue_master_locator class module | Ayanda Dube | 2015-07-15 | 1 | -1/+2 |
| | * | | Moves callback execution to one place | Ayanda Dube | 2015-07-15 | 1 | -21/+26 |
| | * | | Checks if module exists | Ayanda Dube | 2015-07-15 | 1 | -1/+5 |
| | * | | Takes queue name from #binding.destination | Ayanda Dube | 2015-07-15 | 1 | -2/+5 |
| | * | | Removes temp variable | Ayanda Dube | 2015-07-15 | 1 | -3/+1 |
| | * | | Simplifies min-masters helper functions | Ayanda Dube | 2015-07-13 | 1 | -18/+5 |
| | * | | Coding style and header updates, #121 | Ayanda Dube | 2015-07-09 | 6 | -73/+67 |
| | * | | Change min-masters calculation | Ayanda Dube | 2015-07-08 | 6 | -198/+219 |
| | * | | Delete round robin callback. Not supported. | Ayanda Dube | 2015-07-07 | 1 | -61/+0 |
| | * | | Initial commit #121 | Ayanda Dube | 2015-07-07 | 7 | -2/+414 |
| * | | | Support the new `ssl:connection_information/{1,2}` API | Jean-Sébastien Pédron | 2015-07-31 | 3 | -9/+89 |
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-07-30 | 1 | -2/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | gm: Remove an unused variable in terminate/2 | Jean-Sébastien Pédron | 2015-07-30 | 1 | -2/+1 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-07-29 | 1 | -6/+41 |
| |\ \ \ | |/ / | |||||
| | * | | GM: Remove debug messages added in 08f25ec6 | Jean-Sébastien Pédron | 2015-07-29 | 1 | -23/+7 |
| | * | | GM: Wait for messages to be ACK'd before exiting | Jean-Sébastien Pédron | 2015-07-29 | 1 | -6/+57 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-07-29 | 1 | -9/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Don't crash when removing non-existent bindings | Magnus Henoch | 2015-07-28 | 1 | -9/+10 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-07-27 | 2 | -9/+41 |
| |\ \ \ | |/ / | |||||
| | * | | Log if FHC buffering is enabled or not during startup | Jean-Sébastien Pédron | 2015-07-24 | 1 | -0/+11 |
| | * | | file_handle_cache: Add a config option to disable buffering | Jean-Sébastien Pédron | 2015-07-22 | 1 | -9/+30 |
| * | | | cosmetics | Alvaro Videla | 2015-07-21 | 1 | -1/+1 |
| * | | | expand_shortcut errors were not handled correctly | Alvaro Videla | 2015-07-21 | 1 | -5/+8 |
| * | | | change rabbit_channel_interceptor API... | ash-lshift | 2015-07-20 | 2 | -56/+96 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-07-08 | 1 | -11/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Be less assertive about x-death value types | Michael Klishin | 2015-07-08 | 1 | -11/+11 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-07-07 | 1 | -8/+21 |
| |\ \ \ | |/ / | |||||
| | * | | Log heartbeat timeout in a human friendly way #159 | Daniil Fedotov | 2015-07-07 | 1 | -8/+21 |
| * | | | Merge branch 'stable' | Alvaro Videla | 2015-07-03 | 1 | -2/+21 |
| |\ \ \ | |/ / | |||||
| | * | | Squash unused variable warnings | Michael Klishin | 2015-07-03 | 1 | -1/+1 |
| | * | | Introduce rabbitmqctl purge_queue | Michael Klishin | 2015-07-03 | 1 | -2/+21 |
