summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* replace cerr with cout for all server filesEliot Horowitz2009-10-162-3/+3
* move curNs to Client objectDwight2009-10-131-1/+0
* don't allow shards on localhost unless allowLocal : true SHARDING-47Eliot Horowitz2009-10-121-4/+20
* link visual studio base64Dwight2009-10-011-0/+4
* fix compile windowsDwight2009-09-301-1/+1
* intermediate buildindex commitDwight2009-09-241-1/+1
* make addshard take maxSize argument - though doesn't do anything yet SHARDING-21Eliot Horowitz2009-09-182-1/+9
* version numbersEliot Horowitz2009-09-151-1/+1
* BUMP 1.1.0r1.1.0Eliot Horowitz2009-09-141-1/+1
* writeback fix and making sure all connection pools are cleaned upEliot Horowitz2009-09-146-6/+19
* getLastError sharded SHARDING-16Eliot Horowitz2009-09-144-9/+159
* distinct() for sharded collection SHARDING-35Eliot Horowitz2009-09-121-0/+60
* client id work and make getLastError work non sharded-collections in sharding...Eliot Horowitz2009-09-113-5/+24
* cleaning old $eval handling that is smarter nowEliot Horowitz2009-09-111-23/+0
* claener command output for shardingEliot Horowitz2009-09-101-1/+11
* strict compile for windows MINOREliot Horowitz2009-09-101-0/+1
* don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz2009-09-103-0/+25
* sharding config db versioning SHARDING-33Eliot Horowitz2009-09-103-2/+62
* cleaning and don't allow group on a sharded collection SHARDING-26Eliot Horowitz2009-09-042-1/+17
* generic way to handle commands not allowed on sharded collectionsEliot Horowitz2009-09-041-15/+28
* don't allow sharding + capped SHARDING-23Eliot Horowitz2009-09-032-4/+40
* unique shard key support SHARDING-31Eliot Horowitz2009-09-035-16/+34
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-09-012-11/+29
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-015-11/+63
| |\
| * | some help for commandsDwight2009-09-011-7/+25
| * | Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-0111-137/+154
| |\ \
| * | | small help text changeDwight2009-09-011-4/+4
* | | | can't shard a collection with a unique index SHARDING-24Eliot Horowitz2009-09-011-0/+11
| |_|/ |/| |
* | | sharding indexing fix part1Eliot Horowitz2009-09-014-11/+57
* | | can't shard system namespacesEliot Horowitz2009-09-011-0/+6
| |/ |/|
* | version numberEliot Horowitz2009-09-011-1/+1
* | make sure new shards are valid SHARDING-29Eliot Horowitz2009-09-011-0/+12
* | more name changes in shardingEliot Horowitz2009-09-018-81/+86
* | another name changing checkpointEliot Horowitz2009-09-017-58/+58
|/
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-3114-230/+220
* change mongos version numberEliot Horowitz2009-08-301-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-08-301-1/+3
|\
| * better error message MINOREliot Horowitz2009-08-291-1/+3
* | rename some sharding commands.dwight2009-08-301-8/+13
|/
* renamedwight2009-08-293-11/+15
* compile windows db.slnunknown2009-08-281-17/+1
* very minor text / commentsDwight2009-08-271-1/+1
* more CmdLine objectDwight2009-08-251-1/+0
* SERVER-100 checkpoint field range organization improvementsAaron Staple2009-08-111-1/+1
* don't optimize field set for sharding internalsEliot Horowitz2009-08-112-1/+3
* use new append(Min|Max)KeyEliot Horowitz2009-08-111-38/+2
* got rid of exit() callsEliot Horowitz2009-08-071-3/+3
* inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-051-0/+5
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-2/+2
* sharding: fix what looks like a bug in largestElementForKey (which actually m...Dwight2009-08-041-3/+3