summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-071-1/+1
* SERVER-28014 Add logging to expose non-SSL connections when SSL is preferred ...samantharitter2017-03-273-1/+27
* Revert "SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of Mark...Ramon Fernandez2017-03-161-1/+2
* SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of MarkThreadIdler3.4.3-rc1Geert Bosch2017-03-091-2/+1
* SERVER-28239 fix double close in ticket holderJason Carey2017-03-081-1/+3
* SERVER-6065 NT Service stop does not exit cleanlyMark Benvenuto2017-02-282-9/+6
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-123-68/+31
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-091-1/+1
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+111
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-1/+1
* SERVER-26369: Fix shard server crash with encrypted PEMKeyFilesSpencer Jackson2016-11-081-12/+44
* SERVER-26270 Initialize windows stacktraces at startupJonathan Reams2016-11-031-33/+100
* SERVER-3993 Windows File Version stampingMark Benvenuto2016-11-031-0/+72
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-263-33/+6
* SERVER-26709 Move thread_safe_string.cpp to library of its only consumer, pro...Andy Schwerin2016-10-261-1/+1
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-263-81/+0
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-242-0/+16
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-242-16/+0
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-242-0/+16
* SERVER-26614 Clean up memory management in MessagePort::recvAndrew Morrow2016-10-131-10/+9
* SERVER-26465 Log somap info when doing heap profilingBruce Lucas2016-10-071-0/+4
* SERVER-26137 MongoDB Windows Service hangs on stopMark Benvenuto2016-09-221-0/+1
* SERVER-25990 Remove heap_usage_bytes from serverStatus outputsamantharitter2016-09-221-8/+0
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-4/+7
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-162-7/+8
* SERVER-26092 make only MongosOptions and MongodOptions depend on AllFailPoint...Esha Maharishi2016-09-141-4/+3
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-138-41/+44
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-138-44/+41
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-1210-5/+327
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-096-29/+40
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-11/+11