summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/httpclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8864 Fixed recv exception handling in httpClientTest and web serverAndreas Nilsson2013-09-031-5/+9
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-3/+2
* normalize #includes in many filesEric Milkie2013-04-181-7/+9
* SERVER-8169 do not delete SSLManager singletonEric Milkie2013-04-121-1/+1
* SERVER-8169 allow OpenSSL to interactively prompt for private key passphraseEric Milkie2013-04-101-1/+1
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-4/+3
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-1/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-1/+6
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-8/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* stop corrupting the stackEric Milkie2012-01-031-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+177