summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-22/+1
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-111-3/+11
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-261-21/+0
* make socket read retry forever instead of just onceEric Milkie2012-06-131-4/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-8/+8
* SERVER-4949 avoid unhandled SIGPIPE causing process exit, on OS XEric Milkie2012-03-021-1/+1
* goodbye boost::call_onceMathias Stearn2012-02-091-9/+6
* Don't destroy _hostNameCached SERVER-4367Mathias Stearn2012-02-091-1/+1
* fix memory leak in ssl connectionsEliot Horowitz2012-01-251-8/+14
* ifix concurrency api when using openssl SERVER-4749Eliot Horowitz2012-01-231-0/+65
* print correct error text for socket errors on WindowsEric Milkie2012-01-061-3/+5
* minor header cleaningEliot Horowitz2012-01-061-0/+6
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+763