Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap condition variable waitForConditionOrInterruptNoAssertUntilfailpoint_sync | Jason Chan | 2019-07-17 | 4 | -19/+10 |
| | |||||
* | add timeout | Lingzhi Deng | 2019-07-16 | 2 | -2/+22 |
| | |||||
* | syncNow | Lingzhi Deng | 2019-07-16 | 3 | -0/+38 |
| | |||||
* | Add clearSignals | Lingzhi Deng | 2019-07-16 | 2 | -1/+11 |
| | |||||
* | parseBSON | Lingzhi Deng | 2019-07-15 | 3 | -3/+105 |
| | |||||
* | include SyncConfig in setMode | Lingzhi Deng | 2019-07-15 | 4 | -4/+12 |
| | |||||
* | wrap sync-related members into SyncConfig | Lingzhi Deng | 2019-07-15 | 4 | -18/+31 |
| | |||||
* | sync logic | Jason Chan | 2019-07-15 | 2 | -0/+52 |
| | |||||
* | Add _signals and _waitFor | Lingzhi Deng | 2019-07-15 | 1 | -2/+7 |
| | |||||
* | Initial commit; add isSync | Jason Chan | 2019-07-15 | 1 | -0/+2 |
| | |||||
* | SERVER-41658 Convert ShardCollectionType into an IDL type | Jamie Heppenstall | 2019-07-12 | 1 | -0/+1 |
| | |||||
* | SERVER-41704 adding asn1 libfuzzer parser | jason.piao | 2019-07-11 | 2 | -0/+48 |
| | |||||
* | SERVER-40686 deduction guides for unique_function | Jason Carey | 2019-07-10 | 2 | -0/+64 |
| | | | | Add deduction guides for unique_function | ||||
* | SERVER-41587 Improve SECBUFFER_EXTRA handling | Mark Benvenuto | 2019-07-09 | 4 | -15/+56 |
| | |||||
* | SERVER-41903 Validate server parameter names during config validation | Sara Golemon | 2019-07-03 | 1 | -0/+10 |
| | |||||
* | SERVER-9763 Remove BSONObjBuilder append unsigned method | Alya Berciu | 2019-07-03 | 3 | -2/+3 |
| | |||||
* | SERVER-41794 Only log about sslMode being deprecated when it's set for the ↵ | Jonathan Reams | 2019-07-02 | 1 | -2/+9 |
| | | | | first time | ||||
* | SERVER-41585 Modified background_thread_clock_source_test to not assume we ↵ | Shaileja Jain | 2019-06-28 | 1 | -1/+1 |
| | | | | can schedule the background thread | ||||
* | SERVER-41495 HostAndPort streaming refactor | Billy Donahue | 2019-06-28 | 2 | -51/+57 |
| | |||||
* | SERVER-24374 Make Decimal128 integer ctors constexpr | Billy Donahue | 2019-06-27 | 1 | -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 MockPeriodicRunnerImpl | Rahul Sundararaman | 2019-06-27 | 1 | -62/+0 |
| | |||||
* | SERVER-7143 replace standard library number parsing with custom NumberParser | Nathan Brown | 2019-06-27 | 8 | -29/+28 |
| | |||||
* | SERVER-41490 Disable OP_MSG checksums for TLS connections | Rahul Sundararaman | 2019-06-26 | 1 | -2/+11 |
| | |||||
* | SERVER-41572 use FailPointEnableBlock to control failpoints in ↵ | Lamont Nelson | 2019-06-24 | 2 | -1/+15 |
| | | | | transaction_coordinator_test | ||||
* | SERVER-39936 Use PeriodicRunner handles to simplify shutdown ordering | Ben Caimano | 2019-06-21 | 7 | -232/+207 |
| | |||||
* | SERVER-41809 Collapse unit tests on a per-directory basis | Andrew Morrow | 2019-06-20 | 4 | -442/+103 |
| | |||||
* | SERVER-41071 Fix Windows build after nullptr change | A. Jesse Jiryu Davis | 2019-06-19 | 1 | -1/+2 |
| | |||||
* | SERVER-41071 Replace more NULLs with nullptr | A. Jesse Jiryu Davis | 2019-06-17 | 14 | -74/+75 |
| | |||||
* | Revert "SERVER-24374 Make Decimal128 integer ctors constexpr" | Billy Donahue | 2019-06-16 | 1 | -12/+2 |
| | | | | This reverts commit e039271638d6dba34e5b64834e3f12e87aeb6455. | ||||
* | SERVER-24374 Make Decimal128 integer ctors constexpr | Billy Donahue | 2019-06-16 | 1 | -2/+12 |
| | | | | reverts fab9fde6ba which reverted 668100df79 | ||||
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 24 | -66/+66 |
| | |||||
* | Revert "SERVER-24374 Make Decimal128 integer ctors constexpr" | Blake Oler | 2019-06-13 | 1 | -12/+2 |
| | | | | This reverts commit 668100df7982fd1ae3777fcf069de13253a05133. | ||||
* | SERVER-24374 Make Decimal128 integer ctors constexpr | A. Jesse Jiryu Davis | 2019-06-13 | 1 | -2/+12 |
| | |||||
* | SERVER-41360 Created DiagnosticInfo class | Shaileja Jain | 2019-06-13 | 4 | -0/+200 |
| | |||||
* | Revert "SERVER-41360 Created DiagnosticInfo class" | Shaileja Jain | 2019-06-13 | 4 | -200/+0 |
| | | | | This reverts commit bbaa344f95af6a042b14193d48927d5f0215e0bb. | ||||
* | SERVER-41360 Created DiagnosticInfo class | Shelley Jain | 2019-06-13 | 4 | -0/+200 |
| | |||||
* | SERVER-41271 allow logging doubles with arbitrary precision | Misha Ivkov | 2019-06-11 | 3 | -0/+23 |
| | |||||
* | SERVER-28469 Improve SSLManager error handling | Alya Berciu | 2019-06-11 | 2 | -4/+12 |
| | |||||
* | Revert "SERVER-41181 Fix sharding tests for hostname normalization" | A. Jesse Jiryu Davis | 2019-06-11 | 1 | -8/+0 |
| | | | | This reverts commit 0ed0b97e6f62bba38cf4c93f5a7270569e79f24d. (SERVER-41614) | ||||
* | Revert "SERVER-4999 Normalize all hostnames to lowercase" | A. Jesse Jiryu Davis | 2019-06-11 | 4 | -33/+3 |
| | | | | This reverts commit ad9267a722e21268d1005c1428ccad85d5a98946 (SERVER-41614). | ||||
* | SERVER-39339 Remove `stdx/memory.h` | ADAM David Alan Martin | 2019-06-10 | 16 | -66/+69 |
| | |||||
* | SERVER-39338 Remove `stdx/functional.h` | ADAM David Alan Martin | 2019-06-10 | 17 | -29/+30 |
| | |||||
* | SERVER-18463 Remove StartupTest infrastructure, place StartupTests into | Nathan Brown | 2019-06-07 | 2 | -126/+0 |
| | | | | unittests | ||||
* | SERVER-41372 Constrain callback-taking methods on Futures | Mathias Stearn | 2019-06-07 | 2 | -47/+106 |
| | | | | This reverts commit d60d7d2985f8a75ed08a7836cb5e460415f2e26d. | ||||
* | SERVER-40004 Modified compareAndSwap to return boolean | Shelley Jain | 2019-06-07 | 2 | -4/+6 |
| | |||||
* | Revert "SERVER-41372 Constrain callback-taking methods on Futures" | Gregory Wlodarek | 2019-06-06 | 2 | -103/+47 |
| | | | | This reverts commit e5115d5bf9761ba1bbaf058830bea713ef1cf9fc. | ||||
* | SERVER-23077 Support Decimal128 with representAs(). | A. Jesse Jiryu Davis | 2019-06-06 | 2 | -41/+266 |
| | |||||
* | SERVER-41372 Constrain callback-taking methods on Futures | Mathias Stearn | 2019-06-06 | 2 | -47/+103 |
| | |||||
* | SERVER-40989 Get SockAddr out of HostAndPort | Mathias Stearn | 2019-06-06 | 2 | -22/+0 |
| | | | | 224 bytes -> 40 bytes | ||||
* | SERVER-37714 Set SSL_OP_NO_RENEGOTIATION if defined | Roxane | 2019-06-06 | 1 | -6/+11 |
| |