summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-232/+0
* SERVER-12876: fix durability check for if we need to commit fixing compactEliot Horowitz2014-02-271-3/+3
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-2/+2
* SERVER-11665: refactor waitForWriteConcernEliot Horowitz2013-12-031-0/+4
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-2/+2
* normalize #includes in many filesEric Milkie2013-04-181-2/+2
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-3/+3
* the less #ifs the betterDwight2012-05-081-5/+1
* a little code cleaning before making a real change to comeDwight2012-05-081-0/+1
* make records in DeletedRecord privateEliot Horowitz2012-03-301-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-03-161-3/+3
|\
| * closingfilenotification was failing when in a db-specific lock. it calls comm...Dwight2012-03-151-3/+3
* | SERVER-4328 use a db level lock not a global for compact commandDwight2012-03-161-0/+2
|/
* no one uses setNoJournal anymore so get rid of SERVER-5183Eliot Horowitz2012-03-141-10/+0
* SERVER-4328 change how commitIfNeeded called. call before lock acquisition ra...dwight2012-02-261-0/+2
* when not using journalling, make sure to set if something has written to not ...Eliot Horowitz2012-01-171-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+209