summaryrefslogtreecommitdiff
path: root/src
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-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-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-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-21Make useHostName work properly in ReplicaSetTestSpencer T Brody
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-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-20suppress exception output in prefetchingEric 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-19SERVER-5685 check end-batch-early status for all calls to tryPopAndWaitForMoreEric Milkie
2012-06-19Revert "add state to not-master-or-secondary message for easier debugging"Eric Milkie
2012-06-19SERVER-5685 multiple threads prefetch and apply ops on secondariesEric Milkie
2012-06-19SERVER-5685 display byte size of bg buffer for log level 2Eric Milkie
2012-06-19add state to not-master-or-secondary message for easier debuggingEric Milkie
2012-06-18adjust command help textdwight
2012-06-18try to fix iwndows debug build which is failing in stackcheckerunknown
2012-06-17ERVER-2291 - cleaning count exception handlingEliot Horowitz
2012-06-17SERVER-2291 - more count fixesEliot Horowitz
2012-06-16SERVER-2291 - make count fail rather than return 0 in certain casesEliot Horowitz
2012-06-16SERVER-6103 - try to make counttests more reliableEliot Horowitz
2012-06-16When authenticated by the internal user, set temporary auth credentials for c...Spencer T Brody
2012-06-16Send authentication table with all internal commands. SERVER-4156Spencer T Brody
2012-06-15SERVER-828: additional test and cleanupBen Becker
2012-06-15SERVER-2545 - sanity check tag rangesEliot Horowitz
2012-06-15optimize DistributionStatus::getTagForChunkEliot Horowitz
2012-06-15SERVER-2545 - start of a few shell helpersEliot Horowitz
2012-06-15SERVER-2545 - randomize order that we balance tagsEliot Horowitz