summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-14498 Add DeleteStage, rewrite DeleteExecutor to use itJason Rassi2014-07-3011-80/+629
* SERVER-14498 getExecutor() use new helper prepareExecution()Jason Rassi2014-07-303-277/+242
* SERVER-13635: Remove various bugs in IndexEntryComparison causing server cras...Alex Kleiman2014-07-301-8/+26
* SERVER-14730 fix typo in the mongostat help outputAnil Kumar2014-07-301-2/+2
* SERVER-14730 Fix typo in the mongostat --helpJason Rassi2014-07-301-1/+1
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-3012-148/+362
* SERVER-13635: better tracking of heap index sizeEliot Horowitz2014-07-292-14/+9
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-2911-21/+81
* SERVER-2442: add a filter argument to listCollectionsEliot Horowitz2014-07-291-1/+16
* Database.runCommand takes an optional 2nd argument of extra paramsEliot Horowitz2014-07-291-1/+6
* SERVER-13635: use right conversion for Status -> AssertionExceptionEliot Horowitz2014-07-291-2/+1
* SERVER-1153: fix bug in save/restore cursor handling for heap1Eliot Horowitz2014-07-291-2/+4
* SERVER-6086 fixed shell to handle zero-width and double-width charactersyeaji.shin2014-07-292-4/+38
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-2910-39/+279
* SERVER-14616 add setters and toBSON to ReplSetHeartbeatArgsmatt dannenberg2014-07-292-0/+112
* SERVER-14616 replace BSONObjBuilder with ReplSetHeartbeatResponse in processH...matt dannenberg2014-07-2916-67/+324
* SERVER-14673 eliminate unnecessary isShutDownOkay() method from ReplicationCo...matt dannenberg2014-07-299-35/+0
* SERVER-14318 replace check() in replset_commands with ReplCoordinator::checkR...matt dannenberg2014-07-2912-86/+84
* SERVER-14616 replace BSONObj with ReplSetHeartbeatArgs in processHeartbeatmatt dannenberg2014-07-2916-39/+257
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-2971-224/+220
* SERVER-9482 add flag to enable activation of FIPS mode (off by default)Eric Milkie2014-07-291-5/+7
* SERVER-14623 fixed shell function ObjectId.fromDate for dates before 1978-07-...Jim OLeary2014-07-291-3/+1
* SERVER-13681 Revert "SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile...Matt Kangas2014-07-292-10/+0
* SERVER-14135 Fix else-statements to conform to style guideSpencer T Brody2014-07-291-5/+10
* SERVER-14442 Implement functions to build replSetUpdatePosition commands in t...Spencer T Brody2014-07-294-7/+216
* SERVER-14442 Implement processing of replication handshake in the Replication...Spencer T Brody2014-07-2917-64/+152
* SERVER-13961 RIP Client::lockState()Kaloian Manassiev2014-07-294-11/+6
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-2813-3/+69
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-2823-91/+122
* SERVER-14701 backup auth role should allow running the collstats command for ...Amalia Hawkins2014-07-281-4/+4
* Revert "SERVER-14604: Add replSetGetConfig command"Spencer T Brody2014-07-2813-66/+4
* SERVER-13833 userAdminAnyDatabase role should be able to create and drop inde...Amalia Hawkins2014-07-281-2/+8
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-2813-4/+66
* SERVER-13951 Use a WriteUnitOfWork for each document in update and deleteMathias Stearn2014-07-284-17/+19
* SERVER-14584 Clean up BtreeLogic::pushBack/_pushBack namingMathias Stearn2014-07-283-26/+27
* SERVER-14584 Use correct algorithm in BtreeLogic::BuilderMathias Stearn2014-07-285-236/+97
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-285-21/+24
* SERVER-14378 fix duplicate assert codesEric Milkie2014-07-281-2/+2
* SERVER-14680 remove incomplete unit testEric Milkie2014-07-281-4/+0
* SERVER-14680 use real topocoord in replcoord testEric Milkie2014-07-282-3/+4
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-2810-56/+318
* SERVER-14680 remove topology coordinator mock -- not neededEric Milkie2014-07-283-200/+1
* SERVER-14680 code reorganization to allow TopoCoord to linkEric Milkie2014-07-2814-110/+234
* SERVER-14378: clean up cloner changes for no system namespacesEliot Horowitz2014-07-281-2/+4
* SERVER-14378: clean list(Collections|Indexes)Eliot Horowitz2014-07-282-7/+11
* SERVER-2442: fix db fetching in listCollections commandEliot Horowitz2014-07-281-6/+9
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-284-116/+209
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-284-59/+98
* SERVER-14378: IndexCatalog should not rely on system.indexesEliot Horowitz2014-07-281-14/+1
* SERVER-14516 Brand new testing certificatesStuart Larsen2014-07-263-5/+10