summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.0.2r2.0.2Eliot Horowitz2011-12-144-3/+10
* buildbot sharding_rs2.js wait for replica set update in mongos before trying ...Greg Studer2011-12-131-0/+5
* SERVER-4465 wait for refresh if multiple retries fail for sharded count()Greg Studer2011-12-121-0/+4
* compile unused vars in v8 codegregs2011-12-122-4/+4
* SERVER-4465 don't abort on local version reset unless it's a meaningful resetGreg Studer2011-12-112-7/+59
* post 2.0.2-rc2Eliot Horowitz2011-12-082-2/+2
* BUMP 2.0.2-rc2r2.0.2-rc2Eliot Horowitz2011-12-072-2/+2
* backport of SERVER-4430Eliot Horowitz2011-12-062-2/+4
* Count new RS members as up before they are initializedKristina2011-12-051-2/+2
* fix test for when sockets closeEliot Horowitz2011-12-031-2/+7
* buildbot v2.0.2 replica_set_shard_version.js reconnect after stepdown and fix...gregs2011-12-021-18/+38
* Fix MessagingPort to register all ports in global listKristina2011-12-012-0/+4
* hit config server only once when loading a chunk meta data certain version SE...Eliot Horowitz2011-12-012-8/+32
* fix oplog replay segfault SERVER-4350Eliot Horowitz2011-11-232-1/+2
* make profile1 test more robustEliot Horowitz2011-11-221-14/+16
* post 2.0.2-rc1Eliot Horowitz2011-11-222-2/+2
* Merge branch 'v2.0' of github.com:mongodb/mongo into v2.0Eliot Horowitz2011-11-223-4/+25
|\
| * BUMP 2.0.2-rc1r2.0.2-rc1Eliot Horowitz2011-11-222-2/+2
| * track initialization of conns SERVER-4324gregs2011-11-211-2/+23
* | add some extra_info for windows serverStatus outputdwight2011-11-211-2/+15
|/
* ignore sharding state on secondaries consistently SERVER-4324Eliot Horowitz2011-11-211-0/+5
* handle non-sharded query not master errors SERVER-4324Eliot Horowitz2011-11-213-3/+46
* test for SERVER-4324Eliot Horowitz2011-11-211-0/+51
* when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz2011-11-212-2/+25
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-212-6/+30
* post 2.0.2-rc0Eliot Horowitz2011-11-182-2/+2
* BUMP 2.0.2-rc0r2.0.2-rc0Eliot Horowitz2011-11-172-2/+2
* limit number of concurrent splitVectors SERVER-4296Eliot Horowitz2011-11-162-1/+11
* scons flag to use each library externally --use-system-(prcre|boost) SERVER-3829Eliot Horowitz2011-11-164-13/+48
* return arrays if arrays given SERVER-3661gregs2011-11-163-1/+24
* don't throw away conn on gle SERVER-4290gregs2011-11-161-0/+1
* Fix auth1 testKristina2011-11-151-5/+4
* SERVER-3528: memory footprint of JS context keeps increasing as it is used, d...agirbal2011-11-152-2/+15
* backport of Make sharded killOp/curOp/unlock check auth SERVER-4250Eliot Horowitz2011-11-141-0/+6
* - SERVER-4114: also add auth hook to shardConnectionPoolagirbal2011-11-141-0/+1
* make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz2011-11-141-1/+2
* Change replset tests to use non-static applyOperationKristina2011-11-141-12/+11
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-145-73/+79
* Add test for SERVER-4196.Spencer T Brody2011-11-111-1/+14
* Make count command on mongos error after 5 failed attempts, instead of retryi...Spencer T Brody2011-11-111-3/+11
* fix for backwards compatibility and shard versioning SERVER-4240gregs2011-11-101-0/+8
* Fix test - reconnect after server restartKristina2011-11-101-0/+1
* SERVER-4242 hide splitter functiongregs2011-11-101-3/+2
* fix for helper function getChunkDistribution()gregs2011-11-101-4/+4
* shell helpers for some sharding operations/status across a collectiongregs2011-11-102-0/+205
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-11-092-31/+28
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-093-44/+15
* make test not hard code sharding knowledgeEliot Horowitz2011-11-081-3/+10
* fix some unchecked mallocs SERVER-4228Eliot Horowitz2011-11-081-0/+4
* fix testEliot Horowitz2011-11-071-2/+10