summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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-152-10/+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
* 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
* SERVER-29167: Create an interface type for RestrictionsSpencer Jackson2017-06-144-0/+107
* SERVER-29523 create a _configsvrMovePrimary command on mongodJessica Yu2017-06-142-0/+107
* SERVER-29277 oplog entries are never generated for operations on drop-pending...Benety Goh2017-06-142-1/+6
* SERVER-29508 Add backoff to key collection manager refresh schedulingMisha Tyulenev2017-06-132-4/+11
* SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-137-14/+68
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-135-22/+83
* SERVER-29543 ReplSetRequestVotesResponse shouldn't error on extra reply fieldsMathias Stearn2017-06-131-17/+1
* SERVER-29319 Support OpMsgRequest in mongos command dispatchMathias Stearn2017-06-131-29/+27
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-1319-121/+125
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-138-44/+40
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-138-36/+44
* SERVER-28964 Make mongos behavior on invalid OP_MSG match mongodMathias Stearn2017-06-132-10/+13