summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-168-30/+12
* | SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-168-1/+138
* | SERVER-29475 Install the logical session cachesamantharitter2017-06-1614-5/+325
* | SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-166-23/+80
* | SERVER-26541 Remove dependence on boost::regex() by replacing all of its inst...Tyler Kaye2017-06-155-36/+10
* | SERVER-29552 Prune list of direct dependencies for libSEPdAndrew Morrow2017-06-151-14/+12
* | SERVER-29552 Fold runCommands into ServiceEntryPointMongodAndrew Morrow2017-06-154-744/+658
* | SERVER-29552 Fold assembleResponse into ServiceEntryPointMongodAndrew Morrow2017-06-154-602/+507
* | SERVER-29552 Complete the assemble_response libraryAndrew Morrow2017-06-153-11/+4
* | Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-158-138/+1
* | BF-5630 Deadlock in PeriodicRunnerAsio testSara Golemon2017-06-151-0/+8
* | SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-1512-6/+354
* | SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-158-1/+138
* | SERVER-27789 Increase timeouts in commands_that_write_accept_wc_*Esha Maharishi2017-06-152-4/+14
* | SERVER-29635 Add a safeBool type to IDLKaloian Manassiev2017-06-151-0/+12
* | SERVER-29492 Fix use-after-free of OperationContext caused by wrong lifetime ...Andy Schwerin2017-06-151-3/+2
* | SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-1512-470/+851
* | SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-1512-75/+208
* | SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-155-0/+159
* | SERVER-28355 Add integration test for maxAcceptableLogicalClockDriftSecs para...Jack Mulrow2017-06-151-0/+58
* | SERVER-29276 make renameCollection error codes consistentJudah Schvimer2017-06-151-2/+2
* | SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-1522-124/+47
* | SERVER-28786 Add buildscripts/update_test_lifecycle.py script for updating et...Jonathan Abrahams2017-06-154-216/+752
* | SERVER-28825 Do not decode BSONObj in pretty printer if the value is optimize...Jonathan Abrahams2017-06-151-4/+8
* | SERVER-28943 increase stale version retries from 3 to 10Esha Maharishi2017-06-151-1/+1
* | SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-1514-57/+174
* | Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-1512-351/+6
* | SERVER-29277 dropDatabase explicitly drops every collection before removing d...Benety Goh2017-06-142-12/+20
* | SERVER-29560 Split testcases.py module into separate files.Max Hirschhorn2017-06-1410-9/+586
* | SERVER-29560 Change fixtures to be registered automatically.Max Hirschhorn2017-06-144-27/+38
* | SERVER-29560 Split hooks.py module into separate files.Max Hirschhorn2017-06-1412-692/+875
* | SERVER-25293 log hook testcases only to logkeeperRobert Guo2017-06-1410-309/+228
* | SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-1414-69/+389
* | SERVER-29277 add dropDatabase unit testBenety Goh2017-06-142-0/+254
* | SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-1412-6/+351
* | SERVER-29625 Add a mini test under combined ASAN/UBSAN to required buildersAndrew Morrow2017-06-142-0/+24
* | SERVER-29277 oplog entries are never generated for operations on mmap-only sy...Benety Goh2017-06-141-0/+5
* | SERVER-29404 Return optional by const reference where possibleMark Benvenuto2017-06-142-13/+18
* | SERVER-29404 Use a std::bitset instead of std::set when possibleMark Benvenuto2017-06-141-11/+125
* | SERVER-29404 Use string constants instead of strings in IDL generated codeMark Benvenuto2017-06-143-58/+85
* | Import wiredtiger: 47e8c3d1d22018eaaa09f91dfd78addb49e0b49b from branch mongo...Alex Gorrod2017-06-1465-625/+1449
* | SERVER-27193 Fix signed/unsigned mismatch compilation warnings on MSVCKaloian Manassiev2017-06-141-2/+1
* | SERVER-29369 Get rid of one extra find in _configsvrCommitChunkMigrationKaloian Manassiev2017-06-141-97/+58
* | SERVER-27597 Disable migration_critical_section_concurrency.js from the mixed...Kaloian Manassiev2017-06-141-0/+2
* | SERVER-29066 Reenable disabled findandmodify1.js in the mixed shard version s...Kaloian Manassiev2017-06-141-2/+0
* | SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-149-56/+104
* | SERVER-29279 dbHash should ignore pending drop collectionsWilliam Schultz2017-06-142-5/+45
* | SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-1411-348/+3245
* | SERVER-29279 Clean up dbHash command logicWilliam Schultz2017-06-141-32/+30
* | SERVER-29613 faster query buildStagesNathan Myers2017-06-141-231/+283