summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-282-4/+4
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-273-3/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+2
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+2
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-112-4/+10
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-062-3/+4
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-2915-15/+27
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-262-8/+6
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-236-51/+48
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-226-48/+51
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-226-51/+48
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2074-13075/+12563
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-1/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1017-37/+22
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-105-35/+35
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-18/+19
* SERVER-9666 Push update_index_data into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-0/+1
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-282-3/+16
* SERVER-9666 Push range arithmatic and global timestamp into dbAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-3/+3
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-0/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-17/+19
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-149-27/+134
* SERVER-17496 Remove unused code and includes in shardingKaloian Manassiev2015-04-091-3/+5
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-096-46/+7
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-9/+10
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-10/+9
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-076-19/+20
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-272-0/+4
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-5/+6
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-134-8/+26
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-094-4/+33
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0652-67/+67
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+9
* SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ...Randolph Tan2015-01-271-1/+2
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-152-2/+0
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-157-1/+17
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-152-3/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-082-2/+8
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-081-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0514-14/+19
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-022-2/+2