summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-2/+4
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* SERVER-43767 fix free_mon_controller_test.cppBilly Donahue2019-10-031-12/+60
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-177-35/+35
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-131-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-278-220/+139
* SERVER-40890 Change FreeMonNamespaceUUIDCollector to use CollectionCatalogMark Benvenuto2019-06-261-8/+5
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-16/+16
* SERVER-40735 Force FreeMonControllerTest::TestRegisterFail to use fake timeMark Benvenuto2019-05-071-4/+5
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-36886 Label the free monitoring threads with helpful namesSara Golemon2019-04-152-3/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-062-10/+4
* SERVER-40112 db.disableFreeMonitoring() returns 'not master' on secondary aft...Mark Benvenuto2019-04-051-2/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-1/+1
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-013-8/+21
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-4/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1322-22/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+5
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-1/+3
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+19
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-082-0/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-1/+0
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-14/+42
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-183-8/+7
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-181-2/+2
* SERVER-38485 Convert free_mon_options.cpp config options to IDLMark Benvenuto2018-12-183-30/+52
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-184-24/+65
* SERVER-37978 Replace boost::synchronize_value with custom versionMark Benvenuto2018-11-271-6/+7
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-152-16/+13
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-1/+0
* SERVER-37854 Coverity analysis defect 105094: Uninitialized scalar fieldMark Benvenuto2018-11-121-1/+1
* SERVER-37685 Ensure free monitoring queue preserves FIFO on messages with sam...Mark Benvenuto2018-10-264-1/+56
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-253-90/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-243-6/+84
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-232-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2226-482/+579
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-1/+2
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-041-0/+1