summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19028 validate database name in request class constructorsAdam Midvidy2015-06-197-11/+82
* 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-1811-77/+196
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-1831-102/+103
* SERVER-19016 Implement runUserManagement{Read,Write}Command in CatalogManager...Spencer T Brody2015-06-189-10/+320
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-186-415/+348
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-186-348/+415
* SERVER-19029 Configure boost thread more efficientlyAndrew Morrow2015-06-181-8/+6
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-1841-96/+91
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-189-18/+18
* 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-182-25/+22
* SERVER-12376 Move $skip and $limit before $project in aggregation pipelineJames Cohan2015-06-183-7/+123
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-1874-304/+282
* SERVER-18723 undo boost->stdx change for perftestsAdam Midvidy2015-06-181-5/+6
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-184-20/+20
* SERVER-19020 Fix signed/unsigned build error with clangKaloian Manassiev2015-06-181-3/+3
* SERVER-19020 Fix signed/unsigned build error with clangKaloian Manassiev2015-06-181-1/+1
* SERVER-18167 fix unused variableAdam Midvidy2015-06-181-2/+0
* SERVER-19025 add fassertStatusOK to errorcodes.pyEric Milkie2015-06-182-2/+3
* SERVER-19020 Implement getChunks for the repl set catalog managerKaloian Manassiev2015-06-173-4/+178
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-1710-58/+202
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-1719-332/+314
* 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-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-175-8/+254
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-1710-43/+181
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-1711-20/+200
* SERVER-18436 Forward declare RemoteCommandRequest as struct not classDaniel Alabi2015-06-171-1/+1
* SERVER-18732 boost -> stdx for timed_mutexAdam Midvidy2015-06-174-22/+22
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-177-278/+245
* SERVER-18594 Implement writeConfigServerDirect and updateCollection in replse...Spencer T Brody2015-06-172-2/+203
* SERVER-18436 Make OnCommand functions take RemoteCommandRequestsSpencer T Brody2015-06-173-17/+17
* 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-17142-788/+778
* Add missing pragma onceGeert Bosch2015-06-171-0/+2
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-172-59/+86
* SERVER-18980: Include wiredtiger_ext.h in mongo integrationMark Benvenuto2015-06-171-1/+5
* SERVER-18947 Remove Shard::getCommandRunnerKaloian Manassiev2015-06-173-14/+1
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-1714-291/+421
* SERVER-15217 remove unused tests in dbtests/plan_ranking.cppQingyang Chen2015-06-161-217/+0
* 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-1636-125/+167
* SERVER-18236 cleanup ServerSelectionMetadataAdam Midvidy2015-06-164-18/+12