summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-063-22/+118
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-0/+10
* SERVER-51068 Provide unique errors for each variety of Latch violationBen Caimano2020-11-054-80/+125
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-0/+1
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-025-4/+201
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCMark Benvenuto2020-10-231-0/+2
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-222-9/+9
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-0/+1
* SERVER-50123 support counting processors on s390xGabriel Russell2020-10-211-4/+10
* SERVER-51485 fix std::bitset out of bounds in testBenety Goh2020-10-171-1/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-1315-56/+487
* SERVER-51485 getCodePointLength fix use of absl internalsBilly Donahue2020-10-122-2/+19
* SERVER-51410 Add the original collection's UUID to TypeCollectionReshardingFi...Blake Oler2020-10-091-0/+1
* SERVER-51060: Implement voteCommitImportCollection commandLingzhi Deng2020-10-081-0/+1
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-081-0/+29
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+3
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-033-97/+194
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+1
* SERVER-51250 Make AsyncTry inside TenantMigrationDonorService and TenantMigra...Cheahuychou Mao2020-10-012-7/+120
* SERVER-51084 easy XCode12 fixes (excludes the int to double fixes)Billy Donahue2020-10-011-3/+1
* SERVER-48254: Revert "SERVER-43442 Remove blocking call from AsyncWorkSchedul...Spencer T Brody2020-09-301-9/+0
* SERVER-49434 Future::getAsync documentationBilly Donahue2020-09-301-3/+14
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-50341 Use std::shuffle instead of deprecated std::random_shuffleMatthew Saltz2020-09-251-1/+4
* SERVER-50653 Create CancelationToken/CancelationSource typesMatthew Saltz2020-09-254-5/+517
* SERVER-50341 Add whenAny and whenAllMatthew Saltz2020-09-242-14/+443
* SERVER-50341 Make generic whenAllSucceed utility for futuresMatthew Saltz2020-09-242-1/+438
* SERVER-51051 Make ReadThroughCache handle canceled lookups on shutdownMarcos José Grillo Ramírez2020-09-232-1/+34
* SERVER-51055 ServiceContext::SyncUnique to fix unique_ptr races.Billy Donahue2020-09-221-215/+108
* SERVER-50021 Implement minFetchTimestamp calculation logic on donor shardsjannaerin2020-09-211-0/+1
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-214-18/+41
* SERVER-48727 Document Internal FailpointsBen Caimano2020-09-171-0/+11
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-173-22/+73
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-162-20/+80
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-152-80/+20
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-152-20/+80
* SERVER-50923 Add a way to disable all registered failpointsSpencer T Brody2020-09-153-0/+64
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-1513-230/+212
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-0/+77
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-143-20/+12
* SERVER-50894 convert std::regex to pcrecpp::REBilly Donahue2020-09-121-7/+11
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-118-70/+0
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-09-111-0/+14
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-102-293/+317
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-093-30/+62
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ...Spencer T Brody2020-09-093-49/+81
* SERVER-6777 Eliminate all direct use of cout/stdout and cerr/stderrAdam Cooper2020-09-083-9/+11
* SERVER-50789 Use the ReadThroughCache's mutex when accessing `_minTimeInStore`Kaloian Manassiev2020-09-081-1/+5
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-11/+11
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-13/+16