summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1545 don't switch shards if current is best (FCoJ)Alberto Lerner2010-09-033-22/+14
* Shard key in upsert query must be exact match SERVER-1689Mathias Stearn2010-09-021-4/+11
* better assert messageAlberto Lerner2010-09-011-1/+1
* SERVER-1545 when moving a chunk, we dont want to risk getting the same shardAlberto Lerner2010-08-312-3/+16
* optionally have dbexit try to get a dblockEliot Horowitz2010-08-311-2/+5
* SERVER-1452 missed c_str in previously fixed append*Alberto Lerner2010-08-271-1/+1
* SERVER-1607 more replica set checks before adding shardAlberto Lerner2010-08-271-1/+31
* SERVER-1607 replica set checks before adding a shardAlberto Lerner2010-08-273-31/+56
* compileAlberto Lerner2010-08-271-2/+3
* use replica set name for shard id SERVER-1665Kristina Chodorow2010-08-272-0/+23
* SERVER-1611 allow localhost in a replica-set-based shardAlberto Lerner2010-08-271-8/+23
* SERVER-1633 turn logging up to uncover bottleneckAlberto Lerner2010-08-261-0/+30
* Disable JSONP by default due to security implicationsMathias Stearn2010-08-251-0/+5
* make classes noncopyable to be safe. compile db_10.slnDwight2010-08-251-0/+3
* i think major is a keywordEliot Horowitz2010-08-252-3/+3
* don't fail writes when after a split SERVER-1473Eliot Horowitz2010-08-252-1/+11
* add if op is write to shardVersionOk definition prep for SERVER-1473Eliot Horowitz2010-08-253-3/+3
* cleaning splitEliot Horowitz2010-08-241-4/+3
* safety in splitEliot Horowitz2010-08-241-2/+7
* dataSize has an estimate option, chunk uses this SERVER-1545Eliot Horowitz2010-08-241-0/+1
* SERVER-1545 splitVector now takes ranges.Alberto Lerner2010-08-233-15/+36
* SERVER-1545 Leave new chunks half-full instead of at 90%.Alberto Lerner2010-08-231-5/+2
* SERVER-1545 Add a fast path to splitVector command.Alberto Lerner2010-08-231-2/+9
* sharded m/r supports scope SERVER-1663Eliot Horowitz2010-08-231-0/+1
* Sharding options get their own category.Justin Dearing2010-08-201-3/+4
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* remove mechanism to put mongos -> mongod connections in last error id modeEliot Horowitz2010-08-171-4/+1
* compile vs2010Dwight2010-08-173-0/+12
* SERVER-1593 hook new signal handler to mongosAlberto Lerner2010-08-171-0/+7
* writeback is ok on slaveEliot Horowitz2010-08-161-1/+1
* Bug fix: logChange() does't throw (can be called from destructorsAlberto Lerner2010-08-161-1/+7
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-162-0/+5
|\
| * compile db_10.slndwight2010-08-152-0/+5
* | cursor paranoiaEliot Horowitz2010-08-161-1/+1
|/
* even more migrate debuggingEliot Horowitz2010-08-151-0/+2
* return connection to poolEliot Horowitz2010-08-151-0/+2
* compileEliot Horowitz2010-08-141-2/+2
* better transfer error loggingEliot Horowitz2010-08-141-3/+8
* got rid of PeriodicBackgroundJob since its the same as TaskEliot Horowitz2010-08-131-6/+5
* change error reporting order for robustnessEliot Horowitz2010-08-121-1/+3
* Say hello even if in log level 0.Alberto Lerner2010-08-101-1/+1
* possible chunk matcher fixEliot Horowitz2010-08-091-1/+2
* ClientConnection has one instance per thread. Eliminating additional synchron...Alberto Lerner2010-08-061-34/+7
* Bug fix: DefaultDBPort is perfectly valid when transitioning from a non-shard...Alberto Lerner2010-08-041-2/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-041-1/+2
|\
| * be smarter about sleepingMathias Stearn2010-08-041-1/+2
* | clean up chunk version handling - prep for SERVER-1473Eliot Horowitz2010-08-044-15/+27
|/
* when access namespace for the first time, prep all connections SERVER-1560Eliot Horowitz2010-08-041-3/+12
* spam lessEliot Horowitz2010-08-031-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-031-1/+1
|\