summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-0/+4
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-1/+7
* SERVER-21541 Add a platform-independent wrapper around x86 pause workalikesMark Benvenuto2016-04-181-3/+3
* SERVER-23757 Clear signal mask when starting unit testsJonathan Reams2016-04-162-0/+15
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-158-18/+52
* SERVER-23749 pessimizing moveWaley Chen2016-04-151-2/+2
* SERVER-23044 Simplify window system CA setupJonathan Reams2016-04-151-67/+21
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-151-22/+114
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-151-3/+5
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-153-16/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-156-0/+341
* SERVER-23671 fix build failure with --use-system-tcmalloc but not --use-syste...Michael Hudson-Doyle2016-04-131-3/+4
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-6/+6
* SERVER-17788 GPerfTools 2.5 Build IntegrationMark Benvenuto2016-04-121-1/+1
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-20/+23
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-0711-79/+166
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-044-42/+150
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-044-150/+42
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-044-42/+150
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-03-311-1/+4
* SERVER-17294 Boost 1.60 Mongo compilation fixesMark Benvenuto2016-03-311-4/+4
* SERVER-23069 improve tcmalloc freelist statsKyle Suarez2016-03-252-5/+38
* SERVER-23338 Don't fassert down the process if the listen socket closes on Wi...Andrew Morrow2016-03-251-7/+7
* SERVER-13476 Make the gperftools cpu profiler work againAndrew Morrow2016-03-242-1/+23
* SERVER-23323 Make listen_test somewhat more robustAndrew Morrow2016-03-241-6/+27
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-238-275/+383
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-222-2/+192
* SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow2016-03-221-1/+2
* SERVER-23103 Decouple BackgroundJob and SSLManagerAndrew Morrow2016-03-215-34/+3
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-2111-45/+205
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-177-33/+30
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-172-13/+13
* SERVER-22686 Add a generic representAs library to /utilsamantharitter2016-03-103-0/+543
* SERVER-22950 make mongos shutdown always go through exitCleanlyAdam Midvidy2016-03-041-1/+1
* SERVER-22944 Fix UB in rpc::makeRequest/ReplyJason Carey2016-03-031-1/+1
* Initialize more variables to make gcc happyJason Carey2016-03-021-2/+2
* SERVER-21466 Upgrade BufReader to use dataXJason Carey2016-03-021-26/+29
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-266-0/+81
* SERVER-22364 threadsafe errno printing, pidfile error fixMatt Cotter2016-02-253-35/+65
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-2/+3
* SERVER-22788 Terminate process instead of quickExit during Win32 crash handlingMark Benvenuto2016-02-241-1/+2
* SERVER-22782 fassert/invariant should call std::abort, except for NoTraceEric Milkie2016-02-221-4/+2
* SERVER-22433 Add a table formatting utility for loggingsamantharitter2016-02-181-0/+77
* SERVER-22709 Log that connection was accepted before configuring socketKaloian Manassiev2016-02-171-10/+12
* SERVER-22699 avoid taking a minidump when debugger is not present for breakpo...Eric Milkie2016-02-171-1/+3
* Revert "SERVER-16496 Define BOOST assert handler"Mark Benvenuto2016-02-171-21/+1
* SERVER-22491 join listener thread before ending the testMatt Cotter2016-02-162-1/+9
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley Chen2016-02-161-1/+1
* SERVER-22491 replace uptimeEstimate js test with C++ testMatt Cotter2016-02-112-0/+73
* SERVER-16496 Define BOOST assert handlerMark Benvenuto2016-02-101-1/+21