summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* set last error state when a $cmd error happensDwight2009-01-271-1/+3
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-273-1/+8
|\
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-276-62/+97
| |\
| * | Reset index cache when deleting indexAaron2009-01-273-1/+8
* | | handle different _id types in keypattern fo the _id index uniqueness checkDwight2009-01-271-2/+5
| |/ |/|
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-272-2/+11
|\ \ | |/
| * Regex upper bound for index scanAaron2009-01-272-2/+10
* | check the index range first before we go into the object on a query -- so we ...Dwight2009-01-276-61/+95
|/
* Release mutex before exitAaron2009-01-271-1/+1
* bug fix for the unique _id codeDwight2009-01-271-38/+4
* shutdown commandDwight2009-01-261-0/+29
* check that _id is uniqueDwight2009-01-267-63/+159
* uptime to timeinfo commandEliot Horowitz2009-01-261-1/+5
* compile windowsDwight2009-01-262-1415/+1419
* Don't assume referenced object existsAaron2009-01-251-1/+3
* element streamEliot Horowitz2009-01-252-0/+5
* _id can be any typedwight2009-01-253-18/+46
* dbexit needs to use real exitEliot Horowitz2009-01-251-1/+1
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-2/+2
* make security work with repl pairsdwight2009-01-243-2/+10
* change numeric toString -- doubles always end with ".<something>" now so you ...dwight2009-01-241-1/+13
* make security work for repl pairsdwight2009-01-241-8/+21
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-231-1/+1
|\
| * typoEliot Horowitz2009-01-231-1/+1
| * spamEliot Horowitz2009-01-231-1/+1
* | replication with security ondwight2009-01-236-28/+75
|/
* log a little lessdwight2009-01-231-4/+4
* Destroy cursor before connectionAaron2009-01-231-1/+1
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-232-3/+5
|\
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-231-5/+0
| |\
| * \ Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-2315-132/+229
| |\ \
| * | | correct security on db eval'sdwight2009-01-232-3/+5
* | | | md5 function no longer necessaryAaron2009-01-231-2/+0
| |_|/ |/| |
* | | Rely on DBDirectClient dummy authorization insteadAaron2009-01-231-5/+0
| |/ |/|
* | Fix dependency problemAaron2009-01-236-50/+109
* | TypoAaron2009-01-231-1/+1
* | TypoAaron2009-01-231-1/+1
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-235-17/+29
|\ \ | |/
| * multi obj insert is ok - mistake with previous security checkindwight2009-01-221-10/+6
| * track where the db was started from so easier to find jarsEliot Horowitz2009-01-225-7/+23
* | Add idempotence tests for some oplog operationsAaron2009-01-234-73/+85
* | Can inherit from authAaron2009-01-231-1/+1
* | Convert to constAaron2009-01-234-7/+7
* | Dummy authorization for DBDirectClientAaron2009-01-232-0/+26
* | Parse both hex characters of each byteAaron2009-01-221-1/+1
|/
* better version of sync checkpointdwight2009-01-211-1/+4
* checkpoint our replication progress periodicallydwight2009-01-211-0/+9
* if you are authorized for admin, you can access all databasesdwight2009-01-211-0/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-211-1/+1
|\
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-212-15/+14
| |\