summaryrefslogtreecommitdiff
path: root/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix remove broadcast checkEliot Horowitz2011-05-131-1/+1
* typo in log msgDwight2011-02-111-2/+2
* better error message for old lock fileEliot Horowitz2011-02-101-0/+1
* if there is an old lock file, no journal files, and no dbs present, safe to s...Eliot Horowitz2011-02-071-7/+21
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-1/+1
* mispellingdwight2011-01-261-2/+2
* fix DBDirectClient::countEliot Horowitz2011-01-251-0/+2
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-251-0/+8
* clearer shutdown loggingdwight2011-01-221-1/+2
* fix textdwight2011-01-191-1/+1
* fix a shutdown assertion introduced a few days ago by medwight2011-01-161-1/+3
* remove deprecated msg and unused return for assembleResponse SERVER-1438Eliot Horowitz2011-01-161-6/+5
* neater win lock handlingKristina Chodorow2011-01-141-20/+10
* commitifneeded within batch insertsdwight2011-01-131-1/+7
* error code MINORKristina2011-01-121-1/+1
* acquirePathLock for Windows SERVER-2339U-ACER-6E40E97492\Kristina Chodorow2011-01-121-2/+51
* call commitIfNeeded in DBDirectClient, mostly for jsEliot Horowitz2011-01-111-0/+2
* lock on shutdown commitdwight2011-01-101-2/+17
* fix deadlocksMathias Stearn2011-01-101-4/+1
* rename functionMathias Stearn2011-01-101-1/+1
* FileAllocator cleaningEliot Horowitz2011-01-091-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-125/+128
* compiledwight2011-01-021-1/+1
* run code on windows toodwight2011-01-021-1/+11
* Move journal file check to acquireLockPath so tools run thisMathias Stearn2010-12-281-0/+10
* error out on unclean shutdown if no journal filesMathias Stearn2010-12-281-9/+28
* clean lsnThread shutdowndwight2010-12-271-1/+1
* fix shutdownMathias Stearn2010-12-211-0/+5
* eliminate the _DURABLE preprocessor definedwight2010-12-131-2/+0
* Allow old lockfile if in durable modeMathias Stearn2010-12-101-1/+1
* dur fix an intent in dbtests and some other diag stuffDwight2010-12-061-0/+1
* typodwight2010-12-061-1/+1
* dur add a cmd lien settingdwight2010-11-281-2/+2
* compiledwight2010-11-171-0/+2
* durdwight2010-11-171-44/+48
* cruftEliot Horowitz2010-11-161-15/+0
* Added a comment about lock file deletion, per Eliot's request.Richard Kreuter2010-11-081-0/+3
* check for $ mods on insert SERVER-1954Eliot Horowitz2010-11-011-0/+8
* we weren't logging every 512th op anymoreEliot Horowitz2010-10-281-3/+1
* don't log UserException's unless running with verbose on SERVER-1995Eliot Horowitz2010-10-241-7/+9
* split bson max size into User and InternalEliot Horowitz2010-10-111-2/+2
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-2/+2
* make parent op visible in currentOp() requestAaron2010-10-061-2/+3
* SERVER-1816 make killop robust by storing kill request in curopAaron2010-10-041-1/+0
* cleaningDwight2010-10-041-3/+3
* cleaing killCursor codeEliot Horowitz2010-09-301-2/+10
* SERVER-387 enable interrupts for v8Aaron2010-09-231-0/+1
* cleaning diag log names and make sure to flush periodically SERVER-1814Eliot Horowitz2010-09-211-5/+3
* don't check shard version twice for update and deleteEliot Horowitz2010-09-071-0/+3
* optionally have dbexit try to get a dblockEliot Horowitz2010-08-311-1/+8