summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201242-234023/+232393
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-1930-96/+92
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-06-193-13/+3
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-196-35/+36
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-191-2/+2
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-1920-37/+17
* SERVER-18036 pipeline command should check collection name before creating na...Benety Goh2015-06-191-2/+3
* SERVER-18588 Adjust read-after-optime interfaceRandolph Tan2015-06-195-156/+28
* SERVER-18036 data replication reporter should wait till callback is invoked b...Benety Goh2015-06-193-18/+44
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-1912-72/+76
* SERVER-18036 added requestShutdown() to data replicatorBenety Goh2015-06-194-62/+137
* SERVER-18589 Change makeAsFinCmd to accept optional<int> for limitRandolph Tan2015-06-193-14/+68
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-195-347/+414
* SERVER-18870 remove unused filter from AND_SORTED and AND_HASH stageQingyang Chen2015-06-197-74/+18
* SERVER-19040 Fix uassert codeAndy Schwerin2015-06-191-1/+1
* SERVER-19028 validate database name in request class constructorsAdam Midvidy2015-06-191-6/+1
* SERVER-19040 Do not let exceptions leak out of WhereMatchExpression::init.Andy Schwerin2015-06-191-4/+7
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-188-68/+171
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-185-414/+347
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-185-347/+414
* SERVER-19029 Configure boost thread more efficientlyAndrew Morrow2015-06-181-8/+6
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-1820-49/+45
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-185-12/+9
* SERVER-14421 Adds minDistance to geoNear aggregate operatorKevin Albertson2015-06-182-0/+11
* SERVER-19034 log command errors at log level 1Adam Midvidy2015-06-181-15/+15
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-184-5/+70
* SERVER-18525 Don't modify tick source when the existing one is being usedRandolph Tan2015-06-181-1/+3
* SERVER-12376 Move $skip and $limit before $project in aggregation pipelineJames Cohan2015-06-182-0/+41
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-1837-138/+127
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-1713-42/+30
* SERVER-18962 do not replicate metadata operations pertaining to system.profilematt dannenberg2015-06-171-5/+23
* SERVER-18962 ignore IllegalOperation when replicating a dropCollectionmatt dannenberg2015-06-171-1/+3
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-172-0/+21
* SERVER-18732 boost -> stdx for timed_mutexAdam Midvidy2015-06-174-22/+22
* SERVER-18830 Fixed explain output for geoNearBrandon Zhang2015-06-171-13/+7
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-1776-408/+402
* Add missing pragma onceGeert Bosch2015-06-171-0/+2
* SERVER-18086 Fixed invalid pointer in canonical_query_testQingyang Chen2015-06-161-134/+72
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-164-4/+34
* SERVER-15732 abort election if term increases during the electionmatt dannenberg2015-06-163-6/+98
* SERVER-18385 add DryRun stage to ReplicationCoordinator's ElectV1 code pathmatt dannenberg2015-06-164-16/+185
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-169-6/+342
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-1610-38/+48
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-162-3/+5
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-167-107/+160
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-162-19/+7
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-166-83/+226
* SERVER-18036 data replicator reporter should not wait on callback handle if i...Benety Goh2015-06-161-0/+3
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-163-2/+14
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-161-6/+6