Danny Mayer
|
d7979cbb6c
|
Removed errno references (except for pipe) and used WSAGetLastError() instead, changed logging to use isc__strerror() (adding function in this file for now), changed select timeout to 400 Milleseconds from 2 seconds. This reduces the wait when adding a socket at the cost of CPU usage.
|
2002-01-24 23:19:35 +00:00 |
|
Mark Andrews
|
d073663cb4
|
1174. [bug] Win32: add WSAECONNRESET to the expected errors
from connect(). [RT #2308]
|
2002-01-10 03:50:13 +00:00 |
|
Mark Andrews
|
0cfa2fb26d
|
1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
supported by the OS by a new function
isc_socket_ipv6only().
|
2001-11-29 07:31:25 +00:00 |
|
Andreas Gustafsson
|
91cd0f93ad
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
Andreas Gustafsson
|
f1b6872550
|
Do not put a space before ';' when terminating a statement or in a 'for' statement.
|
2001-11-27 00:56:32 +00:00 |
|
Andreas Gustafsson
|
36d8518388
|
indentation
|
2001-11-15 19:06:04 +00:00 |
|
Danny Mayer
|
afce5ee1c8
|
On a successful connect need to clear the except_fds bit for the socket. except_fds is only set for a connect call, so it is always safe to clear
|
2001-11-08 03:29:05 +00:00 |
|
Danny Mayer
|
e209942448
|
Fix select to set and check for exception fds for the connect() function for the socket. Miscellaneous error handling cleanup. [RT #1870]
|
2001-11-07 04:24:38 +00:00 |
|
Danny Mayer
|
8423b244ec
|
doio_recv was not catching a ECONNRESET error. Fixed this and added code to catch other possible errors. Miscellaneous errno handling cleanup [RT #1745]
|
2001-09-16 06:19:22 +00:00 |
|
Andreas Gustafsson
|
07dcadc6e2
|
update_copyrights
|
2001-07-17 20:29:36 +00:00 |
|
Danny Mayer
|
14597c218d
|
Fix memory leak [RT 1478]
|
2001-07-10 06:27:44 +00:00 |
|
Andreas Gustafsson
|
e76d4c91bf
|
coding style
|
2001-07-09 21:06:30 +00:00 |
|
Danny Mayer
|
68c2ccc953
|
code style cleanup
|
2001-07-08 05:09:35 +00:00 |
|
Danny Mayer
|
fd61d0cab1
|
Initial release of socket code
|
2001-07-06 05:37:46 +00:00 |
|