summaryrefslogtreecommitdiff
path: root/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop the config context if the command failsAlberto Lerner2010-06-101-0/+1
* Use shared_ptr for DBConfigMathias Stearn2010-05-281-7/+8
* don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-261-11/+11
* MutexDebuggerDwight Merriman2010-05-261-1/+0
* fix connection pooling a bitEliot Horowitz2010-05-201-8/+8
* some refactoring for SERVER-946Eliot Horowitz2010-05-031-21/+1
* more thread safety for DBConfigEliot Horowitz2010-04-271-6/+24
* stdafx->pchDwight2010-04-271-1/+1
* fix unit testEliot Horowitz2010-04-271-0/+10
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-16/+14
* can't add the same shard/host multiple times SERVER-1043Eliot Horowitz2010-04-221-0/+1
* basic balancing working SERVER-945Eliot Horowitz2010-04-221-0/+4
* auto balance checkpoint SERVER-945Eliot Horowitz2010-04-221-3/+8
* use better _id for chunksEliot Horowitz2010-04-221-122/+0
* database and shard _id is now meaningfulEliot Horowitz2010-04-211-20/+117
* windows compileEliot Horowitz2010-04-201-2/+1
* capped collection changelogEliot Horowitz2010-04-201-0/+35
* rsDwight2010-04-201-1/+1
* Shard abstractionEliot Horowitz2010-04-191-14/+15
* fix gethost for config serversEliot Horowitz2010-04-121-1/+1
* fix mongos testEliot Horowitz2010-04-071-1/+1
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-3/+8
* some abstractions in prep for SHARDING-39Eliot Horowitz2010-03-221-2/+2
* sharding debugginEliot Horowitz2010-03-201-0/+2
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* make chunk size configurable and default 200mbEliot Horowitz2010-02-121-0/+26
* fix race condition when starting multiple mongos SHARDING-69Eliot Horowitz2010-02-081-1/+1
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-2/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-13/+13
* debuggingEliot Horowitz2009-12-101-1/+2
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* sharded dropDatabase SHARDING-53Eliot Horowitz2009-12-021-1/+109
* refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-241-3/+8
* assert when no shards SHARDING-54Eliot Horowitz2009-11-191-2/+2
* compile visual studioDwight2009-11-161-1/+1
* drop() support for sharded collections SHARDING-36Eliot Horowitz2009-11-091-0/+35
* use CmdLine::ports for shard and config serversEliot Horowitz2009-11-081-75/+25
* make addshard take maxSize argument - though doesn't do anything yet SHARDING-21Eliot Horowitz2009-09-181-0/+1
* sharding config db versioning SHARDING-33Eliot Horowitz2009-09-101-0/+44
* unique shard key support SHARDING-31Eliot Horowitz2009-09-031-9/+15
* more name changes in shardingEliot Horowitz2009-09-011-15/+15
* another name changing checkpointEliot Horowitz2009-09-011-6/+6
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-8/+8
* renamedwight2009-08-291-2/+2
* got rid of exit() callsEliot Horowitz2009-08-071-3/+3
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-1/+1
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-4/+2
* sharding: object, not arrayEliot Horowitz2009-05-151-1/+1
* Sharding: nice logging, MINOREliot Horowitz2009-04-111-0/+2
* split lockingEliot Horowitz2009-03-301-0/+10