summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-1914-149/+450
* SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev2017-06-191-0/+15
* SERVER-28903 Convert WriteResult::SingleResult to idlRandolph Tan2017-06-196-26/+95
* SERVER-27244 Fix Lint in compiler_gcc.hADAM David Alan Martin2017-06-191-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-18219-1383/+1831
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-175-62/+160
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-1736-82/+1420
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-1614-198/+330
* SERVER-26498 change error message for replSetStepDownchorn2017-06-161-1/+2
|\
| * SERVER-26498 change error message for replSetStepDownchorn2017-06-121-1/+2
* | SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-165-2/+148
* | SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-167-29/+11
* | SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-166-1/+57
* | 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-154-35/+9
* | 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-156-57/+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-156-1/+57
* | 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-1511-468/+838
* | SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-159-70/+196
* | SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-155-0/+159
* | 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-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-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-1411-69/+142
* | 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-141-0/+1
* | 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-141-11/+11
* | 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-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-149-56/+104
* | SERVER-29279 dbHash should ignore pending drop collectionsWilliam Schultz2017-06-141-0/+4
* | 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
* | SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-148-2/+318