summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* dur thread sometimes falls back to a writelock, in that case don't try to get...Eliot Horowitz2012-02-031-0/+7
* SERVER-4577: removing padding.js from parallel tests until bug is fixedagirbal2012-02-021-1/+2
* handle rare case in write back listener where a chunk manager may not exist yetEliot Horowitz2012-02-021-0/+15
* warning for possible write back error conditionEliot Horowitz2012-02-021-0/+13
* strategy_single writes shouldn't check versionsEliot Horowitz2012-02-021-1/+1
* fix 32-bit agg test and Date_tEliot Horowitz2012-01-311-1/+1
* Don't switch back to LOADINGCONFIG after entering EMPTYCONFIG state SERVER-4825Kristina2012-01-311-3/+4
* - SERVER-4807: access to bsonholder on objects that dont have itagirbal2012-01-303-26/+32
* SERVER-4807: fix type for deleteagirbal2012-01-291-1/+1
* Extend Auth::Level auth() parameter to whole DBClient inheritance treeMathias Stearn2012-01-276-9/+9
* Check that the member is not primary before making it a secondary SERVER-4799Kristina2012-01-271-0/+5
* eliminate compilers warnings on winodws because of 64 to 32 bit implicit int ...dwight2012-01-272-2/+2
* simple_client_demo.cpp wasnt buildingdwight2012-01-271-0/+1
* SERVER-4743: use the bsonHolder for metadataagirbal2012-01-261-4/+2
* - SERVER-4743: use the bsonHolder for metadataagirbal2012-01-262-16/+21
* too many p typoDwight2012-01-263-5/+5
* too many p'sEric Milkie2012-01-261-2/+2
* buildbot make port ranges not interfere in linuxGreg Studer2012-01-261-1/+1
* SERVER-4743: seg fault running evald.js in v8 buildbotagirbal2012-01-262-22/+38
* Revert "try to fix windows"Eliot Horowitz2012-01-251-1/+2
* try to fix windowsEliot Horowitz2012-01-251-2/+1
* fix Windows buildEric Milkie2012-01-251-0/+3
* make messages with shard version more understandableGreg Studer2012-01-251-2/+2
* more pthread and boost compile fixesEliot Horowitz2012-01-252-1/+3
* fix pthread version of lock which is rarely usedEliot Horowitz2012-01-251-2/+0
* support older versions of boost (1.40)Eliot Horowitz2012-01-251-1/+1
* hack for older boost versions on 32-bit platformsEliot Horowitz2012-01-252-2/+15
* fix memory leak in ssl connectionsEliot Horowitz2012-01-252-9/+15
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-2512-14/+33
* make shard lookups for replica sets work correctlyEliot Horowitz2012-01-251-0/+11
* fix killOp in mongos with or without auth SERVER-4251Eliot Horowitz2012-01-243-10/+17
* some debugging for unauthorized errorsEliot Horowitz2012-01-242-0/+2
* SERVER-4765 sharded_passthrough.js we need to actually pass the query to curr...Greg Studer2012-01-241-1/+1
* buildbot sharding_passthrough.js return single-server format for non-sharded ...Greg Studer2012-01-243-21/+55
* working on non-sharded collections via mongosEliot Horowitz2012-01-243-39/+67
* change bson uassert to massert to get stack tracesEliot Horowitz2012-01-241-2/+2
* SERVER-4605 don't double-query for explain resultsGreg Studer2012-01-242-4/+9
* Revert "top level retry for old sharding meta data"Greg Studer2012-01-241-11/+2
* fix segfault in mongos with some replica set changesEliot Horowitz2012-01-241-2/+1
* top level retry for old sharding meta dataEliot Horowitz2012-01-231-2/+11
* fix ssl cmd line parsingEliot Horowitz2012-01-231-2/+1
* ifix concurrency api when using openssl SERVER-4749Eliot Horowitz2012-01-231-0/+65
* make benchrun able to handle a single-pass of ops, also more javascript verif...Greg Studer2012-01-231-3/+38
* merge error codesAaron2012-01-231-1/+1
* scanandorder make function const and fix commentAaron2012-01-231-2/+2
* SERVER-4716 keep track of memory usage running total in scan and orderAaron2012-01-233-33/+123
* ScanAndOrder reorder function implementations to match class definition orderingAaron2012-01-231-24/+23
* if sharding metadata changes mid initial query reject and retry SERVER-4722Eliot Horowitz2012-01-231-0/+10
* expection option for benchRnu findEliot Horowitz2012-01-231-0/+6
* print amount of time for sharding testEliot Horowitz2012-01-231-1/+5