summaryrefslogtreecommitdiff
path: root/util/message_server_port.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-311-2/+8
* slightly safer connection semaphore managementEliot Horowitz2011-02-221-1/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-23/+23
* track network in/out SERVER-2081Eliot Horowitz2010-11-091-0/+3
* spacingEliot Horowitz2010-09-171-1/+1
* fix fast elapase timeEliot Horowitz2010-08-021-0/+4
* more info when out of connectionsEliot Horowitz2010-07-291-1/+1
* use boost::bind instead of grabEliot Horowitz2010-07-281-15/+11
* cut off new connections based on fd limitEliot Horowitz2010-07-041-1/+0
* debuggabilityEliot Horowitz2010-07-011-0/+1
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-281-0/+1
* mongos now accepts a --bind_ip argument [SERVER-1156]alerner2010-05-281-5/+4
* stdafx->pchDwight2010-04-271-1/+1
* kill warningDwight Merriman2010-04-261-1/+1
* cleaning socket error logging and move demangleName to global locationEliot Horowitz2010-04-261-4/+15
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-4/+28
* Better debugging of exceptionsMathias Stearn2010-04-121-1/+3
* Combine init() and listen()Mathias Stearn2010-04-051-2/+1
* fix MessagingPort leaking SERVER-777Eliot Horowitz2010-03-291-3/+2
* don't use asio for mongos with win vcproj yetDwight2010-01-261-0/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-291-1/+1
* Close listener sockets on exitAaron2009-04-011-0/+1
* work on old versions of boostEliot Horowitz2009-03-021-12/+29
* switch mongos to use MessageServerEliot Horowitz2009-03-021-0/+57