summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-26BUMP 2.2.5r2.2.5Dan Pasette
2013-06-20post 2.2.5-rc0Ernie Hershey
2013-06-18BUMP 2.2.5r2.2.5-rc0Dan Pasette
2013-06-14SERVER-5351 - fix compile for backportDan Pasette
2013-06-13SERVER-5351 migrations should use better slave count to determine up-to-dateRandolph Tan
2013-06-13SERVER-6733 lower oplog socket timeout from 10 minutes to 30 secondsEric Milkie
2013-06-03SERVER-6947 Do not create undefined fields in db.createCollectionShaun Verch
2013-06-03SERVER-9417 assert if we stepDown while waiting to satisfy GLEEric Milkie
2013-06-03SERVER-9417 opReplicatedEnough should assert on step downEliot Horowitz
2013-05-31Added logging preceding assertion in database.cpp for exceeded quotasAndrewCEmil
2013-05-31SERVER-8420 add a tailcheck to detect cursor deadnessEric Milkie
2013-05-31SERVER-9808 - use boost/cstdint.h for v2.2Dan Pasette
2013-05-30SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson
2013-05-22SERVER-9730 under any circumstances, do not vote yea while a primary already...Eric Milkie
2013-05-19SERVER-7771 WritebackListener thread can die while handling exceptionsRandolph Tan
2013-05-19SERVER-8741 make sure we contact from-shard at least once after commitGreg Studer
2013-05-10SERVER-9578 install mongos signal handler for SIGUSR1 before spawning any thr...Eric Milkie
2013-04-18SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie
2013-04-02post 2.2.4Ernie Hershey
2013-03-31BUMP 2.2.4r2.2.4Dan Pasette
2013-03-28SERVER-9027: allow dbref shard keysScott Hernandez
2013-03-27post 2.2.4-rc0r2.2.4-rc0Dan Pasette
2013-03-26BUMP 2.2.4-rc0Dan Pasette
2013-03-25SERVER-9124: avoid raw pointers for SM's nativeHelperBen Becker
2013-03-25SERVER-8984: gle c++ client helper should check for command failureScott Hernandez
2013-03-25SERVER-9095 fix reconfig.js on Windows by removing Client from heartbeat threadEric Milkie
2013-03-23SERVER-6591 Visual Studio -- adapt to renamed and added filesTad Marshall
2013-03-21SERVER-9022: command line option for releaseConnectionsAfterResponseDan Pasette
2013-03-21SERVER-7034 add 10 second timeouts to three connectionsTad Marshall
2013-03-21SERVER-7817 Display chainingAllowed option when set to falseDan Pasette
2013-03-20SERVER-8172 Exclude $not query operator fields from new upsert document.aaron
2013-03-20SERVER-8335 remember _dataWritten for unaffected chunks after partial chunk m...Greg Studer
2013-03-20SERVER-1606: don't duplicate update namesEliot Horowitz
2013-03-20SERVER-8167 make units more accurateGreg Studer
2013-03-20SERVER-8456: use CursorHolder to avoid auto_ptr::releaseBen Becker
2013-03-20SERVER-8442 don't release() direct m/r cursors to shardsgregs
2013-03-20SERVER-8116 - mongostat doesn't divide lock% by sampling intervalDan Pasette
2013-03-20SERVER-9022 allow releasing sharded conn back to pool after read operationGreg Studer
2013-03-20SERVER-6991 better stats for sharded connections and sharded conn poolGreg Studer
2013-03-18Revert "Revert "SERVER-8648 add explicit timeout to checkStatus connection""Greg Studer
2013-03-15SERVER-8685 - use old style append for OpTimeDan Pasette
2013-03-14SERVER-8685 Fix gcc compileTad Marshall
2013-03-14SERVER-8685: mongorestore oplogLimit fixesScott Hernandez
2013-03-14Revert "SERVER-8648 add explicit timeout to checkStatus connection"Dan Pasette
2013-03-11fix sharding testEliot Horowitz
2013-03-07SERVER-8734 use a recursive mutex to work around OpenSSL deadlockEric Milkie
2013-03-07SERVER-8455 Fix buildbot failure caused by accessing uninitialized memoryRandolph Tan
2013-03-07SERVER-8455 explicitly kill connection on config errorEliot Horowitz
2013-03-06Handle some missing log -> LOG conversions due to backportsMathias Stearn
2013-03-06Use fast thread-local for loggingMathias Stearn