summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* better checkShardVersionEliot Horowitz2009-03-303-5/+28
* note conn address is debug msgEliot Horowitz2009-03-301-1/+1
* sharding w version numbers checkpointEliot Horowitz2009-03-275-15/+111
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-263-6/+16
|\
| * reload option for getShardManagerEliot Horowitz2009-03-262-3/+3
| * allow "raw" clients - better messagsEliot Horowitz2009-03-261-3/+13
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-256-4/+50
|\ \ | |/
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-03-255-3/+49
| |\
| | * shard versioning checkpointEliot Horowitz2009-03-255-3/+49
| * | remind people at startup that there is a web admin interfaceDwight2009-03-251-1/+1
| |/
* | Add $size query optionAaron2009-03-251-0/+1
|/
* name cleaningEliot Horowitz2009-03-231-7/+6
* clean up warnings on windowsDwight2009-03-231-0/+4
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-191-1/+1
|\
| * fix a btree reuse key caseDwight2009-03-191-4/+0
| * compile windows/visual studioDwight2009-03-192-1/+5
* | Replace emptyObj with BSONObj()Aaron2009-03-195-9/+9
|/
* Print os information on startupAaron2009-03-181-0/+1
* need to be authorative on first accessEliot Horowitz2009-03-181-0/+13
* fix error messageEliot Horowitz2009-03-171-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-03-171-0/+8
|\
| * implemented dropIndexes for alt rec storeDwight2009-03-171-0/+8
* | making mongod sharding awareEliot Horowitz2009-03-172-1/+94
|/
* get version on startupEliot Horowitz2009-03-171-0/+1
* get rid of Model::defaultServer since its not being used and complicates some...Eliot Horowitz2009-03-121-1/+0
* sharding version management for mongodEliot Horowitz2009-03-111-0/+165
* no --infer anymoreDwight2009-03-112-4/+12
* lastmod for shards, using timestamp stuffEliot Horowitz2009-03-091-3/+7
* shardkey lt gt query supportDwight2009-03-062-19/+68
* compile windowsDwight2009-03-031-5/+17
* switch mongos to use MessageServerEliot Horowitz2009-03-021-44/+13
* use AbstractMessagingPortEliot Horowitz2009-03-013-7/+7
* commentsdwight2009-02-282-4/+8
* Add constAaron2009-02-271-1/+1
* better debuggingEliot Horowitz2009-02-273-4/+16
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-274-88/+505
|\
| * test relevantForQueryDwight2009-02-271-4/+6
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-277-20/+107
| |\
| * | new shardkey implementation (first pass)Dwight2009-02-273-70/+496
| * | Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-2610-237/+174
| |\ \
| * | | shardkey partialDwight2009-02-263-28/+31
* | | | lastmodEliot Horowitz2009-02-272-9/+24
| |_|/ |/| |
* | | make unserialze take a const BSONObj&Eliot Horowitz2009-02-274-4/+4
* | | get(Prev|Last)Error stubsEliot Horowitz2009-02-262-4/+32
* | | sharded deleteEliot Horowitz2009-02-261-0/+33