summaryrefslogtreecommitdiff
path: root/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1849 allow recreating a recently dropped collectionAlberto Lerner2010-09-271-2/+5
* Bug fix: logChange() does't throw (can be called from destructorsAlberto Lerner2010-08-161-1/+7
* actually use checkConsistency variableEliot Horowitz2010-08-031-4/+6
* warningDwight2010-08-031-1/+1
* check for config server consistency on startupEliot Horowitz2010-08-031-4/+93
* check for null return from query()Dwight2010-08-021-0/+2
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-197/+2
* SERVER-1497 Cant mix and match localhost and real IPsAlberto Lerner2010-07-281-0/+8
* Assert the true conditionAlberto Lerner2010-07-281-2/+2
* SERVER-1292 Prep work by moving shard adding logic to GridAlberto Lerner2010-07-261-5/+73
* make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-0/+9
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-1/+19
* SERVER-1280 Bring back the stop balancer markerAlberto Lerner2010-07-211-28/+37
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-07-211-151/+128
|\
| * break collections out of database object for sharding into own collection SER...Eliot Horowitz2010-07-211-144/+117
| * moving all saving logic into DBConfig SERVER-1427Eliot Horowitz2010-07-211-8/+12
* | SERVER-1418 Shard names now use padding zeroesAlberto Lerner2010-07-211-2/+23
|/
* not using Model for DBConfig - first step in SERVER-1427Eliot Horowitz2010-07-211-20/+59
* SERVER-1270 Elim c_str() /sAlberto Lerner2010-07-201-1/+1
* make sure configServer is setEliot Horowitz2010-07-191-0/+2
* count can recover from dropped dbsEliot Horowitz2010-07-161-10/+19
* SERVER-1185 split->multi-split and testingAlberto Lerner2010-07-141-1/+2
* log start/finish for drop database/collection SERVER-1406Eliot Horowitz2010-07-131-1/+4
* distlock pings, get rid of ourHostnameEliot Horowitz2010-07-131-4/+2
* More stringutil goodiesAlberto Lerner2010-07-041-8/+5
* Pull string manip code out of ConfigServerAlberto Lerner2010-07-031-11/+2
* saving DBConfig doesn't need to save ChunkManagersEliot Horowitz2010-07-021-8/+0
* capped collection creation race conditionEliot Horowitz2010-07-021-1/+7
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-2/+19
* adding an index on config.chunks (ns,lastmod)Eliot Horowitz2010-06-291-0/+1
* Output 'logchange's to the stdout as wellAlberto Lerner2010-06-291-6/+5
* SERVER-940 Balancer now drains chunks off a shard that's being removedAlberto Lerner2010-06-231-0/+5
* checkpoint for moving chunk filtering to mongod SERVER-943Eliot Horowitz2010-06-151-0/+1
* 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