summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-0910-742/+78
* SERVER-17723 NamespaceNotFound -> DatabaseNotFoundKaloian Manassiev2015-04-091-2/+2
* SERVER-17723 Remove 'source' from the error message for collectionToCapped'Kaloian Manassiev2015-04-091-8/+6
* SERVER-17889 MapReduceCommand::run() error out from DBDirectClientJason Rassi2015-04-083-4/+9
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-3/+4
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-3/+3
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-0/+91
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-063-7/+23
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-0317-39/+39
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-034-8/+4
* SERVER-17548: Refactor SSLManager's Param classSpencer Jackson2015-04-021-10/+10
* SERVER-5218 Replicate journal write concern flagSiyuan Zhou2015-04-012-4/+40
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-011-0/+63
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-03-311-1/+1
* SERVER-17284 find command throws stale config if sharding version changes bef...David Storch2015-03-311-2/+18
* SERVER-17283 remove duplicate audit call for getMore commandDavid Storch2015-03-301-7/+2
* SERVER-7775 remove double auditing in fsyncUnlockAdam Midvidy2015-03-301-8/+1
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-272-22/+308
* SERVER-15176 SERVER-17721 add oplogReplay support to find commandDavid Storch2015-03-271-34/+14
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-275-59/+20
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-5/+4
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-271-6/+21
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-2726-78/+104
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-264-7/+15
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-262-27/+89
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-252-120/+45
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-252-45/+120
* SERVER-15176 remove CollectionMetadataPtr from ClientCursorDavid Storch2015-03-231-5/+6
* SERVER-17679 mergeChunks command should check if sharding state is initializedKaloian Manassiev2015-03-231-8/+8
* SERVER-17158 add delimiter to planCacheKey for sort argsjames.wahlin@10gen.com2015-03-191-3/+15
* SERVER-17282 fix use after free in the case of a database drop during a yieldDavid Storch2015-03-181-2/+7
* SERVER-17282 implement FindCmd::run()David Storch2015-03-182-174/+288
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-172-8/+14
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-162-14/+8
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-162-8/+14
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-3/+1
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-8/+9
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-1114-33/+71
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-1/+1
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-102-2/+2
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+1
* SERVER-17432 converted applyOperation_inlock to return statusBenety Goh2015-03-101-8/+6
* SERVER-17499 Don't set owned RU if creating DBDirectClient agg cursorJason Rassi2015-03-091-7/+11
* SERVER-17387 prevent invalid projections from causing findAndModify to trigge...David Storch2015-03-091-7/+18
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-2/+1
* SERVER-17489: in bulk ops, only mark last operation with commit=synchronousEliot Horowitz2015-03-082-7/+23
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-3/+3
* SERVER-17436 Don't try to access collection pointer if it gets deleted during...Kaloian Manassiev2015-03-021-0/+1
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-1/+7
* SERVER-17412 removed authSchemaUpgrade commandBenety Goh2015-02-273-165/+1