- 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
-
- 31 Aug, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Mark Andrews authored
-
- 29 Aug, 2000 1 commit
-
-
Brian Wellington authored
-
- 26 Aug, 2000 1 commit
-
-
Brian Wellington authored
-
- 25 Aug, 2000 1 commit
-
-
Brian Wellington authored
-
- 15 Aug, 2000 1 commit
-
-
Mark Andrews authored
not support the given address family requested. 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
-
- 10 Aug, 2000 4 commits
-
-
Andreas Gustafsson authored
-
Brian Wellington authored
family than the address specified, return a meaningful error.
-
Brian Wellington authored
on Linux when firewall rules block the send.
-
Brian Wellington authored
IPV6_PKTINFO if found. [RT #229]
-
- 01 Aug, 2000 1 commit
-
-
David Lawrence authored
own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
-
- 27 Jul, 2000 1 commit
-
-
David Lawrence authored
-
- 13 Jul, 2000 4 commits
-
-
Andreas Gustafsson authored
-
Brian Wellington authored
-
Brian Wellington authored
-
Andreas Gustafsson authored
when the debug level does not warrant logging
-
- 10 Jul, 2000 1 commit
-
-
Michael Graff authored
-
- 26 Jun, 2000 4 commits
-
-
Andreas Gustafsson authored
-
Michael Graff authored
-
Michael Graff authored
minor change to make certain 'on' is defined. This used to be used only by USE_CMSG, but is also used to turn on BSD compatibility, so test on SO_BSDCOMPAT too.
-
Michael Graff authored
turn on BSD compatibility to avoid the annoying linux 'return host unreachable for unconnected UDP datagrams' bug.
-
- 23 Jun, 2000 1 commit
-
-
Michael Graff authored
-
- 22 Jun, 2000 1 commit
-
-
David Lawrence authored
-
- 21 Jun, 2000 2 commits
-
-
David Lawrence authored
-
Michael Graff authored
-
- 20 Jun, 2000 1 commit
-
-
Michael Graff authored
-
- 15 Jun, 2000 1 commit
-
-
Michael Graff authored
-
- 08 Jun, 2000 1 commit
-
-
Michael Graff authored
-
- 02 Jun, 2000 2 commits
-
-
Michael Graff authored
-
Michael Graff authored
debugging easier. Also, while here, s/EMPTY/ISC_LIST_EMPTY/g
-
- 01 Jun, 2000 1 commit
-
-
David Lawrence authored
Mostly, several functions that take pointers as arguments, almost always char * pointers, had those pointers qualified with "const". Those that returned pointers to previously const-qualified arguments had their return values qualified as const. Some structure members were qualified as const to retain that attribute from the variables from which they were assigned. The macro DE_CONST was added to isc/util.h to deal with a handful of very special places where something is qualified as const but really needs to have its const qualifier removed. Also cleaned up a few places where variable names clashed with reserved identifiers. (Which mostly works fine, but strictly speaking is undefined by the standard.) Minor other ISC style cleanups.
-