summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+2
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-4/+3
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* Revert "SERVER-22276 do not wait for journaling for range deleter, temporarily"Scott Hernandez2016-02-111-1/+1
* SERVER-22390 catch all errors in RangeDeleter::_waitForMajorityMisha Tyulenev2016-02-091-21/+5
* SERVER-22390 special case InterruptedAtShutdown in waiting for replication in...matt dannenberg2016-02-081-0/+3
* SERVER-22276 do not wait for journaling for range deleter, temporarilyEric Milkie2016-02-081-1/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-438/+404
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-16/+16
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-3/+5
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-8/+6
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-6/+8
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-8/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-20/+20
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-20/+20
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-20/+20
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-1/+1
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-22/+19
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16806 Correctly report elapsed time in messages in range_deleter.cpp.Andy Schwerin2015-01-211-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16529 Coarser OperationContext scope for background threadsKaloian Manassiev2014-12-171-4/+2
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-3/+3
* SERVER-15686 remove unneeded blacklist code and tests from RangeDeleterGreg Studer2014-10-211-71/+6
* SERVER-15631 Free delete stats in RangeDeleter dtorAndrew Morrow2014-10-151-0/+7
* SERVER-14444 Remove stepDownAndWaitForSecondary from ReplicationCoordinatorSpencer T Brody2014-09-051-2/+2
* SERVER-13648 rangedeleter log waiting cursors at start and after cursor timeoutGreg Studer2014-08-211-78/+74
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-40/+44
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-12/+15
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-15/+12
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-12/+15
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+3
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-17/+41
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-78/+183
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make range...Hari Khalsa2014-06-051-13/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+11
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+11
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1