- 06 Jul, 2001 1 commit
-
-
Danny Mayer authored
-
- 07 Jun, 2001 1 commit
-
-
Brian Wellington authored
-
- 04 Jun, 2001 1 commit
-
-
David Lawrence authored
-
- 14 May, 2001 2 commits
-
-
Andreas Gustafsson authored
of always returning ISC_R_UNEXPECTED
-
Andreas Gustafsson authored
by logging code. [RT #1293]
-
- 26 Apr, 2001 1 commit
-
-
Andreas Gustafsson authored
814. [bug] Socket objects left over from accept() failures were incorrectly destroyed, causing corruption of socket manager data structures. 813. [bug] File descriptors exceeding FD_SETSIZE were handled badly. [RT #1192]
-
- 24 Apr, 2001 1 commit
-
-
Andreas Gustafsson authored
-
- 10 Apr, 2001 2 commits
-
-
Andreas Gustafsson authored
into hard errors - they should be soft errors
-
Andreas Gustafsson authored
got wedged in a state where accept() always returns EBADF, the server would loop calling internal_accept() repeatedly. Implemented an alternative fix where a hard error in accept() causes an event with a nonzero result code to be sent, and the new socket object to be freed
-
- 06 Mar, 2001 1 commit
-
-
Brian Wellington authored
a soft error as a hard error on send (that is, not retry it). It also modifies the code calling sendmsg() to retry on EINTR.
-
- 24 Feb, 2001 1 commit
-
-
Andreas Gustafsson authored
cause the server to retry the transmission indefinitely. [RT #902]
-
- 12 Feb, 2001 1 commit
-
-
Brian Wellington authored
a partially constructed event and flags. The flags can include ISC_SOCKFLAG_IMMEDIATE, which means that if the operation completes, the event is filled in and not sent.
-
- 08 Feb, 2001 1 commit
-
-
Brian Wellington authored
-
- 07 Feb, 2001 1 commit
-
-
Mark Andrews authored
-
- 06 Feb, 2001 2 commits
-
-
Andreas Gustafsson authored
twice, and the socket object for the new socket was never destroyed, causing the server to hang on exit (if multithreaded) or dump core on exit (if singlethreaded). Now the only difference between "hard" and "soft" errors is that the latter are not logged.
-
Andreas Gustafsson authored
accept() returns a valid peer address; instead just log an ugly error message and continue if the peer address is left unchanged or insane by accept() [RT #809]
-
- 27 Jan, 2001 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 26 Jan, 2001 1 commit
-
-
Brian Wellington authored
-
- 25 Jan, 2001 1 commit
-
-
Damien Neil authored
the socket lock. (Assuming the operation succeeds immediately, and doesn't need to be queued.) - Communications with the watcher thread tweaked to reduce the need for locking.
-
- 23 Jan, 2001 3 commits
-
-
Brian Wellington authored
-
Andreas Gustafsson authored
-
Brian Wellington authored
assign the "pf" field in the new socket.
-
- 11 Jan, 2001 1 commit
-
-
Andreas Gustafsson authored
used the wrong errno value [RT #640]
-
- 09 Jan, 2001 1 commit
-
-
Brian Wellington authored
-
- 26 Dec, 2000 2 commits
-
-
David Lawrence authored
I would have seen *before* I commited anything. So, include isc/thread.h, isc/mutex.h and isc/condition.h even if ISC_PLATFORM_USETHREADS is not defined. (What caused me to bother with this at all was a problem that I resolved a few days ago by fixing configure ... though now that I think about it, that probably means there is some other latent problem with inconsistent definitions that could maybe be handled better. I'll look into it more later, AFTER vacation.)
-
David Lawrence authored
ISC_PLATFORM_USETHREADS is defined.
-
- 19 Dec, 2000 2 commits
-
-
Brian Wellington authored
isc_msgcat_get() and speed things up.
-
Andreas Gustafsson authored
least be duplicated consistently
-
- 06 Dec, 2000 2 commits
-
-
Brian Wellington authored
should return EAFNOSUPPORT. Work around this.
-
David Lawrence authored
-
- 22 Nov, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 17 Nov, 2000 1 commit
-
-
Andreas Gustafsson authored
unexpected error [RT #215]
-
- 12 Oct, 2000 1 commit
-
-
Brian Wellington authored
-
- 07 Oct, 2000 1 commit
-
-
Brian Wellington authored
-
- 28 Sep, 2000 1 commit
-
-
Brian Wellington authored
-
- 21 Sep, 2000 2 commits
-
-
Michael Graff authored
-
Michael Graff authored
-
- 07 Sep, 2000 1 commit
-
-
Michael Graff authored
-
- 06 Sep, 2000 1 commit
-
-
Michael Graff authored
-