summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/noop_writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-3/+2
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-4/+2
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-6/+8
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+14
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26870 Don't hold on to OperationContext indefinitelyGeert Bosch2016-12-071-2/+2
* SERVER-25912 Disable periodic noop writes in jstestsSpencer T Brody2016-09-021-6/+15
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-261-0/+173