summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/documentsourcetests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-7/+4
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-33/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-11/+11
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-11/+11
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-11/+11
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+5
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-3/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-2/+2
* SERVER-13951 Clean up OperationContext usage in dbtestsMathias Stearn2014-08-261-1/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-10/+11
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-30/+0
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-16/+24
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-3/+5
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-23/+0
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-28/+19
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-5/+14
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-44/+91
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-1/+1
* SERVER-11711 Make agg use new query frameworkMathias Stearn2013-11-261-5/+10
* SERVER-11184 Merge consecutive $match stages in aggMathias Stearn2013-10-211-9/+34
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-211-3/+3
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-111-0/+189
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-12/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-1/+2
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-20/+21
* Make ExpressionContext a simple structMathias Stearn2013-08-091-10/+7
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-11/+5
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-220/+71
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-2/+4
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3