summaryrefslogtreecommitdiff
path: root/src/mongo/util/bufreader.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-3/+3
* 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/+4
* SERVER-37258 Fix UB in MurmurHash3Jason Carey2018-10-231-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-28508 Make BufReader propagate the actual errorsMathias Stearn2017-04-121-24/+6
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* Initialize more variables to make gcc happyJason Carey2016-03-021-2/+2
* SERVER-21466 Upgrade BufReader to use dataXJason Carey2016-03-021-26/+29
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+107
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-9444 improve Sorter serialization of Document and ValueMathias Stearn2013-07-101-9/+10
* SERVER-9411 First pass at new Sorter frameworkMathias Stearn2013-05-131-2/+18
* Include What You Use for bufreader.hMathias Stearn2013-05-031-0/+5
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* Compile cleanly with -Werror on clang++ 3.0.Mathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+100