summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbwebserver.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+89
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17761 DbWebServer should own the AdminAccess pointerKaloian Manassiev2015-03-271-3/+4
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-261-3/+39
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-091-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-18/+18
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* normalize #includes in many filesEric Milkie2013-04-181-1/+5
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+85