Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sharding: moveshard now is mulit-mongos safe | Eliot Horowitz | 2009-04-06 | 2 | -24/+40 |
* | implemented moveshard.(start|finish) in mongod | Eliot Horowitz | 2009-04-06 | 1 | -23/+140 |
* | moveshard cleaning checkpoint | Eliot Horowitz | 2009-04-03 | 1 | -1/+30 |
* | refactor locking | Eliot Horowitz | 2009-04-03 | 4 | -10/+22 |
* | cleaning moveshard | Eliot Horowitz | 2009-04-03 | 3 | -47/+57 |
* | remove unused variable | Eliot Horowitz | 2009-04-02 | 1 | -1/+0 |
* | fix BSONObj ownership | Eliot Horowitz | 2009-04-02 | 1 | -1/+1 |
* | smarter about how to split a shard | Eliot Horowitz | 2009-03-30 | 5 | -17/+89 |
* | cleaning split | Eliot Horowitz | 2009-03-30 | 3 | -11/+55 |
* | split locking | Eliot Horowitz | 2009-03-30 | 4 | -0/+24 |
* | better checkShardVersion | Eliot Horowitz | 2009-03-30 | 3 | -5/+28 |
* | note conn address is debug msg | Eliot Horowitz | 2009-03-30 | 1 | -1/+1 |
* | sharding w version numbers checkpoint | Eliot Horowitz | 2009-03-27 | 5 | -15/+111 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Aaron | 2009-03-26 | 3 | -6/+16 |
|\ | |||||
| * | reload option for getShardManager | Eliot Horowitz | 2009-03-26 | 2 | -3/+3 |
| * | allow "raw" clients - better messags | Eliot Horowitz | 2009-03-26 | 1 | -3/+13 |
* | | Merge branch 'master' of git@github.com:mongodb/mongo | Aaron | 2009-03-25 | 6 | -4/+50 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of git@github.com:mongodb/mongo | Dwight | 2009-03-25 | 5 | -3/+49 |
| |\ | |||||
| | * | shard versioning checkpoint | Eliot Horowitz | 2009-03-25 | 5 | -3/+49 |
| * | | remind people at startup that there is a web admin interface | Dwight | 2009-03-25 | 1 | -1/+1 |
| |/ | |||||
* | | Add $size query option | Aaron | 2009-03-25 | 1 | -0/+1 |
|/ | |||||
* | name cleaning | Eliot Horowitz | 2009-03-23 | 1 | -7/+6 |
* | clean up warnings on windows | Dwight | 2009-03-23 | 1 | -0/+4 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Aaron | 2009-03-19 | 1 | -1/+1 |
|\ | |||||
| * | fix a btree reuse key case | Dwight | 2009-03-19 | 1 | -4/+0 |
| * | compile windows/visual studio | Dwight | 2009-03-19 | 2 | -1/+5 |
* | | Replace emptyObj with BSONObj() | Aaron | 2009-03-19 | 5 | -9/+9 |
|/ | |||||
* | 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 some... | Eliot Horowitz | 2009-03-12 | 1 | -1/+0 |
* | 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 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 |
| |\ \ |