summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-12-108-29/+425
* SERVER-37367 Make Notification::waitFor interruptibleJack Mulrow2018-10-081-6/+4
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-202-2/+18
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-09-203-3/+19
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-271-4/+1
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-264-1/+132
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-07-254-54/+259
* SERVER-36010 Use severe() for Windows exceptions logsYves Duhem2018-07-191-5/+5
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-07-112-2/+15
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2018-06-287-43/+205
* Revert "SERVER-29359 SO_KEEPALIVE for nia sockets"Nathan Orttung2018-06-282-93/+0
* SERVER-29359 SO_KEEPALIVE for nia socketsNathan Orttung2018-06-252-0/+93
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-223-0/+245
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-211-0/+1
* SERVER-34477 Do not mix iterators from different mapsr3.4.15-rc0r3.4.15Sara Golemon2018-05-041-10/+11
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-043-8/+168
* SERVER-34237: Expose means for shell to disable TLS 1.0Spencer Jackson2018-05-031-24/+78
* SERVER-30857 Support unknown Linux distributionsMark Benvenuto2018-05-031-3/+6
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-292-18/+18
* SERVER-33572 Add ProducerConsumerQueue to utilJason Carey2018-03-083-0/+1101
* SERVER-33760 Backport WithLock to v3.4Jason Carey2018-03-081-0/+111
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-161-0/+2
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2018-02-141-1/+3
* SERVER-31818 Add server parameter to disable MarkThreadIdleMark Benvenuto2018-01-171-0/+7
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-12-211-3/+2
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-12-041-0/+17
* SERVER-31046 Remove security.ldap.bind.queryPassword from parsed optionsAndrey Brindeyev2017-10-261-0/+2
* SERVER-31176 Use stderr for interactive password promptsKevin Pulo2017-10-041-2/+2
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-021-0/+1
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-09-222-0/+81
* SERVER-30643: Ensure thread IDs observed by OpenSSL are uniformly distributedSpencer Jackson2017-08-221-19/+45
* SERVER-30132 Storage Node Watchdog needs to check journal directoryMark Benvenuto2017-07-131-1/+1
* SERVER-29947 Implement Storage Node WatchdogMark Benvenuto2017-07-121-0/+1
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-07-112-0/+32
* SERVER-26355 Implement the interruptible form of Notification::get().Andy Schwerin2017-06-161-3/+4
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-261-0/+16
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-054-14/+114
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-05-041-3/+12
* SERVER-27727 Some auxiliary file changes needed after backporting to v3.4Eddie Louie2017-05-021-85/+0
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-027-17/+24
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-026-101/+26
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-05-023-0/+112
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-023-19/+36
* SERVER-27281 pkill/pgrep cannot find mongod on LinuxMark Benvenuto2017-04-281-15/+24
* SERVER-27279 fix lintMark Benvenuto2017-04-281-0/+1
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2017-04-281-1/+1
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2017-04-281-0/+70
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-271-9/+1
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-131-50/+34
* SERVER-16821 don't rotate logs more often then once per secondGabriel Russell2017-04-091-0/+11