summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer2014-03-041-1/+19
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-141-117/+84
* SERVER-11977 support for non-client opTime in mongod GLEGreg Studer2013-12-091-15/+9
* SERVER-11665: fix getLastError reporting of some errorsEliot Horowitz2013-12-041-1/+1
* SERVER-11665: new waitForWriteConcern function fails with specfic error codes...Eliot Horowitz2013-12-031-14/+9
* SERVER-11665: majority for master/slave should be w=1, other w=mode should failEliot Horowitz2013-12-031-6/+7
* SERVER-11665: make write concern semantics match 2.4Eliot Horowitz2013-12-031-5/+13
* SERVER-11665: add timing in writeConcern result for sync timeEliot Horowitz2013-12-031-1/+11
* SERVER-11665: clean up some names, and fix error error code on waiting errorEliot Horowitz2013-12-031-3/+5
* SERVER-11665: refactor waitForWriteConcernEliot Horowitz2013-12-031-127/+156
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-10753 improve error message for using fsync with j for write concernmatt dannenberg2013-09-191-1/+1
* SERVER-9533 With --nojournal, getLastError w/ j:true should set errJason Rassi2013-09-131-0/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10266 Make GLE with w:majority succeed on master/slaveSpencer T Brody2013-07-191-1/+3
* SERVER-9468 Pull out bulk of CmdGetLastError::run() into helperJason Rassi2013-07-101-0/+182