summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19852 Allow CSRS config servers to accept any legal write concern for ...Andy Schwerin2015-08-121-7/+8
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-2/+2
* SERVER-18951 do not add j:true to w:majority writes if journaling is not avai...Eric Milkie2015-07-221-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-175/+161
* SERVER-18355 Make awaitReplication properly respect maxTimeMSSpencer T Brody2015-05-181-3/+1
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+3
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-1/+18
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-18/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-1/+18
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-9/+25
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-171-0/+36
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-161-36/+0
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-161-0/+36
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-5/+5
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-4/+5
* SERVER-15195 Implement getHostsWrittenTo in ReplicationCoordinatorImplSpencer T Brody2014-09-141-3/+8
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-4/+7
* SERVER-14135 implement getHostsWrittenTo() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-1/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-52/+16
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+2
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+2
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-061-7/+12
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-7/+7
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-7/+7
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-5/+6
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* 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