summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* change logging order to make test failing clearerEliot Horowitz2009-04-031-9/+11
* option to run without http interfaceAaron2009-04-021-1/+7
* Explicitly release lock on shutdownAaron2009-04-011-3/+5
* Don't return from main(), even if listen socket is closedAaron2009-04-011-0/+4
* Close listener sockets on exitAaron2009-04-011-1/+4
* bump version number to 0.9.0r0.9.0Eliot Horowitz2009-03-271-1/+1
* solaris fixesEliot Horowitz2009-03-261-1/+1
* remind people at startup that there is a web admin interfaceDwight2009-03-251-1/+1
* Print os information on startupAaron2009-03-181-0/+1
* get version on startupEliot Horowitz2009-03-171-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-131-1/+1
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-03-131-2/+9
| |\
| * | for new recstore, have a separate datafile for each indexDwight2009-03-131-1/+1
* | | objcheck validates every bson object read from a messageAaron2009-03-131-1/+1
| |/ |/|
* | Add command line help about nohints optionAaron2009-03-131-0/+1
* | Prettier signal printingAaron2009-03-121-2/+8
|/
* Compile linuxAaron2009-03-101-0/+3
* dbpath locking implementation; should work on linux this timeAaron2009-03-101-1/+10
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-101-0/+4
|\
| * Add --nohints cmd line optionAaron2009-03-101-0/+4
* | Revert "Use os file locking to lock dbpath"Aaron2009-03-101-17/+1
|/
* Use os file locking to lock dbpathAaron2009-03-091-1/+17
* Drop stale temp collections on startupAaron2009-03-061-0/+13
* Log current op to console on crashAaron2009-03-031-0/+3
* Remove commentsAaron2009-02-271-2/+0
* btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-131-1/+1
* replication / exception throwing bug fixDwight2009-02-121-50/+28
* Wait for replication to finish before grabbing db mutexAaron2009-02-121-1/+23
* better err msgdwight2009-02-121-1/+1
* Use default handler for SIGQUITAaron2009-02-111-1/+3
* handle SIGQUIT tooAaron2009-02-111-0/+1
* 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