summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Remove thread-local write intentsKaloian Manassiev2014-05-285-176/+7
* SERVER-14056 Cross-DB renameCollection needs to call commitIfNeededJason Rassi2014-05-281-0/+1
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-277-23/+23
* SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg2014-05-2710-16/+16
* SERVER-8192 additional btree key generation unit testsDavid Storch2014-05-271-0/+48
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-27100-299/+299
* SERVER-14042 decrease yea delay from 30 seconds to 3matt dannenberg2014-05-271-1/+1
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-245-485/+175
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-7/+19
* SERVER-14033 Topology coordinator for replicationEric Milkie2014-05-235-5/+577
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-227-12/+97
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-221-0/+14
* SERVER-13912 Capped collections with size=0 are promoted to the minimum Exten...Mathias Stearn2014-05-221-2/+4
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-223-10/+26
* 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-2294-233/+386
* SERVER-13923 Update and re-enable btree builder testsGeert Bosch2014-05-222-0/+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-221-1/+1
* 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-227-320/+652
* SERVER-13641 remove some more killCurrentOp usesHari Khalsa2014-05-224-38/+7
* 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-218-151/+294
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-14/+2
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-2/+14
* 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-211-1/+1
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-209-26/+93
* 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-207-200/+17
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-209-207/+34
* SERVER-13463: Option Validation for NT ServicesMark Benvenuto2014-05-202-2/+55
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-2016-146/+133
* 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-2019-23/+27
* 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-199-110/+2736
* 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