summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* vcxprojdwight2011-06-182-0/+4
* stub doPreServerStatupInits()Dwight2011-06-171-0/+1
* better error message for addShard-ing an uninitialized rsKristina2011-06-171-0/+7
* Merge pull request #40 from JensRantil/masterEliot2011-06-1515-38/+38
|\
| * Fixing a spelling/grammar misstake made in previous commit (2c8088f1802ada978...Jens Rantil2011-05-271-1/+1
| * Another grammar correction.Jens Rantil2011-05-271-1/+1
| * Merge branch 'master' of https://github.com/mongodb/mongoJens Rantil2011-05-271-3/+5
| |\
| * | Another grammar fix. Minor commit.Jens Rantil2011-05-261-1/+1
| * | Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-2614-37/+37
* | | compile windowsdwight2011-06-152-0/+4
* | | Make sharded findAndModify correctly handle StaleConfigException on shardMathias Stearn2011-06-141-0/+4
* | | remove set but unread variableMathias Stearn2011-06-141-2/+0
* | | Add timeout to config server SERVER-3220gregs2011-06-141-11/+11
* | | don't re-save database after dropped already - real fix for SERVER-2253gregs2011-06-132-15/+23
* | | SERVER-2531: delete temp collection. Remove debug output.agirbal2011-06-132-14/+26
* | | fix compile and error codesagirbal2011-06-134-8/+11
* | | SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-138-25/+779
* | | split out sharding/non-sharding shutdownKristina2011-06-101-0/+11
* | | fix merge errorEliot Horowitz2011-06-061-11/+0
* | | a little cleanerEliot Horowitz2011-06-061-0/+10
* | | better locking on DBConfigEliot Horowitz2011-06-062-8/+60
* | | some logging in chunk.cpp for chunk cloadingEliot Horowitz2011-06-061-1/+9
* | | don't always mark sharding data as dirtyEliot Horowitz2011-06-061-0/+1
* | | Merge branch 'master' of github.com:mongodb/mongodwight2011-06-051-7/+12
|\ \ \
| * | | cleaning some balancing logicEliot Horowitz2011-06-051-7/+12
* | | | clean up nonce implementationdwight2011-06-051-1/+1
|/ / /
* | | always use parallelcursor SERVER-3086gregs2011-06-031-7/+1
* | | SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-5/+5
* | | check for manager before using CS-666gregs2011-05-311-2/+4
* | | wait for from writebacks in balancer CS-635gregs2011-05-311-0/+8
* | | tuning sharding retriesEliot Horowitz2011-05-291-2/+2
* | | increased assert verbosityEliot Horowitz2011-05-271-2/+2
| |/ |/|
* | fix spinlock deadlockEliot Horowitz2011-05-261-3/+5
|/
* use firstElementFieldName()dwight2011-05-234-6/+6
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-233-46/+58
* fix moveChunk on new mongos SERVER-2828Eliot Horowitz2011-05-191-4/+10
* throw StaleConfigException for passthrough command failure with stale config ...Eliot Horowitz2011-05-191-0/+4
* more debugging for buildbotEliot Horowitz2011-05-191-1/+7
* put all connections that are assigned to ShardConnection into sharded state i...Eliot Horowitz2011-05-191-2/+14
* don't unset sharding state when a shard connection is doneEliot Horowitz2011-05-193-22/+9
* get copy of shard for reset, make safe for balancer thread - SERVER-3114gregs2011-05-191-12/+15
* make ShardConnection::sync as simple as neededEliot Horowitz2011-05-191-7/+2
* more commentsEliot Horowitz2011-05-191-0/+1
* prep for multiplexing connections between mongos and mongod more effectivelyEliot Horowitz2011-05-184-4/+28
* more diagnostic fieldsEliot Horowitz2011-05-181-0/+1
* better diagnostic messageEliot Horowitz2011-05-181-1/+1
* nicer error message for bad shard seed listKristina2011-05-181-1/+2
* added a spinlock around _cloneLocsEliot Horowitz2011-05-181-4/+19
* fix locking and commentEliot Horowitz2011-05-181-6/+10
* typoEliot Horowitz2011-05-181-1/+1