summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-302-215/+0
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-302-41/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-305-100/+129
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-304-1490/+1569
* Revert "SERVER-32748 Split ssl_manager.cpp into openssl specific and general ...Mark Benvenuto2018-01-294-1569/+1490
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-295-130/+101
* Revert "SERVER-32751 Simplify SSLManagerInterface"Tess Avitabile2018-01-292-7/+41
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-292-41/+7
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-295-101/+130
* SERVER-32748 Split ssl_manager.cpp into openssl specific and general components.Mark Benvenuto2018-01-294-1490/+1569
* SERVER-32607 Implement a DatabaseVersion type class and add it to the Databas...Kaitlin Mahar2018-01-281-0/+1
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-242-29/+18
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-25345 remove wassertMathias Stearn2018-01-193-36/+0
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-197-92/+66
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-0/+29
* SERVER-32631 Deduplicate results in SockAddr::createAll()Sara Golemon2018-01-122-4/+46
* SERVER-32454 Add support for decorations referring to their ownersGeert Bosch2018-01-116-16/+53
* SERVER-32486 Fix DNS diagnostics in Windows.ADAM David Alan Martin2018-01-101-9/+12
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-082-8/+6
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-082-2/+93
* SERVER-30376 Remove extra hyphens during parsing errorChibuikem Amaechi2018-01-081-1/+1
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-051-5/+8
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-042-6/+107
* SERVER-31734 rewrite massert/uassert to preserve statusesMathias Stearn2018-01-043-77/+67
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-042-5/+2
* SERVER-32389 show android api version as libc version in hostInfoGabriel Russell2018-01-021-2/+8
* SERVER-32390 Fix stacktrace_posix when compiling with the Android NDKHenrik Edin2017-12-291-3/+17
* SERVER-29335 fix millisecond formattingBilly Donahue2017-12-291-2/+4
* SERVER-32369 evaluate invariant message before passing to invariantFailedWith...Benety Goh2017-12-263-5/+43
* SERVER-32396 Do not pass FQDNs to OpenSSLADAM David Alan Martin2017-12-201-8/+10
* SERVER-32261 disable dns_query (res_nsearch) on androidGabriel Russell2017-12-182-0/+84
* SERVER-30815 Injections for mongod should adhere to the mongodbmain libraryAndrew Morrow2017-12-151-1/+3
* SERVER-32164 Fix handling of `authSource` in URIs.ADAM David Alan Martin2017-12-141-1/+1
* SERVER-32246 loosen permission on pid fileJonathan Reams2017-12-141-0/+13
* SERVER-32287 Fix `time_support.cpp` for FreeBSDADAM David Alan Martin2017-12-131-1/+1
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-122-2/+7
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-1/+7
* SERVER-29473 Fix ODR violation in table_formatterSara Golemon2017-12-081-3/+4
* SERVER-31181: ServiceExecutorAdaptive maxLatencyMicros should be greater than...Fiona Rowan2017-12-073-7/+86
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-062-5/+47
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-4/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-043-4/+3
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-013-3/+4
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-013-4/+3
* SERVER-32107 Update DNS Root nameservers for testsADAM David Alan Martin2017-11-291-1/+1
* SERVER-32059 Fix SSL test on windows.ADAM David Alan Martin2017-11-281-1/+3
* SERVER-32059 Fix testADAM David Alan Martin2017-11-281-2/+2
* SERVER-31965 Fix lintADAM David Alan Martin2017-11-281-0/+1
* SERVER-31965 Correctly handle certificates for SRV URIsADAM David Alan Martin2017-11-284-25/+140