summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-211-2/+2
* SERVER-16880 Timer overflows at approximately 9223 secondsRandolph Tan2015-01-203-10/+21
* SERVER-16461: Set sub-second timeouts on Windows correctlyMark Benvenuto2015-01-151-9/+16
* SERVER-16834 add commentsEric Milkie2015-01-151-0/+2
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-152-1/+8
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-1529-81/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-154-0/+4
* SERVER-13256 Remove std library includes and using namespace std from pch.hAndrew Morrow2015-01-155-0/+10
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1527-3/+80
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* post 2.8.0-rc5Ernie Hershey2015-01-151-1/+1
* SERVER-16834 bgsync::shutdown() now unblocks threads waiting in BlockingQueue...Eric Milkie2015-01-141-0/+1
* BUMP 2.8.0-rc5Ernie Hershey2015-01-131-1/+1
* SERVER-16829 Expose tcmalloc configuration options for per-thread cache size ...Andy Schwerin2015-01-132-2/+140
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-122-298/+0
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-0/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-1/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-093-0/+22
* SERVER-14992: Checking ntfs.sys version to figure out if it's necessary to ze...agherardi2015-01-092-2/+134
* SERVER-16761 removed unnecessary const modifier from MessagingPortWithHandler...Benety Goh2015-01-091-1/+1
* SERVER-16705 fixed leak in PortMessageServer::acceptedMPBenety Goh2015-01-061-73/+57
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-0513-3/+29
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-0516-3/+22
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-052-0/+8
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-054-1/+6
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-052-1/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-0511-6/+9
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-0530-4/+94
* SERVER-13256 Make debug_util macros onlyAndrew Morrow2015-01-055-10/+45
* SERVER-13256 Move win32 strcasecmp to somewhere sanerAndrew Morrow2015-01-052-4/+5
* SERVER-13256 Remove assert_util from pch.hAndrew Morrow2015-01-052-0/+4
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-057-48/+0
* SERVER-13256 Scope handle typedef to mmap subsystem and only define on non-wi...Andrew Morrow2015-01-052-10/+4
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-053-17/+8
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-053-7/+37
* SERVER-13256 Remove strcpy_s, used only in windows only code, from goodies.hAndrew Morrow2015-01-051-4/+0
* SERVER-13256 Remove unused functions from goodies.hAndrew Morrow2015-01-051-33/+0
* SERVER-13256 Move observer to mutex.cpp and remove util.cppAndrew Morrow2015-01-051-20/+10
* SERVER-13256 Move hexdump out of goodies.h and into hex.hAndrew Morrow2015-01-055-16/+23
* SERVER-13256 Remove unused isPrime and nextPrime functionsAndrew Morrow2015-01-052-38/+0
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-055-46/+122
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-052-38/+75
* SERVER-13256 Migrate goodies boost headers/usings to pch.hAndrew Morrow2015-01-051-7/+0
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16718 remove LogIndentLevel from log.h/log.cppalabid2015-01-052-14/+0
* SERVER-16694 Include exit.h in ntservice.cppKaloian Manassiev2014-12-301-0/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-305-2/+13
* SERVER-16682 Remove replicate include sys/socket.hGuang Yang2014-12-291-1/+0
* post 2.8.0-rc4Ernie Hershey2014-12-241-1/+1
* BUMP 2.8.0-rc4Dan Pasette2014-12-231-1/+1