summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* more sensible vesrion #r0.8.0v0.8Dwight2009-02-111-1/+1
* little things: hack for windows filenames, better loggingDwight2009-02-111-0/+1
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-061-0/+4
|\
| * Catch Socket ExceptionAaron2009-02-061-0/+4
* | bg page writer can run concurrently nowDwight2009-02-061-0/+2
|/
* no more "msg end"Dwight2009-02-041-1/+1
* Validate return value of pthread_sigmaskAaron2009-02-041-1/+1
* don't create the indexes.dat file unless built for that mode.Dwight2009-02-031-0/+2
* return a nonzero exit code on a startup problemDwight2009-02-031-6/+14
* TEMP FIX - ensure that indexes.dat goes to the specifiedGeir Magnusson Jr2009-02-031-1/+5
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-021-41/+41
|\
| * Improve parameter descriptionAaron2009-02-021-1/+1
| * Disable javajstest() in the right placeAaron2009-02-021-3/+3
| * Disable javajstests on startup to save timeAaron2009-02-021-1/+2
| * Add autoresync optionAaron2009-02-021-5/+9
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-021-2/+6
| |\
| * | Clean up signal handling, fixing some potential hangsAaron2009-02-021-34/+29
* | | datastore workDwight2009-02-021-0/+5
| |/ |/|
* | pragma pack changes for solarisEliot Horowitz2009-02-011-0/+4
* | abstracting out record storage for btreeunknown2009-01-311-2/+2
|/
* Don't destroy db mutexAaron2009-01-291-1/+1
* better error msgsDwight2009-01-291-1/+19
* Release mutex before exitAaron2009-01-271-1/+1
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-2/+2
* replication with security ondwight2009-01-231-1/+1
* Rely on DBDirectClient dummy authorization insteadAaron2009-01-231-5/+0
* track where the db was started from so easier to find jarsEliot Horowitz2009-01-221-0/+2
* if no admin.system.users, allow access to everything from localhostdwight2009-01-211-0/+2
* Better message if dbpath does not existAaron2009-01-211-0/+4
* Set up authInfo for auto- repair/migrationAaron2009-01-211-0/+5
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-3/+7
* basic securityunknown2009-01-181-0/+7
* authenticate command workdwight2009-01-181-6/+6
* better randoms on OS Xdwight2009-01-181-2/+2
* compile on windowsunknown2009-01-181-3/+6
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-45/+45
* Indent all lines within namespaces one levelAaron2009-01-151-263/+263
* Replace tab indentation with spacesAaron2009-01-141-12/+12
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+18
* Large oplog collection sizes + miscAaron2009-01-131-0/+5
* a little work on securitDwight2009-01-091-0/+3
* security beginningsDwight2009-01-071-7/+2
* md5Dwight2009-01-071-2/+11
* more threadsafeDwight2009-01-061-1/+0
* try not to die in segv printouts with deadlocks and suchDwight2009-01-061-46/+55
* getlasterrorDwight2009-01-051-0/+6
* minor nicer loggingdwight2009-01-041-5/+7
* typor0.1.7_rc1Eliot Horowitz2008-12-291-2/+2
* boost filesystem oddityEliot Horowitz2008-12-291-0/+3
* Log prettierAaron2008-12-291-2/+2