summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-1397-224/+10794
* SERVER-11600 remove logRotate from auditloggingmatt dannenberg2013-11-132-9/+0
* SERVER-11684 chunk diffing can be more efficientGreg Studer2013-11-132-71/+6
* SERVER-10942 use legacy error code for duplicate keyGreg Studer2013-11-131-3/+6
* fix collection name in testEric Milkie2013-11-131-1/+1
* SERVER-10026 fix shard filter commentsHari Khalsa2013-11-132-2/+4
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-1313-50/+215
* SERVER-11672 Eliminate unused and erroneous testing code from AuthzExternalSt...Andy Schwerin2013-11-132-11/+0
* SERVER-9516 Add location codes to fasserts.Andy Schwerin2013-11-131-2/+2
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-138-67/+63
* SERVER-9516 Acquire auth update lock in upgrade command, not in upgradeSchema...Andy Schwerin2013-11-132-5/+9
* SERVER-10026 don't scan an idx to provide sort when there's a text nodeHari Khalsa2013-11-131-1/+2
* SERVER-11676 buildbot change limit in writeback_bulk_insert.jsGreg Studer2013-11-131-38/+12
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-1311-61/+805
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-1326-90/+567
* SERVER-11667 Fix typo in text command error messageJason Rassi2013-11-131-1/+1
* SERVER-11663 Make sharded agg upgrade test more resilient by explicitly placi...Mathias Stearn2013-11-121-5/+10
* SERVER-10868 Add --temp-path parameter to smoke.pyMathias Stearn2013-11-121-2/+10
* SERVER-10868 add --tempPath parameter to unittests and dbtestsMathias Stearn2013-11-122-2/+17
* SERVER-11539 Don't count sizeof metadata when deciding if a string is too big...Mathias Stearn2013-11-122-3/+27
* SERVER-10834 Remove stubbed-out code from Pipeline::addRequiredPrivilegesMathias Stearn2013-11-121-4/+0
* Pipeline::parseCommand doesn't need non-const BSONObj refMathias Stearn2013-11-122-10/+11
* Stop using RARELY macro in ExpressionContext::checkForInterrupt()Mathias Stearn2013-11-121-4/+12
* SERVER-6950 Add a TCMalloc ServerStatusSectionMathias Stearn2013-11-123-1/+91
* SERVER-11525 Better error message on oversized BSON in JSMathias Stearn2013-11-121-1/+8
* SERVER-11415 Shell aggregate() helper now supports old serversMathias Stearn2013-11-122-26/+37
* SERVER-10818 buildbot fix batch write command tests, drop collection state be...Greg Studer2013-11-123-0/+3
* SERVER-10818 replace stub error codes with real status codesGreg Studer2013-11-122-2/+2
* SERVER-10866 Figure out split triggering mechanismRandolph Tan2013-11-121-6/+0
* SERVER-10330 Fixed build failure on enterprise buildsAndreas Nilsson2013-11-1312-1/+133
* SERVER-10818 jstests for write concern and write commandsGreg Studer2013-11-122-0/+170
* SERVER-10818 correctly parse errors out of write concern results for batch wr...Greg Studer2013-11-122-36/+66
* SERVER-9513 Merge several ActionTypes togetherSpencer T Brody2013-11-128-47/+28
* SERVER-10818 port mongod qa tests to masterGreg Studer2013-11-123-0/+533
* SERVER-11497 Check for bad Status in dropRole authz checkSpencer T Brody2013-11-121-0/+3
* SERVER-11663 fix for multiversion agg migration problemGreg Studer2013-11-121-0/+12
* SERVER-10330 Fix compile.Andy Schwerin2013-11-121-1/+1
* SERVER-9516 Fix use-after-free in unit test.Andy Schwerin2013-11-121-7/+0
* SERVER-9516 Add missing assert codes.Andy Schwerin2013-11-121-3/+3
* SERVER-9516 Introduce command to take one step in the user schema upgrade pro...Andy Schwerin2013-11-125-0/+86
* SERVER-9516 Implement AuthorizationManager::upgradeSchemaStep().Andy Schwerin2013-11-123-8/+521
* SERVER-9516 Report document changes via the logOp infrastructure in AuthzMana...Andy Schwerin2013-11-124-45/+61
* SERVER-11136 SERVER-11135 support NumberLong() in BSONElement::jsonString() r...Benety Goh2013-11-122-8/+3
* Merge pull request #542 from hawka/server-11374bEric Milkie2013-11-121-2/+7
|\
| * SERVER-11374: fixing text index compatibilityAmalia Hawkins2013-11-121-2/+7
|/
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-1316-25/+424
* fix compile: size_t needs a headerEric Milkie2013-11-121-0/+1
* SERVER-11149 Improved version of geo_s2sparse.jsSam Helman2013-11-111-48/+87
* SERVER-11374: Disallow creation of indexes on non-insertable fieldsAmalia Hawkins2013-11-112-0/+89
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-1153-120/+120