summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* fix a btree reuse key caseDwight2009-03-191-4/+0
* compile windows/visual studioDwight2009-03-192-1/+5
* 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
* | | sharded updateEliot Horowitz2009-02-261-12/+38
| |/ |/|
* | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-262-9/+21
|\ \ | |/
| * a couple more unit tests before rippign upDwight2009-02-262-9/+21
* | sharding schema change, some object re-orgEliot Horowitz2009-02-2610-220/+170
* | use ShardKeyPatternEliot Horowitz2009-02-262-3/+4
* | sharding schema change, put shard key in dbconfigEliot Horowitz2009-02-262-13/+13
|/
* comments and better names for shardkeyDwight2009-02-254-34/+42
* shardkey commentsDwight2009-02-252-11/+10
* compile windowsDwight2009-02-253-1/+6
* getMore finished, some cleaning, debuggingEliot Horowitz2009-02-254-20/+32
* fix delete on linuxEliot Horowitz2009-02-251-1/+2
* getMore checkpointEliot Horowitz2009-02-253-8/+67
* cursor code re-orgEliot Horowitz2009-02-255-293/+331
* some limit fixes, getMore checkpointEliot Horowitz2009-02-253-8/+41
* sort by non-shard keyEliot Horowitz2009-02-241-2/+92
* compile windowsDwight2009-02-241-0/+4
* fix isMatchandOrderEliot Horowitz2009-02-241-0/+3
* cleaningEliot Horowitz2009-02-241-39/+0
* switch to FieldBoundSetEliot Horowitz2009-02-241-4/+13
* almost done with sorting on shard keysEliot Horowitz2009-02-243-9/+83