summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-1/+12
* FieldMathcer::getSpecEliot Horowitz2009-07-011-4/+1
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-093-3/+3
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-094-11/+5
* 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