Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a btree reuse key case | Dwight | 2009-03-19 | 1 | -4/+0 |
| | | | | and clean up code a little | ||||
* | compile windows/visual studio | Dwight | 2009-03-19 | 2 | -1/+5 |
| | |||||
* | Print os information on startup | Aaron | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | need to be authorative on first access | Eliot Horowitz | 2009-03-18 | 1 | -0/+13 |
| | |||||
* | fix error message | Eliot Horowitz | 2009-03-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2009-03-17 | 1 | -0/+8 |
|\ | |||||
| * | implemented dropIndexes for alt rec store | Dwight | 2009-03-17 | 1 | -0/+8 |
| | | |||||
* | | making mongod sharding aware | Eliot Horowitz | 2009-03-17 | 2 | -1/+94 |
|/ | |||||
* | get version on startup | Eliot Horowitz | 2009-03-17 | 1 | -0/+1 |
| | |||||
* | get rid of Model::defaultServer since its not being used and complicates ↵ | Eliot Horowitz | 2009-03-12 | 1 | -1/+0 |
| | | | | some things | ||||
* | sharding version management for mongod | Eliot Horowitz | 2009-03-11 | 1 | -0/+165 |
| | |||||
* | no --infer anymore | Dwight | 2009-03-11 | 2 | -4/+12 |
| | |||||
* | lastmod for shards, using timestamp stuff | Eliot Horowitz | 2009-03-09 | 1 | -3/+7 |
| | |||||
* | shardkey lt gt query support | Dwight | 2009-03-06 | 2 | -19/+68 |
| | |||||
* | compile windows | Dwight | 2009-03-03 | 1 | -5/+17 |
| | |||||
* | switch mongos to use MessageServer | Eliot Horowitz | 2009-03-02 | 1 | -44/+13 |
| | | | | use boost asio if it exists on the system | ||||
* | use AbstractMessagingPort | Eliot Horowitz | 2009-03-01 | 3 | -7/+7 |
| | |||||
* | comments | dwight | 2009-02-28 | 2 | -4/+8 |
| | |||||
* | Add const | Aaron | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | better debugging | Eliot Horowitz | 2009-02-27 | 3 | -4/+16 |
| | |||||
* | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2009-02-27 | 4 | -88/+505 |
|\ | |||||
| * | test relevantForQuery | Dwight | 2009-02-27 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'master' of git@github.com:mongodb/mongo | Dwight | 2009-02-27 | 7 | -20/+107 |
| |\ | |||||
| * | | new shardkey implementation (first pass) | Dwight | 2009-02-27 | 3 | -70/+496 |
| | | | |||||
| * | | Merge branch 'master' of git@github.com:mongodb/mongo | Dwight | 2009-02-26 | 10 | -237/+174 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: s/shard.cpp s/shardkey.cpp s/shardkey.h | ||||
| * | | | shardkey partial | Dwight | 2009-02-26 | 3 | -28/+31 |
| | | | | |||||
* | | | | lastmod | Eliot Horowitz | 2009-02-27 | 2 | -9/+24 |
| |_|/ |/| | | |||||
* | | | make unserialze take a const BSONObj& | Eliot Horowitz | 2009-02-27 | 4 | -4/+4 |
| | | | |||||
* | | | get(Prev|Last)Error stubs | Eliot Horowitz | 2009-02-26 | 2 | -4/+32 |
| | | | |||||
* | | | sharded delete | Eliot Horowitz | 2009-02-26 | 1 | -0/+33 |
| | | | |||||
* | | | sharded update | Eliot Horowitz | 2009-02-26 | 1 | -12/+38 |
| |/ |/| | |||||
* | | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | 2009-02-26 | 2 | -9/+21 |
|\ \ | |/ | |||||
| * | a couple more unit tests before rippign up | Dwight | 2009-02-26 | 2 | -9/+21 |
| | | |||||
* | | sharding schema change, some object re-org | Eliot Horowitz | 2009-02-26 | 10 | -220/+170 |
| | | |||||
* | | use ShardKeyPattern | Eliot Horowitz | 2009-02-26 | 2 | -3/+4 |
| | | |||||
* | | sharding schema change, put shard key in dbconfig | Eliot Horowitz | 2009-02-26 | 2 | -13/+13 |
|/ | |||||
* | comments and better names for shardkey | Dwight | 2009-02-25 | 4 | -34/+42 |
| | | | | changed class name to ShardKeyPattern | ||||
* | shardkey comments | Dwight | 2009-02-25 | 2 | -11/+10 |
| | |||||
* | compile windows | Dwight | 2009-02-25 | 3 | -1/+6 |
| | |||||
* | getMore finished, some cleaning, debugging | Eliot Horowitz | 2009-02-25 | 4 | -20/+32 |
| | |||||
* | fix delete on linux | Eliot Horowitz | 2009-02-25 | 1 | -1/+2 |
| | |||||
* | getMore checkpoint | Eliot Horowitz | 2009-02-25 | 3 | -8/+67 |
| | |||||
* | cursor code re-org | Eliot Horowitz | 2009-02-25 | 5 | -293/+331 |
| | |||||
* | some limit fixes, getMore checkpoint | Eliot Horowitz | 2009-02-25 | 3 | -8/+41 |
| | |||||
* | sort by non-shard key | Eliot Horowitz | 2009-02-24 | 1 | -2/+92 |
| | |||||
* | compile windows | Dwight | 2009-02-24 | 1 | -0/+4 |
| | |||||
* | fix isMatchandOrder | Eliot Horowitz | 2009-02-24 | 1 | -0/+3 |
| | |||||
* | cleaning | Eliot Horowitz | 2009-02-24 | 1 | -39/+0 |
| | |||||
* | switch to FieldBoundSet | Eliot Horowitz | 2009-02-24 | 1 | -4/+13 |
| | | | | sorting on shardkey now works for all cases i believe | ||||
* | almost done with sorting on shard keys | Eliot Horowitz | 2009-02-24 | 3 | -9/+83 |
| |