summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-06BUMP 2.0.4-rc0r2.0.4-rc0Eliot Horowitz
2012-03-06SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer
2012-03-06SERVER-5142 use ticket holder instead of mutex to allow 3 parallel refreshes,...Greg Studer
2012-03-06SERVER-5142 double-check in lock for new version before recreating ShardChunk...Greg Studer
2012-03-04Dont add addUser lines to shell history SERVER-3768Eliot Horowitz
2012-03-04SERVER-5081 do not delete iterator until after it's incrementedEric Milkie
2012-03-04Fix journal compression ratio reporting SERVER-5135Mathias Stearn
2012-03-04use curr collection not coll var when printing shard chunksgregs
2012-03-04SERVER-4729: log slow queries + improved testBrandon Diamond
2012-03-02backport of SERVER-4612 - fix chhunk boundary checking on idhack queriesEliot Horowitz
2012-03-02SERVER-5177 - fetching of docs in initial sync can assertEliot Horowitz
2012-03-01SERVER-5140: avoid a bug in SCons with subprocess.PopenDan Crosta
2012-02-27post 2.0.3Eliot Horowitz
2012-02-26BUMP 2.0.3r2.0.3Eliot Horowitz
2012-02-20Correctly count bulk inserts in opcounters SERVER-3817Mathias Stearn
2012-02-18post 2.0.3-rc1Eliot Horowitz
2012-02-17BUMP 2.0.3-rc1r2.0.3-rc1Eliot Horowitz
2012-02-16put installDir in env so can be accessed from other placesEliot Horowitz
2012-02-16Backport of fix from SERVER-3824.Richard Kreuter
2012-02-15SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond
2012-02-15CS-1535: Avoid writing to stderr unless dumping to stdoutBrandon Diamond
2012-02-15CS-1535: Added method for toggling stdout/stderr in toolsBrandon Diamond
2012-02-15Replication should not create _id index for capped collections SERVER-4626Kristina
2012-02-15Fix replsettest: shouldRetry should create client context SERVER-4626Kristina
2012-02-15Don't re-clone docs to capped collections SERVER-4626Kristina
2012-02-15Do not require _id index for capped collection update SERVER-4546Kristina
2012-02-09Calculating which shard(s) to send $in queries to was taking a long time. Thi...Spencer T Brody
2012-02-07post 2.0.3-rc0Dan Crosta
2012-02-06BUMP 2.0.3-rc0r2.0.3-rc0Eliot Horowitz
2012-02-06don't print out leak message more than once per minutes SERVER-4780Eliot Horowitz
2012-02-06Merge branch 'v2.0' of github.com:mongodb/mongo into v2.0Eliot Horowitz
2012-02-06fix --use-system-snappy SERVER-4634Eliot Horowitz
2012-02-04fix modeEliot Horowitz
2012-02-04try to make chmod workEliot Horowitz
2012-02-04fix segfault in mongos with some replica set changesEliot Horowitz
2012-02-03buildbot replReads.js hidden nodes now correctly updated in mongos, should di...Greg Studer
2012-02-03buildbot primary can change after reconfig replReads.jsgregs
2012-02-03correct version number comparisonDan Crosta
2012-02-03python-2.4-compatible version of python version detectionDan Crosta
2012-02-02try to make chmod workEliot Horowitz
2012-02-01SERVER-4399 make replica set updating more reliable in c++ driver, remove nod...Greg Studer
2012-02-01SERVER-4712 check that query results are valid before using in case of conn e...Greg Studer
2012-02-01SERVER-4765 sharded_passthrough.js we need to actually pass the query to curr...Greg Studer
2012-01-31make python version detection quietDan Crosta
2012-01-31even better python version/binary detectionDan Crosta
2012-01-31be smarter about picking python name to invoke smoke.pyDan Crosta
2012-01-31call smoke.py with python 2.5Dan Crosta
2012-01-31roll back previous py-2.4 compatibility changesDan Crosta
2012-01-31python 2.4 compatibilityDan Crosta
2012-01-26fix ssl mem leakEliot Horowitz