summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56362 Add macOS version info to getBuildInfo()Sara Golemon2021-04-301-0/+32
* SERVER-56322 Increase log severity for tassertAmirsaman Memaripour2021-04-281-4/+4
* SERVER-54586 FailPoint benchmarkIan Boros2021-04-272-0/+114
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-74/+10
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-234-76/+96
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-10/+74
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-74/+10
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-212-6/+3
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-213-269/+0
* SERVER-55737 Add an experiment for not requiring -rdynamicAndrew Morrow2021-04-092-6/+13
* SERVER-49322 Add an experiment for building with reduced symbol visibilityAndrew Morrow2021-04-041-1/+1
* SERVER-54035 Commit cleanup command stubsBlake Oler2021-04-031-0/+1
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...Sergey Galtsev2021-03-294-5/+129
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-254-4/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-2311-236/+238
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-1/+17
* SERVER-55122 Fix OCSP to allow intermediate certificates in tlsCertificateKey...Shreyas Kalyan2021-03-211-0/+24
* 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