summaryrefslogtreecommitdiff
path: root/util/sock.h
Commit message (Expand)AuthorAgeFilesLines
* set default socket path in consEliot Horowitz2011-01-211-3/+0
* some tools don't use cmdline.cpp SERVER-2083Kristina2011-01-131-0/+3
* add --socket option for domain sock loc SERVER-2083Kristina2011-01-131-1/+4
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-42/+42
* Remove socket files on shutdown SERVER-1869Mathias Stearn2010-10-211-4/+24
* Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"Mathias Stearn2010-09-131-6/+0
* Revert "Have ReplicaSets wait for Listener before initializing SERVER-1515"Mathias Stearn2010-09-131-7/+1
* compile unixdwight2010-09-121-2/+1
* gai_strerror is not threadsafe on widnows. so dont usedwight2010-09-121-10/+5
* fix hostandport warning on widnowsdwight2010-09-101-1/+1
* Have ReplicaSets wait for Listener before initializing SERVER-1515Mathias Stearn2010-09-101-1/+7
* HostAndPort::isSelf() -> ListeningSockets::listeningOn()Mathias Stearn2010-09-101-0/+7
* support sub-second timeouts SERVER-1515Mathias Stearn2010-09-071-3/+3
* clean up logging. now that we show the thread the indentation wasnt usefulDwight2010-08-261-11/+4
* 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