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

112 Commits

Author SHA1 Message Date
Mathias Stearn
9dc8c7d008 Revert "Revert "Use serverID in HostAndPort::isSelf SERVER-1515""
This reverts commit 3d1faf35fc.
2010-09-10 19:00:32 -04:00
Mathias Stearn
3d1faf35fc Revert "Use serverID in HostAndPort::isSelf SERVER-1515"
This reverts commit f23ba41ffa.
2010-09-07 19:09:46 -04:00
Mathias Stearn
f23ba41ffa Use serverID in HostAndPort::isSelf SERVER-1515 2010-09-07 18:50:39 -04:00
Mathias Stearn
eca02a4eec support sub-second timeouts SERVER-1515 2010-09-07 18:50:39 -04:00
dwight
cfb9944f7c less extraneous shutdown logging 2010-08-31 05:18:34 -04:00
dwight
b3118b904f rs close sockets when relinquish primary so clients arent surprised 2010-08-31 00:20:31 -04:00
Dwight
6c71ce88ff increase the maximum message rteceive size to 48MB for the transport. bulk insert messages might be pretty big. 2010-08-25 14:59:34 -04:00
Dwight
20155ad7fb make classes noncopyable to be safe. compile db_10.sln 2010-08-25 13:40:01 -04:00
Dwight
e52542e586 cleaning formatting 2010-08-25 13:01:36 -04:00
Eliot Horowitz
b1c3371ad7 remove SO_LINGER 2010-08-18 17:26:57 -04:00
Eliot Horowitz
7719fd049d use SO_LINGER 2010-08-18 14:20:21 -04:00
dwight
a2d882e300 remove ending() from backgroundjob - we dont use it 2010-08-13 15:30:00 -04:00
Eliot Horowitz
7d96c8df49 fix select() timing for os x SERVER-1596 2010-08-09 13:49:09 -04:00
Eliot Horowitz
a4dc5281d8 try to fix select timing on windows SERVER-1596 2010-08-09 12:16:21 -04:00
dwight
e7c3af37ab EINTR retry 2010-08-07 14:14:51 -04:00
Eliot Horowitz
9fe88675c5 fix fast elapase time 2010-08-02 14:49:51 -04:00
Mathias Stearn
6afb2abd7d use global rather than local cache for isSelf 2010-07-29 16:49:43 -04:00
Mathias Stearn
6baeb71caf use bind() in HostAndPort::isSelf() SERVER-1414 2010-07-29 16:34:38 -04:00
dwight
2088a68e9a rs logging 2010-07-28 20:39:09 -04:00
dwight
bed8c99ab7 attempt clean up ernoodesc on windows 2010-07-28 16:01:28 -04:00
Mathias Stearn
0a80030ba9 plug memory leak 2010-07-26 21:09:10 -04:00
Eliot Horowitz
55382a6b84 clean up log messags 2010-07-26 11:23:34 -04:00
Dwight
f1d859be45 rs dropalldatabases bug 2010-07-22 13:13:50 -04:00
Eliot Horowitz
db31e7bf50 debugging 2010-07-21 12:46:33 -04:00
dwight
a5a05a8bae errno doesnt work with winsock, handle 2010-07-07 17:36:23 -04:00
Eliot Horowitz
85ee9d5f90 fix linux compile 2010-07-04 08:30:59 -04:00
Eliot Horowitz
8eb88a0f6e oops - #if != #ifdef 2010-07-04 08:18:41 -04:00
Eliot Horowitz
1d1d36c424 better windows limit 2010-07-04 08:13:31 -04:00
Eliot Horowitz
09031b917f cut off new connections based on fd limit 2010-07-04 08:09:19 -04:00
Mathias Stearn
ae2aa8a245 Static destruction order fix SERVER-1276 2010-07-01 17:46:06 -04:00
dwight
c5ab124c45 missing closesocket in miniwebserver edge case 2010-06-26 22:32:12 -04:00
Eliot Horowitz
fd974724b9 remove extern 2010-06-22 12:51:43 -04:00
Alberto Lerner
df33cf69bc Correct indentation 2010-06-22 09:08:36 -07:00
Alberto Lerner
a124e197a2 Linux changes timeout parameter 2010-06-22 09:05:32 -07:00
Eliot Horowitz
140d8a4254 fast tracking of rough time passage 2010-06-22 06:08:28 -04:00
Eliot Horowitz
21ad005a96 track elapsed time in Listener 2010-06-22 05:59:44 -04:00
Mathias Stearn
4a7cedf9d6 fix build 2010-06-03 20:11:11 -04:00
Mathias Stearn
6a3199b14f Exit if can't bind to port SERVER-1141 2010-06-03 19:29:40 -04:00
Mathias Stearn
7b933846b1 missmatched new[] / delete 2010-05-27 20:46:48 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Aaron
df75203993 SERVER-109 Message only use vector when necessary 2010-05-21 12:34:22 -07:00
Aaron
dad28843bd SERVER-109 enhance multi buffer message 2010-05-18 22:09:03 -07:00
Aaron
d107ff9d0f Merge branch 'master' of github.com:mongodb/mongo 2010-05-18 17:17:51 -07:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Aaron
b55098dd80 SERVER-109 windows multi send fallback 2010-05-17 17:26:44 -07:00
Aaron
14114b403e SERVER-109 reinstate sendmsg 2010-05-17 10:02:02 -07:00
Aaron
4ac5ac7345 SERVER-109 fix multi send issue in commented code 2010-05-13 15:07:23 -07:00
Aaron
2b4eaa9488 SERVER-109 temp compile win 2010-05-13 11:21:05 -07:00
Aaron
501b8d4d66 SERVER-109 temp compile win 2010-05-13 11:09:22 -07:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00