summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/miniwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-301-1/+1
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-1/+1
* SERVER-8864 Fixed recv exception handling in httpClientTest and web serverAndreas Nilsson2013-09-031-2/+4
* SERVER-7961 Not calling doSSLHandshake for non-SSL webserverAndreas Nilsson2013-06-131-0/+2
* normalize #includes in many filesEric Milkie2013-04-181-4/+6
* SERVER-7202 proper error handling framework for SSLEric Milkie2012-12-041-15/+21
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* SERVER-5000 only have a 1 connection id counter and passEliot Horowitz2012-06-131-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-4866 include the webserver in our attempt to prevent socket leaksEric Milkie2012-02-091-8/+8
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+212