summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-1978-234/+247
* SERVER-19051 Use unique_ptr in SSLThreadInfo to fix MSVC buildsSpencer Jackson2015-06-191-8/+7
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-06-193-13/+3
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-1912-81/+171
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+2
* Cleanup memory in scoped_db_conn_testSpencer Jackson2015-06-191-1/+1
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-191-2/+2
* SERVER-19051 Cleanup memory allocated by SSLThreadInfoSpencer Jackson2015-06-191-6/+8
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-1939-75/+36
* SERVER-18036 removed NamespaceString construction from DBClientCursorBenety Goh2015-06-192-52/+93
* SERVER-18036 pipeline command should check collection name before creating na...Benety Goh2015-06-191-2/+3
* SERVER-18929: Fix signed/unsigned comparisons in unittestMisha Tyulenev2015-06-191-10/+13
* SERVER-18062 Implicitly create database for createIndexesKaloian Manassiev2015-06-196-92/+187
* SERVER-18588 Adjust read-after-optime interfaceRandolph Tan2015-06-196-157/+29
* SERVER-18589 Fix compile failureRandolph Tan2015-06-191-1/+1
* SERVER-18589 Refactor find and runCommand from CatalogManagerRSRandolph Tan2015-06-196-137/+143
* 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-1913-79/+80
* SERVER-18036 added requestShutdown() to data replicatorBenety Goh2015-06-194-62/+137
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-199-87/+297
* SERVER-18589 Change makeAsFinCmd to accept optional<int> for limitRandolph Tan2015-06-195-19/+74
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-196-348/+415
* SERVER-18525 Fix rs dist lock log messageRandolph Tan2015-06-191-2/+2
* SERVER-18870 remove unused filter from AND_SORTED and AND_HASH stageQingyang Chen2015-06-198-197/+40
* SERVER-18436 Implement getGlobalSettings for RS catalog managerDaniel Alabi2015-06-1910-36/+202
* SERVER-19040 Fix uassert codeAndy Schwerin2015-06-191-1/+1
* 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