summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* clean up shutdownr1.5.0Eliot Horowitz2010-04-081-2/+4
* Prevent calls to pure virtual functions in MongoFile SERVER-988Mathias Stearn2010-04-082-6/+11
* SERVER-832 compile winAaron2010-04-081-2/+2
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-04-084-2/+16
|\
| * attempt to debug failing testsMathias Stearn2010-04-081-0/+4
| * Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn2010-04-083-2/+12
* | Merge branch 'master' of github.com:mongodb/mongoAaron2010-04-082-9/+16
|\ \ | |/
| * Winsock startup at static initMathias Stearn2010-04-082-9/+16
* | SERVER-832 use send/recv timeoutsAaron2010-04-084-120/+138
|/
* special case localhost = 127.0.0.1 (for now)Mathias Stearn2010-04-081-0/+3
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-04-082-46/+38
|\
| * oopsMathias Stearn2010-04-081-2/+2
| * windows string funMathias Stearn2010-04-081-0/+3
| * Move all name resolution to SockAddr constructor.Mathias Stearn2010-04-082-49/+35
| * better handling of IPv6 literal addressesMathias Stearn2010-04-081-0/+3
* | try to fix solarisEliot Horowitz2010-04-081-1/+1
|/
* compile errdwight2010-04-071-2/+2
* growdwight2010-04-073-4/+25
* compileDwight2010-04-071-1/+2
* ramstore workDwight2010-04-072-14/+91
* cleaning Listener and don't log ever http connectEliot Horowitz2010-04-073-7/+9
* minor mmfDwight2010-04-062-6/+10
* adaptive sleep for ClientCusror::yield SERVER-975Eliot Horowitz2010-04-061-0/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-04-066-55/+236
|\
| * Better getAddr for unix socketsMathias Stearn2010-04-051-1/+1
| * Merge branch 'master' into correctionMathias Stearn2010-04-051-2/+2
| |\
| | * cflfDwight Merriman2010-04-051-2/+2
| * | windows fixMathias Stearn2010-04-051-2/+2
| |/
| * support listening on multiple sockets.Mathias Stearn2010-04-053-48/+122
| * fix byte order on getPort()Mathias Stearn2010-04-051-2/+2
| * compile errDwight2010-04-051-0/+4
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-051-0/+1
| |\
| | * default case MINORMathias Stearn2010-04-051-0/+1
| * | towards storage engine pluggabilityDwight2010-04-054-3/+98
| |/
| * elim warnign on widnwosDwight2010-04-052-1/+3
| * windows fixesMathias Stearn2010-04-052-4/+9
* | an assertEliot Horowitz2010-04-061-0/+1
|/
* Better IPv6 for SockAddrMathias Stearn2010-04-051-1/+10
* Combine init() and listen()Mathias Stearn2010-04-053-13/+7
* Move code from sock.h to sock.cpp MINORMathias Stearn2010-04-052-85/+88
* Make Listener register socket with ListeningSocketsMathias Stearn2010-04-052-2/+2
* Make MiniWebServer inherit from ListerMathias Stearn2010-04-054-68/+22
* Stop recycling SockAddrsMathias Stearn2010-04-021-1/+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-022-8/+23
* Replace hardcoded AF_INET with calls to getType()Mathias Stearn2010-04-023-4/+4
* Make SockAddr internals support different types. SERVER-859 SERVER-866Mathias Stearn2010-04-021-11/+64