summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-26BUMP 2.1.2r2.1.2Eliot Horowitz
2012-06-24fix linux warningEliot Horowitz
2012-06-24use fewer background repl threads on 32-bit systemsEliot Horowitz
2012-06-24added MONGO_PLATFORM_(32|64) to make it easier to change behavior at compile ...Eliot Horowitz
2012-06-24fix exception catchEliot Horowitz
2012-06-23try to make features3 more reliableEliot Horowitz
2012-06-23diagnositcs for shard6Eliot Horowitz
2012-06-23turn balancer off to make test more deterministicEliot Horowitz
2012-06-22initialize variable to avoid Windows assertion errorEric Milkie
2012-06-22SERVER-5685 don't block for 1 second in peek() callsEric Milkie
2012-06-22move memory leak stats into clientcursormonEric Milkie
2012-06-22SERVER-4156 test addshard and removeshard commandsSpencer T Brody
2012-06-22SERVER-4156 Update test to include create and eval commandsSpencer T Brody
2012-06-22Make create and $eval commands on mongos go through standard command codepathSpencer T Brody
2012-06-21SERVER-6164 fix connection logging for mongosEliot Horowitz
2012-06-21Chunk Migrate - PageFaultRetryableSection for migrate insertionEliot Horowitz
2012-06-21Chunk Migrate - write lock per index when creating indexesEliot Horowitz
2012-06-21Dont leak connections from the pools when there is an exception. SERVER-6133Spencer T Brody
2012-06-21Buildbot fix slaveok_routing test by using correct password for authSpencer T Brody
2012-06-21SERVER-6155 sort1.js need to catch both Send and RecvStaleConfigException in ...Greg Studer
2012-06-21SERVER-6116 disable versioning of M/R counts with versionOk blockGreg Studer
2012-06-21buildbot SERVER-6160: make using real hostname the default for replica set te...Spencer T Brody
2012-06-21buildbot SERVER-6154. Disable balancer for testSpencer T Brody
2012-06-21Make useHostName work properly in ReplicaSetTestSpencer T Brody
2012-06-21Use localhost for all hostnames in authCommands2.jsSpencer T Brody
2012-06-21Fix test: wait for member to become secondary before queryingKristina
2012-06-20Revert "Use client's authentication credentials for addShard command."Spencer T Brody
2012-06-20Assert that addshard runs successfully when setting up ShardingTestSpencer T Brody
2012-06-20cpSpencer T Brody
2012-06-20Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody
2012-06-20commentDwight
2012-06-20Use client's authentication credentials for addShard command.Spencer T Brody
2012-06-20SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall
2012-06-20Fix test - listdbs isn't a valid command nameSpencer T Brody
2012-06-20Add explicit auth check in mongos to commands that dont pass the command on t...Spencer T Brody
2012-06-20Add counters for replication queueKristina
2012-06-20SERVER-5685 do auth correctly for oplog applyingEric Milkie
2012-06-20Fix test to wait until server is secondary to query itKristina
2012-06-20suppress exception output in prefetchingEric Milkie
2012-06-20buildbot remove2.js needs to wait for migration to be totally overGreg Studer
2012-06-20since B is the node rolling back, we need its view of the world rather than A'sEric Milkie
2012-06-20Visual Studio -- mongod, dbtests; add MurmurHash3Tad Marshall
2012-06-20Visual Studio -- mongo shell, authentication_table.cppTad Marshall
2012-06-20Fix unused local variable warningTad Marshall
2012-06-20Add authentication_table.cpp to mongo_client_lib.cppTad Marshall
2012-06-19plug race condition; wait for all nodes' statuses to be validEric Milkie
2012-06-19Make timeout longer for slow test machines SERVER-6130Kristina
2012-06-19SERVER-5685 check end-batch-early status for all calls to tryPopAndWaitForMoreEric Milkie
2012-06-19buildbot features3.js disable balancer if doing manual chunk moveGreg Studer
2012-06-19Revert "add state to not-master-or-secondary message for easier debugging"Eric Milkie