summaryrefslogtreecommitdiff
path: root/util/sock.h
Commit message (Expand)AuthorAgeFilesLines
* change LazyString to toString rather than (string)Eliot Horowitz2010-07-171-4/+0
* added string getHostNameCached();Eliot Horowitz2010-07-131-0/+2
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-1/+3
* git rid of "operator string"Mathias Stearn2010-07-071-3/+1
* solaris no rcvtimo option; use less macrosdwight2010-06-271-8/+8
* Make MongoDB compile and work on OpenBSD (gcc4 archs, tested on OpenBSD-curre...Frank DENIS2010-06-221-0/+7
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* use SO_KEEPALIVE SERVER-1126Eliot Horowitz2010-05-161-1/+8
* stdafx->pchDwight2010-04-271-1/+1
* get rid of macros in log.hDwight Merriman2010-04-241-1/+1
* cleanup namespace pollution SERVER-1042Mathias Stearn2010-04-231-0/+2
* SERVER-832 compile winAaron2010-04-081-2/+2
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-04-081-0/+3
|\
| * Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn2010-04-081-0/+3
* | Merge branch 'master' of github.com:mongodb/mongoAaron2010-04-081-0/+2
|\ \ | |/
| * Winsock startup at static initMathias Stearn2010-04-081-0/+2
* | SERVER-832 use send/recv timeoutsAaron2010-04-081-8/+7
|/
* oopsMathias Stearn2010-04-081-2/+2
* windows string funMathias Stearn2010-04-081-0/+3
* Move all name resolution to SockAddr constructor.Mathias Stearn2010-04-081-13/+10
* Better getAddr for unix socketsMathias Stearn2010-04-051-1/+1
* support listening on multiple sockets.Mathias Stearn2010-04-051-0/+4
* fix byte order on getPort()Mathias Stearn2010-04-051-2/+2
* elim warnign on widnwosDwight2010-04-051-0/+2
* windows fixesMathias Stearn2010-04-051-4/+5
* Move code from sock.h to sock.cpp MINORMathias Stearn2010-04-051-84/+1
* Better handling of unset SockAddrsMathias Stearn2010-04-021-2/+7
* more fun with windowsMathias Stearn2010-04-021-1/+1
* fun with windowsMathias Stearn2010-04-021-0/+5
* windows fixMathias Stearn2010-04-021-0/+1
* Unix socket support (must use --nohttpinterface for now) SERVER-866Mathias Stearn2010-04-021-6/+16
* Replace hardcoded AF_INET with calls to getType()Mathias Stearn2010-04-021-1/+1
* Make SockAddr internals support different types. SERVER-859 SERVER-866Mathias Stearn2010-04-021-11/+64
* winsock2 fixMathias Stearn2010-04-021-4/+0
* Combine SockAddr::localhost() and isLocalHost()Mathias Stearn2010-04-021-9/+1
* Privatize SockAddr::sa. Banish use of sockaddr_in outside of SockAddr classMathias Stearn2010-04-021-8/+10
* Convert SockAddr.sa to sockaddr_storage. prep for SEVER-859Mathias Stearn2010-04-021-21/+26
* Banish sockaddr_in from everywhere except sock.h. prep for SERVER-859Mathias Stearn2010-04-021-3/+4
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-4/+4
* commentsDwight2010-02-231-1/+1
* cleaning up listening thread shutdownEliot Horowitz2010-01-091-0/+36
* macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-7/+4
* fix SockAddr::toStringEliot Horowitz2009-11-241-2/+6
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* make binding to an address work SERVER-220Eliot Horowitz2009-08-101-2/+3
* 64-bit windows build just about workingEliot Horowitz2009-07-271-2/+6
* disable http interface authentication for localhostAaron2009-05-131-0/+2
* Add HostByName testAaron2009-01-211-0/+2
* Don't convert an ip to another ip; only convert a hostname to an ipAaron2009-01-211-1/+2
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-9/+9