0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

541 Commits

Author SHA1 Message Date
Mathias Stearn
29477f1f8e default case MINOR 2010-04-05 14:25:56 -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
41e683a2a5 Better IPv6 for SockAddr 2010-04-05 12:59:22 -04:00
Mathias Stearn
66a489efcc Combine init() and listen() 2010-04-05 10:52:38 -04:00
Mathias Stearn
abfa039e22 Move code from sock.h to sock.cpp MINOR 2010-04-05 10:52:38 -04:00
Mathias Stearn
61e921730c Make Listener register socket with ListeningSockets 2010-04-05 10:52:38 -04:00
Mathias Stearn
163c040888 Make MiniWebServer inherit from Lister 2010-04-05 10:52:38 -04:00
Mathias Stearn
5a30852961 Stop recycling SockAddrs 2010-04-02 21:28:55 -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
Dwight
ff23d77d07 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-02 16:43:27 -04:00
Dwight
d1138e570e cleaning 2010-04-02 16:43:10 -04:00
Mathias Stearn
b85dabdaab windows fixes 2010-04-02 13:40:19 -05:00
Mathias Stearn
c64dc2337b winsock2 fix 2010-04-02 13:19:27 -05:00
Eliot Horowitz
6f7f0a92c3 close Listener closing 2010-04-02 14:20:20 -04: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
Mathias Stearn
74ac2df0c7 Delete code thats been commented out for over a year 2010-04-02 13:21:27 -04:00
Dwight
666fb52bdd abstract out mmf administration 2010-04-02 11:28:32 -04:00
Mathias Stearn
12fa9864c4 pragma once in util/locks.h 2010-04-01 15:41:13 -04:00
Dwight
8657d88065 mmf 3 2010-03-31 16:21:20 -04:00
Dwight
3cb1ef8cd9 make HeaderSize a const 2010-03-31 15:49:28 -04:00
Eliot Horowitz
440388c0de fix boost lock 2010-03-31 14:44:11 -04:00
Eliot Horowitz
1f4c6e822f Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-31 14:34:22 -04:00
Eliot Horowitz
e8583f2a6b switch to pthread_rw lock on support platforms SERVER-824 2010-03-31 14:33:49 -04:00
Dwight
60a659e641 mmf abstraction 2010-03-31 12:45:40 -04:00
Dwight
f70df5352b cleaning 2010-03-30 10:11:28 -04:00
Aaron
19e879c509 use regular new rather than replacement new in mongo::mutex 2010-03-29 22:52:17 -07:00
Eliot Horowitz
df6709a2da fix MessagingPort leaking SERVER-777
From: Guillaume Delannoy <guillaumedelannoy@ymail.com>
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-03-29 10:11:16 -04:00
Eliot Horowitz
c0f6cf1c90 fix sleepmicros 2010-03-26 23:32:14 -04:00
Eliot Horowitz
31c9358289 fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
44dcc1ae77 don't use execinfo on solaris 2010-03-15 17:35:08 -04:00
Mathias Stearn
15249fbfd6 check for fd==0 as in mmap_posix 2010-03-15 16:26:12 -04:00
Mathias Stearn
1fe29d5b7f Async flush uasserts on windows SERVER-735 2010-03-15 16:26:12 -04:00
Aaron
c457973dc6 SERVER-695 expose boost object to work better with older boost versions 2010-03-15 09:56:10 -07: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
Eliot Horowitz
31330598f5 don't replicate mr temp tables SERVER-746 2010-03-15 12:29:14 -04:00
Eliot Horowitz
0d779a3fa8 can get progress of index creation through db.currentOp and web console SERVER-707 2010-03-15 11:18:08 -04:00
Eliot Horowitz
be63c9ca50 add time to mongostat 2010-03-12 15:49:21 -05:00
Eliot Horowitz
0797f88800 use BSONObj for params so order is preserved 2010-03-12 15:00:01 -05:00
Eliot Horowitz
77c164408b move alphabet to .h 2010-03-11 12:24:05 -05:00