summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50661 Add an architecture guide section on CancelationGeorge Wangensteen2021-03-191-0/+155
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-1/+2
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-3/+3
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-172-2/+21
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-172-3/+6
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-172-6/+3
* Revert "SERVER-54735 Fix AsyncTry to not return BrokenPromise on executor shu...Matthew Saltz2021-03-162-42/+8
* SERVER-53477 ThreadPool::waitForIdle should be interruptible on thread pool s...George Wangensteen2021-03-112-2/+28
* SERVER-54735 Fix AsyncTry to not return BrokenPromise on executor shutdown in...Matthew Saltz2021-03-112-8/+42
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-102-66/+50
* SERVER-55041 Benchmark UUID generation and increase SecureRandom buffer sizeBen Caimano2021-03-092-1/+65
* SERVER-54031 Include .py and .idl files in the errorcodes.py scanBilly Donahue2021-03-062-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-053-22/+25
* SERVER-54719 printStackTrace missing a terminating newlineBilly Donahue2021-03-011-2/+2
* SERVER-54139 Connection pool fixes for awsMark Benvenuto2021-03-012-7/+12
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-253-25/+22
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-237-177/+675
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-223-22/+25
* SERVER-53587 Create withCancelation function for doing cancelable waits on a ...Matthew Saltz2021-02-183-1/+142
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-183-1/+15
* SERVER-53558: Create variadic template implementations of when* future utilitiesTyler Seip2021-02-182-0/+158
* SERVER-53974 Generate unique field name for partitionBy expressionHartek Sabharwal2021-02-182-0/+11
* SERVER-54408 Implement AsyncTry-until without future recursionMatthew Saltz2021-02-163-48/+284
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-126-60/+140
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-116-134/+64
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-112-12/+0
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-112-0/+12
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-116-64/+134
* SERVER-54219 macOS synchronous SSL read code needs to handle errSSLWouldBlockMark Benvenuto2021-02-101-2/+6
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-3/+2
* SERVER-54364 Fix stack-use-after-scope when constructing nonzero DecimalCounterGregory Noma2021-02-051-1/+2
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-053-11/+306
* 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