summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-09-301-0/+14
* SERVER-48346 Fix lifetime issues for barriers captured by referenceAmirsaman Memaripour2020-06-021-13/+9
* SERVER-48039 Fix typo in deprecated option nameSara Golemon2020-05-111-1/+1
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on unre...Mark Benvenuto2020-04-291-3/+42
* SERVER-46842 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-04-283-33/+95
* SERVER-47373 Improve handling of empty TLS packetsMark Benvenuto2020-04-281-2/+13
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-222-2/+39
* SERVER-47623 Fix use-diagnostic-latches=off on v4.2Ben Caimano2020-04-171-1/+0
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2020-04-071-32/+38
* SERVER-46501 add mount table to hostInfoBilly Donahue2020-04-071-0/+72
* SERVER-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-253-0/+181
* SERVER-38119 Windows dump file naming does not account for dots in directory ...Mathew Robinson2020-03-251-1/+1
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-03-134-10/+10
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-0315-45/+704
* SERVER-45168 Create add-only syncronized list typeBen Caimano2020-03-033-0/+354
* SERVER-42892 Create set and key types for hierarchical lockingBen Caimano2020-03-034-0/+519
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-151-4/+4
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-286-0/+192
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-01-281-0/+41
* SERVER-44964 calculate index build memory usage per key based on BSONObj buff...Eric Milkie2019-12-231-0/+4
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-113-0/+35
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-101-0/+28
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-103-27/+65
* SERVER-44546 Remove mobile variants and embedded benchmarksAndrew Morrow2019-12-098-293/+0
* SERVER-39574 Support intermediate certificates in PEMKeyFile on WindowsMark Benvenuto2019-11-221-50/+124
* SERVER-41372 Constrain callback-taking methods on FuturesBen Caimano2019-11-222-47/+106
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-11-124-143/+336
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-0143-260/+257
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-315-7/+92
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-3111-84/+720
* SERVER-43034 Correctly deal with infinite results in DoubleDoubleSummationGeert Bosch2019-10-171-3/+3
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-10-151-6/+8
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-263-396/+232
* SERVER-41585 Modified background_thread_clock_source_test to not assume we ca...Shaileja Jain2019-08-161-1/+1
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-08-162-4/+6
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-26114-540/+497
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-257-234/+209
* SERVER-42370 Fix SharedStateImpl::addChild()Jason Carey2019-07-241-9/+15
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-124-15/+56
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-081-0/+10
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-081-2/+9
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-012-22/+0
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-271-2/+11
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-242-1/+15
* 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-104-33/+3
* SERVER-40908 !allocs in cv::_runWithNotifyableJason Carey2019-06-051-1/+1
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+5
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-312-11/+31
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-304-22/+93