summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-2821-375/+99
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-04-281-2/+5
* SERVER-28508 Reserve space in OpMsgReplyBuilder::getInPlaceReplyBuilderMathias Stearn2017-04-281-1/+6
* SERVER-28214 OplogInterfaceMock supports overriding of operations after const...Benety Goh2017-04-287-43/+37
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-287-8/+68
* SERVER-28989 Avoid dropping dummy database in checkReplicaSet().Max Hirschhorn2017-04-281-35/+21
* SERVER-28007 Re-enable support for CRC32 hardware acceleration on s390xMark Benvenuto2017-04-281-4/+4
* SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster2017-04-287-11/+98
* SERVER-28715 Create global UUID/collection catalogMaria van Keulen2017-04-2818-21/+624
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-2737-2795/+8
* SERVER-28414 Make sharding/cursor_timeout.js more tolerant to server loadJames Wahlin2017-04-271-59/+54
* SERVER-28995 Fix format string in JstackDumper.Max Hirschhorn2017-04-271-1/+3
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-2723-85/+814
* SERVER-28508 Make commands_handle_kill.js less strict about curop formatMathias Stearn2017-04-271-3/+11
* SERVER-28969 Wait until the voter has the latest optime in case 3 of catchup.jsSiyuan Zhou2017-04-271-1/+8
* SERVER-28999 Fix lint on remove2.jsADAM David Alan Martin2017-04-271-3/+3
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-272-52/+35
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-2712-402/+304
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-275-214/+213
* SERVER-28967 Remove whitelist marks & break cyclesADAM David Alan Martin2017-04-2710-94/+73
* SERVER-28214 BackgroundSync falls back on 3.4 algorithm if RollbackImpl retur...Benety Goh2017-04-273-16/+50
* SERVER-28869 Enable remaining commands supporting readConcern for shell Causa...Jack Mulrow2017-04-271-5/+36
* SERVER-28865 Replace ReplicationExecutor's prng in ReplicationCoordinatorImpl...Andy Schwerin2017-04-274-11/+25
* SERVER-28947 Improve pylinters.py error message when finding lintersMark Benvenuto2017-04-271-9/+27
* SERVER-28214 clean up TaskExecutorMockBenety Goh2017-04-266-105/+99
* SERVER-28827 Refactor IDL code generator type informationMark Benvenuto2017-04-263-259/+608
* SERVER-28899 IDL compiler requires objects to have serializersMark Benvenuto2017-04-267-30/+96
* SERVER-28958 Remove dependency of ResourceId on SimpleStringDataComparatorKaloian Manassiev2017-04-261-4/+10
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-251-9/+1
* SERVER-28966 Slice `MultiIndexBlock` with vtableADAM David Alan Martin2017-04-256-498/+861
* SERVER-28205 SERVER-28740 Make collMod oplog entries reversibleWilliam Schultz2017-04-259-60/+394
* SERVER-28971 Error in depth_first_search algorithm incorrectly recurses on vi...Eddie Louie2017-04-251-1/+1
* SERVER-28925 Use listDatabases({'nameOnly': true}) in the addShard implementa...Kaloian Manassiev2017-04-252-3/+3
* SERVER-28436 Implement KeysCollectionManagerRandolph Tan2017-04-255-0/+822
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-255-4/+47
* SERVER-28950 IDL compiler relies on platform dependent default file encodingMark Benvenuto2017-04-251-2/+2
* SERVER-28936 Add support for alternate names for fields in generated code in IDLMark Benvenuto2017-04-258-18/+34
* SERVER-28935 Support customization of IDL parsers through derivationMark Benvenuto2017-04-253-14/+101
* SERVER-28854 Replace msgBase with msg in assertion detailEsha Maharishi2017-04-251-2/+2
* SERVER-28900 IDL compiler does not support nested namespaces in generated codeMark Benvenuto2017-04-254-26/+32
* SERVER-28209 RollbackCommonPointResolver should take OplogInterface pointerJudah Schvimer2017-04-253-28/+31
* SERVER-28737: Have ephemeralForTest use std::mutex to not consume LockManager...Daniel Gottlieb2017-04-252-30/+35
* Revert "SERVER-28229: Bind to localhost by default"Kaloian Manassiev2017-04-2526-72/+18
* SERVER-28932 Update sys-perf master to use 3.4.4-BaselineHenrik Ingo2017-04-251-2/+2
* SERVER-28783 Add buildscripts/combine_reports.py script for combining report....Jonathan Abrahams2017-04-242-0/+98
* SERVER-28851 Resolve cycles from latest vtables.ADAM David Alan Martin2017-04-246-23/+9
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-2426-18/+72
* SERVER-28842 Slice `DatabaseHolder` using a vtableADAM David Alan Martin2017-04-246-230/+480
* SERVER-28890 Workaround for upcoming `/Zc:ternary`Yuriy Solodkyy2017-04-241-1/+4
* SERVER-28893 make Shard::CommandResponse include the exact host that sent the...Esha Maharishi2017-04-247-148/+132