summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.7.1r2.7.1Ernie Hershey2014-05-237-7/+7
* SERVER-12621 fix flaky auth_repl.js testAmalia Hawkins2014-05-231-1/+1
* SERVER-13865 disable multiversion test until backportGreg Studer2014-05-231-0/+3
* SERVER-14033 Topology coordinator for replicationEric Milkie2014-05-236-5/+578
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-236-8/+145
* SERVER-9526 a more elegant solution to printout of BinData in log messagesJohan Hedin2014-05-231-4/+9
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-2253-268/+510
* SERVER-10044: Add more diagnostic information on OOMMark Benvenuto2014-05-221-0/+12
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-223-0/+35
* SERVER-13912 Capped collections with size=0 are promoted to the minimum Exten...Mathias Stearn2014-05-222-2/+14
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-2210-502/+499
* SERVER-13645 kill dead codeEric Milkie2014-05-222-8/+1
* SERVER-14001 remove reIndex branch from rollback code since we do not oplog r...matt dannenberg2014-05-221-3/+0
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-22102-291/+442
* SERVER-13519 benchRun doesn't pass through correct documents.Davide Italiano2014-05-222-6/+82
* SERVER-13923 Update and re-enable btree builder testsGeert Bosch2014-05-223-149/+142
* SERVER-13482 Add a check for hugepages in Linux.Davide Italiano2014-05-221-0/+52
* Revert "SERVER-8995 changed gperftools version in build configuration and sou...Benety Goh2014-05-223-4/+4
* SERVER-13945 Match x.509 cluster certs per attributeAndreas Nilsson2014-05-222-11/+39
* SERVER-13641 remove dead index stats and storage details cmdsHari Khalsa2014-05-222-1452/+0
* SERVER-13641 break up cloner.cpp into commands and functionality to make usag...Hari Khalsa2014-05-228-322/+656
* SERVER-13641 remove some more killCurrentOp usesHari Khalsa2014-05-224-38/+7
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-229-2/+1433
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-2229-109/+109
* 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
* SERVER-14025 Fix race condition in mongos_cache_invalidation.jsSpencer T Brody2014-05-211-2/+2
* 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-2013-540/+36
* SERVER-13964: Shrink Windows Binaries with VS2013 Update 2Mark Benvenuto2014-05-201-0/+32
* 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