summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 Remove Database::_magicMathias Stearn2014-05-203-10/+0
* SERVER-13641 get OpCtxImpl out of DocSourceCursorMathias Stearn2014-05-201-5/+2
* SERVER-13641 Make agg use OpContext-aware DBDirectClientMathias Stearn2014-05-204-8/+34
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-2018-336/+28
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-2012-527/+36
* SERVER-13463: Option Validation for NT ServicesMark Benvenuto2014-05-204-2/+91
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-2017-148/+134
* SERVER-14000 fix debian 7.1 by adding new lsb file locationEric Milkie2014-05-201-0/+1
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-2012-32/+41
* SERVER-13641 fixed cpu profiler commands to match new Command::run() signatureBenety Goh2014-05-201-8/+12
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-2021-31/+37
* SERVER-12461 Use larger values to test for too large $position arguments.Michael Hudson-Doyle2014-05-201-2/+2
* SERVER-13637: remove some header files leakingEliot Horowitz2014-05-192-8/+1
* SERVER-13923 BtreeLogic unit-testsKaloian Manassiev2014-05-1911-1896/+2736
* SERVER-13978 Error out if NTDDI_VERSION is set but _WIN32_WINNT is notAndrew Morrow2014-05-191-0/+6
* SERVER-5671 logOp after success in removeRangeGreg Studer2014-05-191-2/+4
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-1912-151/+473
* SERVER-13637 Fixing build break due to incomplete implementationKaloian Manassiev2014-05-192-0/+43
* SERVER-13981 MR inc collection should not be replicatedMathias Stearn2014-05-191-13/+5
* SERVER-13976 Cloner::go() fail fast if any collection has bad optionsJason Rassi2014-05-191-0/+10
* SERVER-13976 Cloner::go() should check return value of userCreateNSJason Rassi2014-05-191-3/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-1969-1203/+1917
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-19288-1792/+1792
* SERVER-13822 check for replSet pointer in resync commandEric Milkie2014-05-191-1/+4
* SERVER-13645 clean up ReplSetImplmatt dannenberg2014-05-191-135/+168
* SERVER-13645 move ReplSetImpl out of rs.cppmatt dannenberg2014-05-196-852/+895
* SERVER-13993 log the decision to change sync targetsmatt dannenberg2014-05-191-0/+4
* SERVER-13645 cleanup heartbeat_infoEric Milkie2014-05-199-34/+42
* SERVER-13645 move multiSyncApply(), multiInitialSyncApply(), and initializeWr...matt dannenberg2014-05-194-72/+72
* SERVER-13284 Tools should use appropriate singular/plural forms of "document"...Sean Wilkinson2014-05-196-10/+20
* SERVER-6018 SERVER-13913 Make AtomicWord objects non-copyable and non-movableAndrew Morrow2014-05-172-1/+41
* SERVER-6018 SERVER-13913 Use std::atomic to implement AtomicWord in C++11 modeAndrew Morrow2014-05-175-143/+333
* SERVER-6018 The MSGID type doesn't need to be atomicAndrew Morrow2014-05-173-7/+5
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in SSLManagerAndrew Morrow2014-05-171-4/+4
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in DBClientConnectionAndrew Morrow2014-05-172-5/+5
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in connpoolAndrew Morrow2014-05-172-5/+6
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in OIDAndrew Morrow2014-05-171-4/+4
* SERVER-6018 Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holder...Andrew Morrow2014-05-173-15/+12
* SERVER-6018 Use gcc __sync primitives if they are available and useableAndrew Morrow2014-05-175-8/+116
* Revert "SERVER-13446 Add timegm Solaris implementation to third_party"Matt Kangas2014-05-172-424/+1
* SERVER-13899 Remove unused stripInvalidAssignmentsTo2dsphereIndex argJason Rassi2014-05-161-19/+12
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-162-1/+424
* SERVER-12273 Remove RCARRandolph Tan2014-05-162-44/+0
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-1633-342/+266
* SERVER-13635 remove dead codeHari Khalsa2014-05-1618-692/+7
* SERVER-13640 fix buildMathias Stearn2014-05-161-4/+0
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-166-49/+3
* SERVER-13640 Capped structural unit testsMathias Stearn2014-05-168-31/+539
* SERVER-13640 Test tipping-points in SimpleRecordStoreV1::_allocFromExistingEx...Mathias Stearn2014-05-162-6/+277
* SERVER-13640 Enhance initialize/assertStateV1RSMathias Stearn2014-05-162-23/+35