summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+4
* SERVER-22066 Add more assertions to range_deleter_testKaloian Manassiev2016-01-061-18/+13
* SERVER-20707 fix compile on clangMathias Stearn2015-10-081-1/+1
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-20/+14
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-19/+27
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-292/+247
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+5
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-31/+31
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-6/+12
* SERVER-15686 remove unneeded blacklist code and tests from RangeDeleterGreg Studer2014-10-211-255/+0
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-26/+103
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-92/+88
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-27/+74
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-74/+27
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-27/+74
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-13/+29
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-0/+15
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-37/+7
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make range...Hari Khalsa2014-06-051-16/+8
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-29/+42
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-10/+10
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-13/+27
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9468 Move s/field-parser* to db/Jason Rassi2013-06-031-2/+2
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+504