summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* make old vcproj include assert_util.cppDwight2009-06-081-0/+4
* make lognoquiet and make --quit not print connect/disconnectEliot Horowitz2009-06-051-1/+1
* Sharding: save() support SHARDING-17Eliot Horowitz2009-06-041-3/+8
* fix mongos in vcproj to compile for release build - visual studioDwight2009-05-281-3/+3
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-0/+2
* sharding: object, not arrayEliot Horowitz2009-05-151-1/+1
* compile mongosEliot Horowitz2009-05-141-0/+5
* some fixes for Release build with vcproj to make it build in general,Dwight2009-05-131-0/+8
* adjust dependencies MINORAaron2009-05-111-8/+8
* Sharding: get rid of ShardKey::middleEliot Horowitz2009-05-062-77/+0
* just comments MINORDwight2009-04-272-1/+8
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-04-232-6/+23
|\
| * tiny beginnings for compound ShardKeyPatternDwight2009-04-231-5/+23
| * visual studio happyDwight2009-04-231-1/+0
* | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-04-225-21/+98
|\ \ | |/
| * Sharding: implement count() correctly for sharded environmentEliot Horowitz2009-04-222-13/+88
| * Sharding: fix countObjects, some docs MINOREliot Horowitz2009-04-222-7/+9
| * Sharding: rename commands.cpp commands_admin.cppEliot Horowitz2009-04-221-1/+1
* | Sharding: version 0.0.2Eliot Horowitz2009-04-211-1/+1
|/
* Sharding: make ismaster return ismaster=1Eliot Horowitz2009-04-211-2/+2
* Sharding: fix startFromEliot Horowitz2009-04-211-1/+1
* add 'ok' field to ismaster and isdbgrid commandsMike Dirolf2009-04-211-0/+2
* trailing whitespaceMike Dirolf2009-04-211-71/+71
* Sharding: fix command path MINOREliot Horowitz2009-04-211-3/+3
* Sharding: remove special case for single server since it falls down on certai...Eliot Horowitz2009-04-212-7/+2
* Sharding: move empty shards on a splitEliot Horowitz2009-04-204-4/+84
* compile windowsDwight2009-04-201-1/+1
* Sharding: finish write back on bad shardEliot Horowitz2009-04-183-8/+35
* Sharding: much of bad config writeback workingEliot Horowitz2009-04-175-4/+144
* Sharding: auto splitting working nicelyEliot Horowitz2009-04-164-2/+47
* cleaning split()Eliot Horowitz2009-04-152-8/+6
* Shard::getPhysicalSize()Eliot Horowitz2009-04-152-1/+22
* compile windowsDwight2009-04-153-3/+3
* fixed other resync caseEliot Horowitz2009-04-131-0/+3
* Sharding: fix part of old config resyncEliot Horowitz2009-04-123-9/+28
* Sharding: nice logging, MINOREliot Horowitz2009-04-111-0/+2
* loggingEliot Horowitz2009-04-101-0/+2
* Sharding: resync on stale shard configEliot Horowitz2009-04-074-10/+42
* Sharding: fix command logicEliot Horowitz2009-04-071-15/+15
* Sharding: error on count for sharded collection until i fix itEliot Horowitz2009-04-071-0/+15
* Sharding: moveshard now is mulit-mongos safeEliot Horowitz2009-04-062-24/+40
* implemented moveshard.(start|finish) in mongodEliot Horowitz2009-04-061-23/+140
* moveshard cleaning checkpointEliot Horowitz2009-04-031-1/+30
* refactor lockingEliot Horowitz2009-04-034-10/+22
* cleaning moveshardEliot Horowitz2009-04-033-47/+57
* remove unused variableEliot Horowitz2009-04-021-1/+0
* fix BSONObj ownershipEliot Horowitz2009-04-021-1/+1
* smarter about how to split a shardEliot Horowitz2009-03-305-17/+89
* cleaning splitEliot Horowitz2009-03-303-11/+55
* split lockingEliot Horowitz2009-03-304-0/+24