summaryrefslogtreecommitdiff
path: root/src/mongo/util/queue.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-63789 Async file copy/import"Sviatlana Zuiko2022-06-071-5/+0
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-061-0/+5
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-35/+18
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-18/+18
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-20/+23
* SERVER-21250: pushAll from network threadScott Hernandez2015-11-131-18/+60
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-4/+29
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-16/+4
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-4/+16
* SERVER-20187 wake up from blockingPeek when entering drain modeEric Milkie2015-09-031-10/+23
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-20/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-140/+132
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-36/+29
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-17/+14
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-211-2/+2
* SERVER-16834 add commentsEric Milkie2015-01-151-0/+2
* SERVER-16834 bgsync::shutdown() now unblocks threads waiting in BlockingQueue...Eric Milkie2015-01-141-0/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-4/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8203: replication metricsScott Hernandez2013-01-291-3/+21
* remove some rand() calls, and use Random insteadEliot Horowitz2012-11-111-0/+2
* SERVER-6925 use the size of the queue in bytes rather than number of objects ...Eric Milkie2012-10-121-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-2/+2
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-101-2/+2
* initialize member variableEric Milkie2012-06-141-0/+3
* caveat comments for threadsafe queue peek functionsEric Milkie2012-06-131-0/+4
* SERVER-5685 add peek method to threadsafe queueEric Milkie2012-06-131-0/+11
* Added comments and some better naming SERVER-4392Kristina2012-05-161-6/+4
* Make BlockingQueue take an optional sizing function and add peek and clear me...Kristina2012-05-161-11/+57
* implement max-size thread-safe queue classEric Milkie2012-04-301-10/+25
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+106