summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-229-76/+76
* SERVER-14015: Fix S2 Compilation on GCC 4.9/Solaris by choosing sqrt(double)Mark Benvenuto2014-05-212-16/+16
* SERVER-8492 Change socket check to be sun_path[0] != '\0'daveh862014-05-211-1/+2
* SERVER-13737 CollectionOptions parser skip size/max if non-numericJason Rassi2014-05-212-4/+40
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-2110-177/+296
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-216-50/+3
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-216-3/+50
* SERVER-13674 fix whitespace in MultiPlanStageDavid Storch2014-05-211-40/+39
* SERVER-8995 changed gperftools version in build configuration and source file...Benety Goh2014-05-213-4/+4
* SERVER-8995 added gperftools-2.2 generated headers and SConscript files. cpu-...Benety Goh2014-05-216-4/+829
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-2010-27/+95
* 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-8995 import gperftools-2.2/src into src/third_partyBenety Goh2014-05-19203-0/+65229
* 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