summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-2972-225/+221
* SERVER-9482 add flag to enable activation of FIPS mode (off by default)Eric Milkie2014-07-292-5/+10
* SERVER-14623 fixed shell function ObjectId.fromDate for dates before 1978-07-...Jim OLeary2014-07-292-3/+15
* 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-2814-3/+92
* 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-282-8/+31
* Revert "SERVER-14604: Add replSetGetConfig command"Spencer T Brody2014-07-2814-89/+4
* SERVER-13833 userAdminAnyDatabase role should be able to create and drop inde...Amalia Hawkins2014-07-282-2/+33
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-2814-4/+89
* 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-285-119/+212
* 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-13635: allow smoke.py to use alternate storage enginesEliot Horowitz2014-07-282-4/+12
* SERVER-14516 Brand new testing certificatesStuart Larsen2014-07-2623-623/+661
* SERVER-14580 added tests for $naturalJonathan2014-07-261-0/+379
* post 2.7.4Ernie Hershey2014-07-257-7/+7
* BUMP 2.7.4r2.7.4Ernie Hershey2014-07-257-7/+7
* SERVER-14181: Test Hang AnalyzerMark Benvenuto2014-07-251-3/+384
* SERVER-14685 Wait for balancing and replication in sharding/auth.js testSpencer T Brody2014-07-251-7/+3
* SERVER-14582 Make ReplSetTest.waitForIndicator work with auth when primary is...Spencer T Brody2014-07-251-48/+48
* SERVER-14690 fix no_chaining.js flakinessmatt dannenberg2014-07-251-0/+6
* SERVER-14475 Network thread should not exit with error during clean shutdownKaloian Manassiev2014-07-252-35/+11
* SERVER-14681 Add FAQ pertaining to storage enginesAlex2014-07-251-0/+227
* SERVER-14123 Delete jstests/sharding/explain_large.jsJason Rassi2014-07-251-53/+0
* Revert "SERVER-14580 added tests for $natural"Benety Goh2014-07-251-376/+0
* SERVER-14652 update tests for localhost exceptionJonathan2014-07-255-15/+273
* SERVER-14580 added tests for $naturalJonathan2014-07-251-0/+376
* Revert "SERVER-13681: Remove lock that was an incorrect workaround for Azure ...Mark Benvenuto2014-07-242-39/+33
* SERVER-14625 fix index bounds issue for negation inside elemMatchDavid Storch2014-07-242-0/+23
* SERVER-14626 Add method that gets the number of votes needed to win an electi...Andy Schwerin2014-07-243-6/+35
* SERVER-14626 Fix race between ReplicationExecutor::shutdown and the network t...Andy Schwerin2014-07-241-0/+2
* SERVER-14626 Add support to NetworkInterfaceMock to cause network responses t...Andy Schwerin2014-07-242-13/+74