summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-096-18/+66
* SERVER-29457 Blacking profile_sampling.js from initial sync passthrough suites.David Storch2017-06-092-0/+2
* SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-092-2/+19
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-0971-1530/+820
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-0923-137/+135
* SERVER-29516 Specify target OS minimum for go tools buildAndrew Morrow2017-06-091-2/+3
* SERVER-29507 Mark task failed if resmoke.py fails to start fixturesEddie Louie2017-06-091-4/+23
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0910-67/+327
* SERVER-29380 Fix potential race in exit code during server shutdown.Max Hirschhorn2017-06-091-7/+22
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-094-0/+10
* SERVER-21299 resmoke should default to --shufflemay2017-06-092-4/+20
* SERVER-28596 Handle cases when binary is invoked with options for the unittestJonathan Abrahams2017-06-091-1/+1
* SERVER-27038 changed assertion severitiesTedTuckman2017-06-091-23/+23
* SERVER-29485: Remove YCSB module from sys-perf.ymldalyd2017-06-092-18/+0
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-0912-71/+7
* SERVER-29527 Use infrastructure_provisioning.sh and infrastructure_teardown.shHenrik Ingo2017-06-092-112/+21
* SERVER-29509 tolerate extended file ACLs in shell history jstestKevin Pulo2017-06-091-1/+1
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-0820-63/+41
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-084-0/+36
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-0810-219/+222
* SERVER-26443 clean up error reporting in jstestfuzz_concurrent suiteKimberly Hou2017-06-081-3/+3
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-083-5/+139
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-082-23/+24
* Revert SERVER-29485: Use vendorized YCSB in sys-perf.ymldalyd2017-06-082-2/+2
* SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.David Storch2017-06-082-2/+1
* SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-0813-3/+339
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-087-24/+15
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-0810-330/+65
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-087-115/+227
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0816-410/+95
* SERVER-14864 refine mmapv1 file allocation loggingKevin Pulo2017-06-081-2/+5
* SERVER-29062 Add support for silencing test failures in the mainline from spe...Eddie Louie2017-06-071-34/+66
* SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-077-15/+24
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0710-65/+330
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-0711-13/+385
* SERVER-12203 Remove tautological assert in bson_validate_test.cppBen Shteinfeld2017-06-071-4/+5
* SERVER-28674 Fixed comment for SyncTail::multiApply and commented multiApplySamy Lanka2017-06-071-2/+5
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-0713-163/+27
* SERVER-28795 dbclient ConnectionPool initializes _lastCleanUpTimeBen Shteinfeld2017-06-071-1/+3
* SERVER-29485: Use vendorized YCSB in sys-perf.ymldalyd2017-06-072-2/+2
* Revert "SERVER-29125 Add $changeNotification stage that always outputs the si...James Wahlin2017-06-0711-385/+13
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-0714-7/+239
* SERVER-29456 mongos fall back to cluster time if no operation time set on ope...Mathias Stearn2017-06-071-4/+9
* SERVER-29319 Don't try to handle StaleConfigException with empty nsMathias Stearn2017-06-071-7/+9
* SERVER-29319 Move mongos runCommand higher in file to eliminate forward decla...Mathias Stearn2017-06-071-56/+48
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-075-105/+246
* SERVER-29264 Move protocol agnostic logic from assemble_response to run_commandsMathias Stearn2017-06-073-177/+65