summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-947/+0
* SERVER-13522 Cleanup a couple of encapsulation violations and add coments.Kaloian Manassiev2014-04-091-2/+1
* SERVER-12876: fix durability check for if we need to commit fixing compactEliot Horowitz2014-02-271-1/+2
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-0/+16
* SERVER-11670 do not print stack trace if attempting to commit journal while i...Eric Milkie2014-02-131-6/+2
* commentsDwight2014-01-071-4/+6
* journaling : update comments they are stale and thus slightly confusing.dwight2014-01-021-6/+8
* commentDwight2013-12-131-1/+7
* commentsdwight2013-11-261-2/+7
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-14/+17
* 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-8/+8
* SERVER-8795 Lock mongo files in remapPrivateView on SolarisTad Marshall2013-06-031-4/+6
* normalize #includes in many filesEric Milkie2013-04-181-14/+14
* remove all references to unimplemented _ageOutEliot Horowitz2012-12-211-5/+0
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+1
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+16
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* whitespace: tabs and indentationTad Marshall2012-10-241-4/+4
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
* SERVER-6948 Make it safe to call commitIfNeeded() from a read lockMathias Stearn2012-09-071-27/+36
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-3/+1
* commentDwight2012-05-221-0/+4
* SERVER-4243 allow reading on secondaries with fsyncLock mode is enabled. prev...Dwight2012-05-221-0/+3
* include what you useEric Milkie2012-05-181-0/+1
* Release groupCommitMutex before remapping private view.Andy Schwerin2012-05-101-23/+26
* Include what you use fixes.Andy Schwerin2012-05-101-0/+3
* Fix remap private view memory leak and formalize w->X ugprade process.Andy Schwerin2012-05-091-29/+11
* durThread should try to commit sooner if data is piling up. hopefully then a ...Dwight2012-05-081-3/+2
* a little code cleaning before making a real change to comeDwight2012-05-081-16/+23
* tab minorDwight2012-05-081-1/+1
* SERVER-5680 fix Windows accvios due to incorrect recursive locking of MongoFilesEric Milkie2012-04-301-0/+9
* SERVER-4392 remapprivateview() more oftenDwight2012-04-241-15/+17
* give var a real nameDwight2012-04-241-2/+2
* remove more of dbMutexEliot Horowitz2012-04-231-1/+1
* more removal of dbMutexEliot Horowitz2012-04-231-2/+2
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-7/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-13/+13
* make buildscripts pay attention to fassert and assign error codesEliot Horowitz2012-03-231-2/+2
* SERVER-4328 support nested locking of admin database. we need this for auth. ...Dwight2012-03-211-1/+1
* SERVER-4328 we will not allow runexclusively on nested db locks as that would...Dwight2012-03-211-2/+17
* SERVER-4328 cleaning of d_concurrency for readability. removed the 't' state ...Dwight2012-03-181-12/+5
* closingfilenotification was failing when in a db-specific lock. it calls comm...Dwight2012-03-151-4/+7
* no one uses setNoJournal anymore so get rid of SERVER-5183Eliot Horowitz2012-03-141-34/+0
* SERVER-4328 better assertdwight2012-03-061-3/+22
* SERVER-4328 commitIfNeeded new handling when in a w lock which is trickydwight2012-03-061-7/+27
* SERVER-4328 releasingwritelock call palcement wasnt quite rightdwight2012-03-031-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-011-5/+4
|\
| * Continue holding lock while finding error location SERVER-5101Mathias Stearn2012-03-011-5/+4