summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updates commentsAlvaro Videla2015-09-071-2/+17
* renames wipe_index -> reset_qi_stateAlvaro Videla2015-09-071-2/+2
* uses purge_when_no_pending_acks for delete_and_terminateAlvaro Videla2015-09-071-1/+1
* adds missing spaceAlvaro Videla2015-09-071-1/+1
* moves purge helpers to helpers areaAlvaro Videla2015-09-071-47/+50
* uses index purge callback in betas_from_index_entriesAlvaro Videla2015-09-071-35/+32
* refactors purgeAlvaro Videla2015-09-061-121/+103
* adds missing spec for reset_stateAlvaro Videla2015-09-041-0/+1
* takes into account the delete_and_terminate caseAlvaro Videla2015-09-041-39/+106
* Improves BQ:purge performance when there are no pending acksAlvaro Videla2015-09-032-13/+39
* fetches IndexMaxSize at BQ init timeAlvaro Videla2015-09-011-16/+23
* 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
|/
* 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
* Warn about exported variablesJean-Sébastien Pédron2015-08-072-6/+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
* 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
* Don't crash when removing non-existent bindingsMagnus Henoch2015-07-281-9/+10
* 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
* Be less assertive about x-death value typesMichael Klishin2015-07-081-11/+11
* Log heartbeat timeout in a human friendly way #159Daniil Fedotov2015-07-071-8/+21
* Squash unused variable warningsMichael Klishin2015-07-031-1/+1
* Introduce rabbitmqctl purge_queueMichael Klishin2015-07-031-2/+21
* Merge branch 'bug26427' into stableJean-Sébastien Pédron2015-06-291-2/+14
|\
| * Ensure the conditions to log "accepting..." match those for "closing..."Jean-Sébastien Pédron2015-06-291-1/+3
| * Be quiet about sockets closed during SSL upgradeMagnus Henoch2015-06-291-1/+11
* | cosmeticsAlvaro Videla2015-06-261-5/+7
* | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves listJean-Sébastien Pédron2015-06-261-6/+30
* | applies emacs formatting to file_handle_cache.erlAlvaro Videla2015-06-251-9/+9
* | Merge pull request #199 from rabbitmq/rabbitmq-server-196Alvaro Videla2015-06-241-2/+44
|\ \
| * | Limit clear_read_cache/0 action to the node it is running onJean-Sébastien Pédron2015-06-241-3/+7
| * | file_handle_cache: Add a command to clear all read buffersJean-Sébastien Pédron2015-06-241-2/+40
* | | adds missing callback to behaviour_infoAlvaro Videla2015-06-231-1/+2
* | | adds missing callback to behaviour_infoAlvaro Videla2015-06-231-2/+2
|/ /
* | Adds error message for list_user_permissions missing argumentAlvaro Videla2015-06-181-0/+3
* | adds missing find_prioritisers callAlvaro Videla2015-06-171-4/+5
* | Merge pull request #187 from rabbitmq/rabbitmq-server-186Alvaro Videla2015-06-161-0/+1
|\ \
| * | Support warn log level (an alias for warning)Michael Klishin2015-06-111-0/+1
* | | Merge branch 'rabbitmq-server-62-part1' into stableJean-Sébastien Pédron2015-06-111-1/+6
|\ \ \ | |/ / |/| |