0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

72 Commits

Author SHA1 Message Date
Eliot Horowitz
77459bc8a8 use SO_KEEPALIVE SERVER-1126 2010-05-16 21:55:48 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Dwight Merriman
0c7e5438e0 get rid of macros in log.h 2010-04-24 14:03:14 -04:00
Mathias Stearn
1d746cc4ca cleanup namespace pollution SERVER-1042 2010-04-23 14:26:26 -04:00
Aaron
30c91f9d06 SERVER-832 compile win 2010-04-08 13:47:13 -07:00
Aaron
1007c905b0 Merge branch 'master' of github.com:mongodb/mongo 2010-04-08 13:38:23 -07:00
Mathias Stearn
0efadc48e9 Disable IPv6 by default. Add function and cmdline opt to enable. 2010-04-08 15:15:35 -04:00
Aaron
b051b16197 Merge branch 'master' of github.com:mongodb/mongo 2010-04-08 12:14:29 -07:00
Aaron
1b0b94cb9c SERVER-832 use send/recv timeouts 2010-04-08 12:14:20 -07:00
Mathias Stearn
6378b9da4c Winsock startup at static init 2010-04-08 14:25:06 -04:00
Mathias Stearn
005a87caf1 oops 2010-04-08 00:19:48 -04:00
Mathias Stearn
e6ca10ed6d windows string fun 2010-04-08 00:17:12 -04:00
Mathias Stearn
49dc591f5d Move all name resolution to SockAddr constructor.
Start using getaddrinfo/getnameinfo.
2010-04-08 00:08:57 -04:00
Mathias Stearn
afafbfa5a7 Better getAddr for unix sockets 2010-04-05 21:46:04 -04:00
Mathias Stearn
df4874f9a8 support listening on multiple sockets.
Defaults to all IPv4 and all IPv6 addresses and a unix socket.
SERVER-866 SERVER-859 SERVER-408
2010-04-05 18:26:17 -04:00
Mathias Stearn
19755df99a fix byte order on getPort() 2010-04-05 18:15:12 -04:00
Dwight
43fb9be758 elim warnign on widnwos 2010-04-05 14:24:09 -04:00
Mathias Stearn
caf3617fc5 windows fixes 2010-04-05 14:11:40 -04:00
Mathias Stearn
abfa039e22 Move code from sock.h to sock.cpp MINOR 2010-04-05 10:52:38 -04:00
Mathias Stearn
06d8b84a13 Better handling of unset SockAddrs 2010-04-02 21:26:57 -04:00
Mathias Stearn
ec5293b1ce more fun with windows 2010-04-02 19:24:08 -05:00
Mathias Stearn
c8480344ee fun with windows 2010-04-02 19:09:56 -05:00
Mathias Stearn
4cd861085b windows fix 2010-04-02 19:37:43 -04:00
Mathias Stearn
a9382d41f0 Unix socket support (must use --nohttpinterface for now) SERVER-866 2010-04-02 19:26:13 -04:00
Mathias Stearn
b6744bbde6 Replace hardcoded AF_INET with calls to getType() 2010-04-02 19:26:13 -04:00
Mathias Stearn
3f6871c96d Make SockAddr internals support different types. SERVER-859 SERVER-866 2010-04-02 19:26:13 -04:00
Mathias Stearn
c64dc2337b winsock2 fix 2010-04-02 13:19:27 -05:00
Mathias Stearn
1d10bf7d5e Combine SockAddr::localhost() and isLocalHost() 2010-04-02 13:21:27 -04:00
Mathias Stearn
b03cc0e07d Privatize SockAddr::sa. Banish use of sockaddr_in outside of SockAddr class 2010-04-02 13:21:27 -04:00
Mathias Stearn
d43f194989 Convert SockAddr.sa to sockaddr_storage. prep for SEVER-859 2010-04-02 13:21:27 -04:00
Mathias Stearn
3c53fbaedc Banish sockaddr_in from everywhere except sock.h. prep for SERVER-859 2010-04-02 13:21:27 -04:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Dwight
eb75c9529f comments 2010-02-23 11:06:26 -05:00
Eliot Horowitz
2d35a54b16 cleaning up listening thread shutdown 2010-01-09 02:58:12 +01:00
Eliot Horowitz
8f1e01b0e4 macro for errno so messages are consistent and have full debugging 2009-12-21 10:06:14 -05:00
Eliot Horowitz
d51dce22b3 fix SockAddr::toString 2009-11-24 13:38:57 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
7cadc27b27 make binding to an address work SERVER-220 2009-08-10 10:37:56 -04:00
Eliot Horowitz
3cc17c8c5f 64-bit windows build just about working 2009-07-27 13:50:25 -04:00
Aaron
f79e2e6b15 disable http interface authentication for localhost 2009-05-13 12:28:59 -04:00
Aaron
046e7f9acf Add HostByName test 2009-01-21 15:50:49 -05:00
Aaron
9a36738d0c Don't convert an ip to another ip; only convert a hostname to an ip 2009-01-21 15:32:58 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Dwight
b63867ab3c cleanup how we use boost.
eliminate boost hpp's from this repository
see 10gen.com/wiki/pub.db.contrib.windows
2008-12-16 17:48:48 -05:00
Dwight
0fe5e50be0 web console work 2008-12-04 14:33:18 -05:00
Dwight
1875ee8151 more dbgrid work 2008-10-24 17:51:28 -04:00
Dwight
87d0ed26c4 allow an array for sort order 2008-10-14 14:02:43 -04:00