summaryrefslogtreecommitdiff
path: root/src/mongo/util/queue.h
Commit message (Expand)AuthorAgeFilesLines
* 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