summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.0.4r2.0.4Eliot Horowitz2012-03-194-3/+10
|
* post 2.0.4-rc1Eliot Horowitz2012-03-122-2/+2
|
* BUMP 2.0.4-rc1Eliot Horowitz2012-03-122-2/+2
|
* need to have waitable ticket holder, actually wait for ticket for config serverGreg Studer2012-03-083-18/+128
|
* post 2.0.4-rc0Eliot Horowitz2012-03-082-2/+2
|
* BUMP 2.0.4-rc0r2.0.4-rc0Eliot Horowitz2012-03-062-2/+2
|
* SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer2012-03-062-2/+2
|
* SERVER-5142 use ticket holder instead of mutex to allow 3 parallel ↵Greg Studer2012-03-063-6/+6
| | | | refreshes, with 30s timeout
* SERVER-5142 double-check in lock for new version before recreating ↵Greg Studer2012-03-062-2/+25
| | | | ShardChunkManager
* Dont add addUser lines to shell history SERVER-3768Eliot Horowitz2012-03-041-1/+4
| | | | | | Conflicts: shell/dbshell.cpp
* SERVER-5081 do not delete iterator until after it's incrementedEric Milkie2012-03-041-3/+6
| | | | Avoids memory reads of freed memory.
* Fix journal compression ratio reporting SERVER-5135Mathias Stearn2012-03-041-1/+1
|
* use curr collection not coll var when printing shard chunksgregs2012-03-041-1/+1
|
* SERVER-4729: log slow queries + improved testBrandon Diamond2012-03-042-0/+42
|
* backport of SERVER-4612 - fix chhunk boundary checking on idhack queriesEliot Horowitz2012-03-022-1/+20
|
* SERVER-5177 - fetching of docs in initial sync can assertEliot Horowitz2012-03-021-4/+4
|
* SERVER-5140: avoid a bug in SCons with subprocess.PopenDan Crosta2012-03-012-25/+25
| | | | | | | | | | | | | | SCons overrides the subprocess module with its own custom implementation (forked from an earlier version of Python, but with some patches). SCons' implementation acquires a lock but does not release it during Popen() if the command being executed cannot be found. The next invocation of Popen() will hang indefinitely attempting to acquire the lock. Moving smoke_python_name() to a python module (i.e. out of the SCons-managed files) causes "import subprocess" to find the actual, system-installed subprocess module, which does not contain the buggy locking.
* post 2.0.3Eliot Horowitz2012-02-272-2/+2
|
* BUMP 2.0.3r2.0.3Eliot Horowitz2012-02-264-3/+10
|
* Correctly count bulk inserts in opcounters SERVER-3817Mathias Stearn2012-02-201-0/+2
|
* post 2.0.3-rc1Eliot Horowitz2012-02-182-2/+2
|
* BUMP 2.0.3-rc1r2.0.3-rc1Eliot Horowitz2012-02-172-2/+2
|
* put installDir in env so can be accessed from other placesEliot Horowitz2012-02-161-0/+1
|
* Backport of fix from SERVER-3824.Richard Kreuter2012-02-161-1/+1
|
* SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond2012-02-151-0/+13
|
* CS-1535: Avoid writing to stderr unless dumping to stdoutBrandon Diamond2012-02-151-1/+14
|
* CS-1535: Added method for toggling stdout/stderr in toolsBrandon Diamond2012-02-151-1/+5
|
* Replication should not create _id index for capped collections SERVER-4626Kristina2012-02-151-5/+5
|
* Fix replsettest: shouldRetry should create client context SERVER-4626Kristina2012-02-151-1/+3
|
* Don't re-clone docs to capped collections SERVER-4626Kristina2012-02-151-1/+8
|
* Do not require _id index for capped collection update SERVER-4546Kristina2012-02-151-5/+12
|
* Calculating which shard(s) to send $in queries to was taking a long time. ↵Spencer T Brody2012-02-092-5/+62
| | | | This fix changes mongos to stop limiting the shards to send to after the first $in clause - possibly sending the query to more shards than necessary, but saving time. SERVER-4745.
* post 2.0.3-rc0Dan Crosta2012-02-072-2/+2
|
* BUMP 2.0.3-rc0r2.0.3-rc0Eliot Horowitz2012-02-062-2/+2
|
* don't print out leak message more than once per minutes SERVER-4780Eliot Horowitz2012-02-061-1/+9
|
* Merge branch 'v2.0' of github.com:mongodb/mongo into v2.0Eliot Horowitz2012-02-065-11/+22
|\
| * fix --use-system-snappy SERVER-4634Eliot Horowitz2012-02-061-1/+1
| |
| * fix modeEliot Horowitz2012-02-041-0/+0
| |
| * try to make chmod workEliot Horowitz2012-02-041-2/+8
| |
| * fix segfault in mongos with some replica set changesEliot Horowitz2012-02-041-2/+1
| |
| * buildbot replReads.js hidden nodes now correctly updated in mongos, should ↵Greg Studer2012-02-031-0/+5
| | | | | | | | disappear from config
| * buildbot primary can change after reconfig replReads.jsgregs2012-02-031-2/+7
| |
| * correct version number comparisonDan Crosta2012-02-031-6/+8
| |
| * python-2.4-compatible version of python version detectionDan Crosta2012-02-031-1/+1
| |
* | try to make chmod workEliot Horowitz2012-02-021-2/+8
|/
* SERVER-4399 make replica set updating more reliable in c++ driver, remove ↵Greg Studer2012-02-012-37/+165
| | | | nodes when no longer present in config
* SERVER-4712 check that query results are valid before using in case of conn ↵Greg Studer2012-02-011-0/+3
| | | | error
* SERVER-4765 sharded_passthrough.js we need to actually pass the query to ↵Greg Studer2012-02-011-1/+1
| | | | currentop via mongos
* make python version detection quietDan Crosta2012-01-311-2/+1
|
* even better python version/binary detectionDan Crosta2012-01-311-3/+16
|