summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into rabbitmq-server-289Alvaro Videla2015-08-288-66/+263
|\
| * 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-277-18/+176
| |\ \
| | * | Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurableAlvaro Videla2015-08-277-18/+176
* | | | 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
|/ / /
* | | Merge pull request #281 from rabbitmq/rabbitmq-server-279Alvaro Videla2015-08-262-2/+3
|\ \ \ | |/ / |/| |
| * | Restore a commentMichael Klishin2015-08-261-0/+1
| * | Restore SEGMENT_ENTRY_COUNT, lower QI journal size but not as muchMichael Klishin2015-08-242-2/+2
| * | Reduce default QI journal sizeMichael Klishin2015-08-222-2/+2
| |/
* | Merge pull request #285 from rabbitmq/rabbitmq-server-282Michael Klishin2015-08-251-2/+16
|\ \ | |/ |/|
| * Force essential listen socket optionsMichael Klishin2015-08-251-2/+16
|/
* Merge pull request #277 from nishan/stableMichael Klishin2015-08-191-1/+6
|\
| * On Linux, use -r option for 'sed'. -E is not present in versions earlier vers...Nishan Naseer2015-08-191-1/+6
|/
* Merge pull request #269 from erylee/stableAlvaro 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
|/
* Fix versions comparison to work on Mac OS X tooJean-Sébastien Pédron2015-08-131-1/+17
* Makefile: Resolve $(USE_PROPER_QC) only when neededJean-Sébastien Pédron2015-08-131-1/+1
* Makefile: Use `erl -version` to do ERTS version testsJean-Sébastien Pédron2015-08-131-6/+8
* Add `ssl_compat` and `time_compat`Jean-Sébastien Pédron2015-08-122-0/+380
* Merge branch 'rabbitmq-server-234' into stableJean-Sébastien Pédron2015-08-111-4/+2
|\
| * rabbitmq-server: Don't catch EXIT "signal"Jean-Sébastien Pédron2015-08-111-4/+2
* | make stop-node: Stop the node synchronouslyJean-Sébastien Pédron2015-08-111-1/+5
* | Merge pull request #258 from rabbitmq/rabbitmq-server-234Jean-Sébastien Pédron2015-08-101-28/+68
|\ \ | |/
| * rabbitmq-server: Catch SIG{HUP,INT,TERM,TSTP} and exit gracefullyJean-Sébastien Pédron2015-08-101-28/+68
|/
* Warn about exported variablesJean-Sébastien Pédron2015-08-073-7/+10
* Merge pull request #253 from rabbitmq/rabbitmq-server-251Jean-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
|/
* gm: Remove an unused variable in terminate/2Jean-Sébastien Pédron2015-07-301-2/+1
* Merge pull request #243 from Jakauppila/rabbitmq-server-243Michael Klishin2015-07-291-7/+12
|\
| * Fixes a logic problem with NODE_IP_ADDRESS and NODE_PORT in rabbitmq-env.bat.Jared Kauppila2015-07-291-7/+12
* | Missing a backslashJared Kauppila2015-07-291-1/+1
* | Adding quotes to the !RABBITMQ_CONF_ENV_FILE! callJared Kauppila2015-07-291-1/+1
* | Modify the default path of RABBITMQ_CONF_ENV_FILE.Jared Kauppila2015-07-291-1/+1
|/
* Merge branch 'rabbitmq-server-224' into stableMichael Klishin2015-07-291-6/+41
|\