summaryrefslogtreecommitdiff
path: root/util/net
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6391 add resetLastTime to ElapsedTrackerEliot Horowitz2012-07-271-0/+4
* backport - fix handling of socket timeouts on Windows SERVER-4758Eric Milkie2012-05-161-13/+13
* fix ssl mem leakEliot Horowitz2012-01-262-9/+14
* ifix concurrency api when using openssl SERVER-4749Eliot Horowitz2012-01-241-0/+64
* Fix MessagingPort to register all ports in global listKristina2011-12-011-0/+1
* Catch DBException separate from std::exception SERVER-4137Mathias Stearn2011-10-251-0/+4
* Type qualifiers are ignored on function return type.Yakov Markovitch2011-10-141-2/+1
* try/catch around send in mini webserver SERVER-3907Eliot Horowitz2011-09-221-2/+7
* Wait a bit before trying to accept() when out of FDs SERVER-3707 SERVER-3705Mathias Stearn2011-08-291-1/+7
* fix pcre include for clientEliot Horowitz2011-08-221-1/+1
* use our own version of pcre SERVER-2085Eliot Horowitz2011-08-181-1/+1
* replace log() << "ERROR: ..." with error()Mathias Stearn2011-08-151-8/+8
* Set TCP keepalive time to a minimum of 5 minutes on linux SERVER-3604Mathias Stearn2011-08-151-0/+24
* If user sets a smaller stack size than our default we should use it SERVER-2707r1.9.2Mathias Stearn2011-08-121-4/+16
* fix bad werror code usage on socket timeout with windows, and some cleaningdwight2011-08-022-9/+26
* support more ssl versionsEliot Horowitz2011-07-271-1/+1
* support for forced ssl everywhere in client and serverEliot Horowitz2011-07-271-0/+4
* error codesEliot Horowitz2011-07-271-5/+5
* support for ssl sockets in ListenEliot Horowitz2011-07-275-24/+128
* call Socket::postFork in case we need to finish acceptEliot Horowitz2011-07-272-0/+3
* support for forked ssl acceptEliot Horowitz2011-07-272-1/+28
* more error cleaningEliot Horowitz2011-07-271-5/+4
* ::socket failing should abortEliot Horowitz2011-07-271-3/+1
* move setSockTimeouts to Socket::setTimeoutEliot Horowitz2011-07-272-14/+10
* use Socket everywhere instead of bare file descriptorEliot Horowitz2011-07-278-12/+24
* Socket client ssl supportEliot Horowitz2011-07-274-12/+201
* try to fix windows compileEliot Horowitz2011-07-111-10/+10
* fix network error codeEliot Horowitz2011-07-111-1/+11
* fix global var init order potential crashdwight2011-07-111-2/+5
* compile windows w/out warnings and cleaningdwight2011-07-091-34/+22
* fix listen.ccp after refactorEliot Horowitz2011-07-061-1/+1
* net cleaning: headersEliot Horowitz2011-07-063-8/+33
* net cleaning: some commentsEliot Horowitz2011-07-061-1/+12
* net cleaning: sock.h -> sock.cppEliot Horowitz2011-07-062-30/+38
* net cleaning cruftEliot Horowitz2011-07-062-9/+7
* split MessagePort into MessagePort and SocketEliot Horowitz2011-07-066-257/+291
* moving code from sock.h to sock.cppEliot Horowitz2011-07-062-87/+110
* net cleaning: re-organizing fileEliot Horowitz2011-07-061-20/+27
* net cleaning: remove old error check code and use currentEliot Horowitz2011-07-062-11/+1
* remove unused UDPConnectionEliot Horowitz2011-07-061-84/+0
* a little http client cleaning and better testEliot Horowitz2011-07-062-3/+10
* compile vcxprojdwight2011-06-277-7/+7
* message_port.cppEliot Horowitz2011-06-261-0/+506
* move connTicketHolderEliot Horowitz2011-06-262-1/+1
* removed global debugString with Message::toStringEliot Horowitz2011-06-261-1/+2
* put objcheck in CmdLineEliot Horowitz2011-06-261-2/+0
* net cleaning: message.cpp splitEliot Horowitz2011-06-262-493/+18
* net cleaning: more splittingEliot Horowitz2011-06-262-228/+251
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-268-56/+330
* net cleaning: starting to split up message.hEliot Horowitz2011-06-266-204/+36