summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Michael Klishin2015-09-011-16/+23
|\
| * fetches IndexMaxSize at BQ init timeAlvaro Videla2015-09-011-16/+23
* | Merge stable into masterMichael Klishin2015-08-311-48/+87
|\ \ | |/
| * Merge pull request #283 from rabbitmq/rabbitmq-server-227Michael Klishin2015-08-281-48/+87
| |\
| | * Converts journal entries in place.Alvaro Videla2015-08-241-48/+87
| * | Merge pull request #286 from rabbitmq/rabbitmq-server-284Michael Klishin2015-08-273-17/+120
| |\ \
| | * | Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurableAlvaro Videla2015-08-273-17/+120
| * | | Merge pull request #281 from rabbitmq/rabbitmq-server-279Alvaro Videla2015-08-261-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Restore a commentMichael Klishin2015-08-261-0/+1
| | * | Restore SEGMENT_ENTRY_COUNT, lower QI journal size but not as muchMichael Klishin2015-08-241-1/+1
| | * | Reduce default QI journal sizeMichael Klishin2015-08-221-1/+1
| | |/
| * | Force essential listen socket optionsMichael Klishin2015-08-251-2/+16
| |/
* | Boot steps: Ensure boot step's module is loadedJean-Sébastien Pédron2015-08-281-0/+1
* | Merge stable into masterMichael Klishin2015-08-275-20/+139
* | Merge branch 'stable'Alvaro Videla2015-08-181-2/+9
|\ \ | |/
| * issue #268 - gen_server2 can fail to dispatch messages sent by a process to i...Feng Lee2015-08-161-2/+9
| * Add `ssl_compat` and `time_compat`Jean-Sébastien Pédron2015-08-122-0/+380
* | Merge branch 'rabbitmq-server-233'Jean-Sébastien Pédron2015-08-113-2/+8
|\ \
| * | erlang:phash2/1 returns a value in the range 0..Range-1Jean-Sébastien Pédron2015-08-111-1/+1
| * | Avoid division by 0Jean-Sébastien Pédron2015-08-112-1/+7
* | | 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