summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* wrap condition variable waitForConditionOrInterruptNoAssertUntilfailpoint_syncJason Chan2019-07-174-19/+10
* add timeoutLingzhi Deng2019-07-162-2/+22
* syncNowLingzhi Deng2019-07-163-0/+38
* Add clearSignalsLingzhi Deng2019-07-162-1/+11
* parseBSONLingzhi Deng2019-07-153-3/+105
* include SyncConfig in setModeLingzhi Deng2019-07-154-4/+12
* wrap sync-related members into SyncConfigLingzhi Deng2019-07-154-18/+31
* sync logicJason Chan2019-07-152-0/+52
* Add _signals and _waitForLingzhi Deng2019-07-151-2/+7
* Initial commit; add isSyncJason Chan2019-07-151-0/+2
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-0/+1
* SERVER-41704 adding asn1 libfuzzer parserjason.piao2019-07-112-0/+48
* SERVER-40686 deduction guides for unique_functionJason Carey2019-07-102-0/+64
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-094-15/+56
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-031-0/+10
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-033-2/+3
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-021-2/+9
* SERVER-41585 Modified background_thread_clock_source_test to not assume we ca...Shaileja Jain2019-06-281-1/+1
* SERVER-41495 HostAndPort streaming refactorBilly Donahue2019-06-282-51/+57
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-271-2/+12
* SERVER-40351 Remove MockPeriodicRunnerImplRahul Sundararaman2019-06-271-62/+0
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-278-29/+28
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-261-2/+11
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-242-1/+15
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-217-232/+207
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-204-442/+103
* SERVER-41071 Fix Windows build after nullptr changeA. Jesse Jiryu Davis2019-06-191-1/+2
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-1714-74/+75
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue2019-06-161-12/+2
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-161-2/+12
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1424-66/+66
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler2019-06-131-12/+2
* SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis2019-06-131-2/+12
* SERVER-41360 Created DiagnosticInfo classShaileja Jain2019-06-134-0/+200
* Revert "SERVER-41360 Created DiagnosticInfo class"Shaileja Jain2019-06-134-200/+0
* SERVER-41360 Created DiagnosticInfo classShelley Jain2019-06-134-0/+200
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-113-0/+23
* SERVER-28469 Improve SSLManager error handlingAlya Berciu2019-06-112-4/+12
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-111-8/+0
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-114-33/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1016-66/+69
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1017-29/+30
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-072-126/+0
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-072-47/+106
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-072-4/+6
* Revert "SERVER-41372 Constrain callback-taking methods on Futures"Gregory Wlodarek2019-06-062-103/+47
* SERVER-23077 Support Decimal128 with representAs().A. Jesse Jiryu Davis2019-06-062-41/+266
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-062-47/+103
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-062-22/+0
* SERVER-37714 Set SSL_OP_NO_RENEGOTIATION if definedRoxane2019-06-061-6/+11