summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-stomp-24Michael Klishin2015-09-052-16/+143
|\
| * Merge branch 'stable'Michael Klishin2015-09-042-16/+143
| |\
| | * Merge branch 'rabbitmq-server-289' into stableMichael Klishin2015-09-042-16/+143
| | |\
| | | * implements maybe_flush_pre_publish_cacheAlvaro Videla2015-08-282-11/+24
| | | * Merge branch 'stable' into rabbitmq-server-289Alvaro Videla2015-08-284-65/+207
| | | |\
| | | * | cosmeticsAlvaro Videla2015-08-281-4/+2
| | | * | cosmeticsAlvaro Videla2015-08-281-5/+5
| | | * | removes unnecessary DeltaRam changeAlvaro Videla2015-08-281-7/+6
| | | * | refactors QI flushingAlvaro Videla2015-08-281-40/+20
| | | * | removes stats optimization from reduce_memory_useAlvaro Videla2015-08-281-95/+43
| | | * | fixes argument orderAlvaro Videla2015-08-271-2/+2
| | | * | improves commentAlvaro Videla2015-08-271-1/+3
| | | * | maybe_write_index_to_disk_paging > maybe_batch_write_index_to_diskAlvaro Videla2015-08-271-14/+17
| | | * | improves push_alpha_to_betas stats calculationAlvaro Videla2015-08-271-12/+29
| | | * | fixes typoAlvaro Videla2015-08-271-1/+1
| | | * | improves limit_ram_acks stats calculationAlvaro Videla2015-08-271-13/+20
| | | * | refactors DeltaRam calculation from stats0Alvaro Videla2015-08-271-6/+7
| | | * | improves push_alphas_to_betas paging performanceAlvaro Videla2015-08-271-18/+30
| | | * | improves limit_ram_acks batching performanceAlvaro Videla2015-08-271-6/+20
| | | * | reinstates Force parameter to write_index_to_disk_pagingAlvaro Videla2015-08-271-12/+15
| | | * | improves push_betas_to_deltas performanceAlvaro Videla2015-08-272-13/+143
* | | | | updated rabbit_misc:plmerge to use dict:mergeGiuseppe Privitera2015-09-031-3/+5
* | | | | fix erlang -spec definition for pset, pmerge and plmergeGiuseppe Privitera2015-09-031-3/+3
* | | | | implemented rabbit_misc:plmerge/2 to merge property listsGiuseppe Privitera2015-09-031-1/+9
* | | | | implemented rabbit_misc:pmerge to manage default values in proplistsGiuseppe Privitera2015-09-031-1/+8
|/ / / /
* | | | 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