summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-10868 Move Sorter tests out of dbtests to a unit testMathias Stearn2013-09-271-0/+1
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-2/+10
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9411 Optimize sorter file I/O by batching writes to at least 64K.Mathias Stearn2013-05-131-0/+3
* SERVER-9411 Fluent API for SortOptionsMathias Stearn2013-05-131-0/+18
* SERVER-9411 Move Sorter implementations into sorter namespace.Mathias Stearn2013-05-131-3/+6
* SERVER-9443 First part of limit support for new frameworkMathias Stearn2013-05-131-1/+3
* SERVER-9411 Make Sorter an interfaceMathias Stearn2013-05-131-22/+21
* SERVER-9411 SortedFileWriter doesn't need SortOptionsMathias Stearn2013-05-131-2/+1
* SERVER-9411 Comment the public API of the new SorterMathias Stearn2013-05-131-4/+53
* SERVER-9411 First pass at new Sorter frameworkMathias Stearn2013-05-131-0/+143