summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Collapse)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
| | | | Add deduction guides for unique_function
* 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 ↵Jonathan Reams2019-07-021-2/+9
| | | | first time
* SERVER-41585 Modified background_thread_clock_source_test to not assume we ↵Shaileja Jain2019-06-281-1/+1
| | | | can schedule the background thread
* SERVER-41495 HostAndPort streaming refactorBilly Donahue2019-06-282-51/+57
|
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-271-2/+12
| | | | | | | - avoid signed overflow and integer promotion - no std::signbit, avoid cast warnings in abs - restore libbase->intelfp dependency back to public LIDEP - volatile test
* 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 ↵Lamont Nelson2019-06-242-1/+15
| | | | transaction_coordinator_test
* 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
| | | | This reverts commit e039271638d6dba34e5b64834e3f12e87aeb6455.
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-161-2/+12
| | | | reverts fab9fde6ba which reverted 668100df79
* 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
| | | | This reverts commit 668100df7982fd1ae3777fcf069de13253a05133.
* 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
| | | | This reverts commit bbaa344f95af6a042b14193d48927d5f0215e0bb.
* 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
| | | | This reverts commit 0ed0b97e6f62bba38cf4c93f5a7270569e79f24d. (SERVER-41614)
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-114-33/+3
| | | | This reverts commit ad9267a722e21268d1005c1428ccad85d5a98946 (SERVER-41614).
* 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
| | | | unittests
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-072-47/+106
| | | | This reverts commit d60d7d2985f8a75ed08a7836cb5e460415f2e26d.
* 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
| | | | This reverts commit e5115d5bf9761ba1bbaf058830bea713ef1cf9fc.
* 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
| | | | 224 bytes -> 40 bytes
* SERVER-37714 Set SSL_OP_NO_RENEGOTIATION if definedRoxane2019-06-061-6/+11
|