summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* be smarter about picking python name to invoke smoke.pyDan Crosta2012-01-311-2/+11
* call smoke.py with python 2.5Dan Crosta2012-01-311-2/+2
* roll back previous py-2.4 compatibility changesDan Crosta2012-01-311-5/+5
* python 2.4 compatibilityDan Crosta2012-01-311-5/+5
* fix ssl mem leakEliot Horowitz2012-01-262-9/+14
* avoid "unused local variable" warnings from g++Eric Milkie2012-01-241-2/+7
* adding new scopeguard utility classes/macroEric Milkie2012-01-241-0/+427
* SERVER-3763 SERVER-4643 use correct connectionEric Milkie2012-01-241-19/+23
* SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...Eric Milkie2012-01-241-5/+6
* SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...Eric Milkie2012-01-241-2/+1
* ifix concurrency api when using openssl SERVER-4749Eliot Horowitz2012-01-241-0/+64
* SERVER-4591: python-2.4 compatible version of rpartitionDan Crosta2012-01-201-3/+14
* Don't allow full mongorestore on sharded cluster. SERVER-4547.Spencer T Brody2012-01-201-0/+5
* Always lock ScopedConn before returning SERVER-4714Kristina2012-01-201-3/+9
* fix getLog auth SERVER-4695Eliot Horowitz2012-01-172-1/+9
* SERVER-4665 backport 'ConstraintPresent' constraint type and exclusion of unh...Aaron2012-01-165-7/+51
* "authenticate" command should not take read lock unless necessary SERVER-4673Kristina2012-01-122-3/+6
* this test requries shell features in 2.2Eliot Horowitz2012-01-071-68/+0
* SERVER-4387 force reload of config data after multiple exceptions for commandsgregs2012-01-022-2/+11
* SERVER-4401 attempt to advance to next or clause if a cursor becomes invalid ...Aaron2011-12-243-35/+158
* SERVER-4400 don't record query plan if a client cursor yield recovery fails; ...Aaron2011-12-243-5/+49
* SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsetsBrandon Diamond2011-12-221-7/+9
* Auth before cloning collection during rollback SERVER-4115Kristina2011-12-224-24/+94
* Whitespace SERVER-4238Kristina2011-12-221-1/+1
* Make sure auth is always registered for rs connections SERVER-4238Kristina2011-12-221-2/+6
* Ignore capped dup key error on initial sync SERVER-4474Kristina2011-12-221-1/+1
* SERVER-2612 -- support logRotate under windowsTad Marshall2011-12-221-25/+41
* use fadvise(dontneed) for log file SERVER-3380Mathias Stearn2011-12-222-0/+11
* allow majority to be all nodes SERVER-3672Kristina2011-12-224-13/+83
* Cloner shouldn't call logOp() when creating a collection on the secondary SER...Kristina2011-12-221-1/+1
* don't re-use deleted connections from rset after runCommandGreg Studer2011-12-192-4/+14
* post 2.0.2Eliot Horowitz2011-12-141-1/+1
* 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