summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-24avoid "unused local variable" warnings from g++Eric Milkie
2012-01-24adding new scopeguard utility classes/macroEric Milkie
2012-01-24SERVER-3763 SERVER-4643 use correct connectionEric Milkie
2012-01-24SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...Eric Milkie
2012-01-24SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...Eric Milkie
2012-01-24ifix concurrency api when using openssl SERVER-4749Eliot Horowitz
2012-01-20SERVER-4591: python-2.4 compatible version of rpartitionDan Crosta
2012-01-20Don't allow full mongorestore on sharded cluster. SERVER-4547.Spencer T Brody
2012-01-20Always lock ScopedConn before returning SERVER-4714Kristina
2012-01-17fix getLog auth SERVER-4695Eliot Horowitz
2012-01-16SERVER-4665 backport 'ConstraintPresent' constraint type and exclusion of unh...Aaron
2012-01-12"authenticate" command should not take read lock unless necessary SERVER-4673Kristina
2012-01-07this test requries shell features in 2.2Eliot Horowitz