summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-3/+3
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-042-10/+26
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-3/+3
* SERVER-47709 add deduceChronoDuration to duration.hBilly Donahue2021-01-222-5/+88
* SERVER-53409 refresh FailPoint readability, documentationBilly Donahue2021-01-212-272/+237
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-0/+1
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-0/+1
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-0/+20
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-2/+2
* SERVER-52783: Make tenant_migration_donor_util::checkIfCanReadOrBlock return ...Andrew Shuvalov2021-01-111-0/+2
* SERVER-53543 Add/expose UserName/RoleName/SockAddr serializersSara Golemon2021-01-082-0/+25
* SERVER-52650 Add FLE support for GCPAdam Cooper2021-01-081-0/+2
* SERVER-52858 Move configuration validation to integration testSara Golemon2021-01-081-7/+0
* SERVER-51364 Ubuntu 18.04 Server with OCSP and TLS fails to workShreyas Kalyan2021-01-061-0/+6
* SERVER-52596 Set memory and CPU limits when running in Windows Container usin...Henrik Edin2021-01-051-6/+37
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-2/+2
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-3/+2
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-054-34/+125
* SERVER-53450 refactor FailPointStress to use thread assertion monitorBilly Donahue2020-12-291-110/+49
* SERVER-53292 db/query/util/named_enum.hBilly Donahue2020-12-281-44/+0
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-225-13/+49
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-176-64/+49
* SERVER-48146 init-safe, shutdown-safe failpointBilly Donahue2020-12-173-142/+252
* SERVER-53065 enhance terminate handler exception dumpsBilly Donahue2020-12-175-36/+426
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-0/+3
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-116-73/+151
* SERVER-51298 Add cancelation support to AsyncTry/until looping utilityGeorge Wangensteen2020-12-102-65/+164
* SERVER-53280 Destroy ThreadPool tasks outside of the lockBen Caimano2020-12-101-0/+7
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-0/+1
* SERVER-53279 remove ProcessInfo::blockCheckSupported()Benety Goh2020-12-109-43/+3
* SERVER-53279 remove ProcessInfo::alignToStartOfPage()Benety Goh2020-12-101-10/+0
* SERVER-53279 remove ProcessInfo::blockInMemory()Benety Goh2020-12-098-89/+0
* SERVER-51247 Remove blocking call from AsyncWorkScheduler::_targetHostAsync()Amirsaman Memaripour2020-12-091-2/+8
* SERVER-53279 remove ProcessInfo::pagesInMemory()Benety Goh2020-12-098-107/+0
* SERVER-40811 make initializers throwyBilly Donahue2020-12-0833-163/+62
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-085-22/+22
* SERVER-50654 create microbenchmarks for CancelationTokenGeorge Wangensteen2020-12-072-0/+125
* Revert "SERVER-50654 create microbenchmarks for CancelationToken"George Wangensteen2020-12-052-125/+0
* SERVER-53239 fix race in shared future unit testBilly Donahue2020-12-041-1/+10
* SERVER-51858 Fix curl lockingMark Benvenuto2020-12-041-9/+44
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-0/+102
* SERVER-52941 checked_cast.h include invariant.h, `&&`-awarenessBilly Donahue2020-12-041-3/+5
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-1/+5
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-035-42/+188
* SERVER-50654 create microbenchmarks for CancelationTokenGeorge Wangensteen2020-12-032-0/+125
* SERVER-51763: Rewrite misleading error message for missing config fileVarun Ravichandran2020-12-022-14/+29
* SERVER-48291 Add global dependency pushdown to libdepsRyan Egesdahl2020-11-264-7/+6
* SERVER-53035 ThreadAssertionMonitorBilly Donahue2020-11-241-76/+92
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-237-32/+124
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-234-18/+35