summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15890 Fix initial sync from 2.6 node by setting slaveOk bit where nece...Spencer T Brody2014-10-311-2/+5
* SERVER-15684 Make copydb work with SCRAM (SASL)Andreas Nilsson2014-10-317-6/+235
* SERVER-15907 Use ftuncate rather than fallocate on linux tmpfsMathias Stearn2014-10-311-1/+4
* SERVER-13951 pass false to invalidateAll() when dropping collectionMathias Stearn2014-10-311-1/+1
* SERVER-15896 Rename variable to avoid coverity warning from hiding function p...Spencer T Brody2014-10-311-2/+2
* SERVER-15898 yielding impl checks for interrupt even if doc-level locking is ...David Storch2014-10-312-11/+14
* SERVER-15868 SERVER-15665 Add required arg to _getHbmsgSpencer T Brody2014-10-311-1/+1
* SERVER-15868 SERVER-15655 Better handling of receiving an invalid config via ...Spencer T Brody2014-10-314-24/+54
* SERVER-15623 Test that w:0 is prohibited in getLastErrorDefaults.A. Jesse Jiryu Davis2014-10-311-0/+1
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-316-17/+63
* CollectionInfoCache::reset should reset index keys under X lockEliot Horowitz2014-10-316-19/+28
* SERVER-15580 KeepMutationsStage shouldn't deref invalidated iteratorJason Rassi2014-10-313-5/+84
* SERVER-15044 Remove negation of string from fassert callKaloian Manassiev2014-10-301-1/+2
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-3015-75/+174
* SERVER-15877 Give secondaries 1 second to catch up in replSetStepDownSpencer T Brody2014-10-301-1/+1
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-3011-589/+486
* SERVER-13951 KVEngines shouldn't drop anything when renaming.Mathias Stearn2014-10-301-5/+11
* SERVER-13951 Allow rollback of dropping an indexMathias Stearn2014-10-303-6/+40
* SERVER-13951 Fix rollback of CollectionMapMathias Stearn2014-10-304-25/+62
* SERVER-15824 renameCollection should commit the destination coll dropJason Rassi2014-10-301-0/+2
* SERVER-15880 Delete path should not try to create databaseKaloian Manassiev2014-10-304-13/+18
* SERVER-15880 AutoGetCollectionForRead should always free its collection lockKaloian Manassiev2014-10-302-25/+12
* SERVER-15867: primary should response to heartbeats as electableScott Hernandez2014-10-302-3/+5
* SERVER-15869: Provide config version for each member in replSetGetStatusScott Hernandez2014-10-302-0/+3
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-3014-48/+73
* SERVER-15887 Add tests for ipv6 hostname parsing.Charlie Swanson2014-10-301-0/+3
* SERVER-10515 removed unused file mongos_persistence_stubs.cppBenety Goh2014-10-304-54/+0
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-305-62/+225
* SERVER-15873 massert trace not needed when splitAndMove failsMatt Kangas2014-10-301-8/+8
* SERVER-15873 add missing .h declaration for msgassertedNoTraceMatt Kangas2014-10-301-0/+1
* SERVER-12517 Add listIndexes commandRandolph Tan2014-10-301-0/+15
* SERVER-15881 Do not forward slave progress or handshakes when primary.Andy Schwerin2014-10-301-7/+12
* SERVER-15838 Make replSetInitiate return InvalidRepliaSetConfig on problems w...Spencer T Brody2014-10-302-7/+7
* SERVER-14462 Clean usages of LockStat from CurOp and ClientKaloian Manassiev2014-10-303-9/+2
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-298-88/+160
* SERVER-14223: Fix collection stats for insertGeert Bosch2014-10-291-0/+8
* SERVER-13635: kv engine can pass through flushAllFilesEliot Horowitz2014-10-292-2/+4
* SERVER-13635: kv engine allows implementations to block renamesEliot Horowitz2014-10-292-1/+19
* SERVER-13635: remove check that empty collections are 0 sized on diskEliot Horowitz2014-10-291-16/+0
* clean up elapsed_tracker libraryEliot Horowitz2014-10-291-1/+7
* SERVER 14425: fix deadlock retry in write commandsEliot Horowitz2014-10-292-22/+26
* SERVER-15821 Empty host split assertion message in log when maxSize prevents ...Randolph Tan2014-10-291-2/+8
* SERVER-15665 implement recordLikelyInPhysicalMemDavid Storch2014-10-2912-1/+728
* SERVER-15765: keep member state in sync after each heartbeatScott Hernandez2014-10-295-10/+61
* SERVER-15859 Disallow w:0 as getLastErrorDefaultsSpencer T Brody2014-10-292-2/+18
* SERVER-15817 eliminate done TODOs (TODONEs)matt dannenberg2014-10-292-9/+0
* SERVER-15262/SERVER-15711 Flush thread should have precedence and discover de...Kaloian Manassiev2014-10-296-96/+109
* SERVER-15262 Deadlock detection supportKaloian Manassiev2014-10-298-36/+579
* SERVER-15651 GroupStage::work() return NEED_TIME btwn child work callsJason Rassi2014-10-292-118/+185
* SERVER-15541 track number of yields in CurOpDavid Storch2014-10-292-0/+5