summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-015-120/+14
* SERVER-22411 Clang-FormatMark Benvenuto2018-02-2722-2001/+1751
* SERVER-22411 ASIO SChannel stream implementationMark Benvenuto2018-02-2710-157/+2228
* SERVER-33328 Benchmark calls to ClockSource::now for fast and system clock so...Andy Schwerin2018-02-152-0/+94
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-1519-250/+1010
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-0/+28
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-143-7/+4
* SERVER-33293 Remove `mongo/util/conccurency/mapsf.h`.ADAM David Alan Martin2018-02-141-96/+0
* SERVER-33267 Strip unused ssl codeMark Benvenuto2018-02-1318-2581/+0
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-1331-0/+5457
* SERVER-33129 fix getMinimumTimerResolution on WindowsJonathan Reams2018-02-121-6/+2
* SERVER-33140 DNS must disregard irrelevant recordsADAM David Alan Martin2018-02-092-28/+59
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-0/+7
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-091-0/+2
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-073-235/+6
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-073-6/+235
* SERVER-32918 Extract operation fields of OplogEntryBase into chained ReplOper...Siyuan Zhou2018-02-061-0/+2
* SERVER-33102 Implement RFC4013 saslPrep helperSara Golemon2018-02-064-0/+335
* SERVER-33100 Move ICU data initialization to mongo/utilSara Golemon2018-02-053-0/+209
* SERVER-28124 Use std::string for thread name.ADAM David Alan Martin2018-02-051-17/+11
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-0/+8
* 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