- 12 May, 1999 9 commits
-
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Andreas Gustafsson authored
-
- 11 May, 1999 1 commit
-
-
Bob Halley authored
-
- 10 May, 1999 12 commits
-
-
Bob Halley authored
-
Bob Halley authored
When isc_task_shutdown() is called, any shutdown events are posted and the task goes into shutting down state. isc_task_onshutdown() may no longer be called. If the task allows transition to the done state (the default), then as soon as the task's event queue is empty the task will enter the done state. Once the done state has been entered, events may no longer be posted (regardless of the allowsend state). If transition to the done state is not allowed, then the task will continue to exist and be able to receive events. Moved event support to event.[ch]. The final state of a task is now called "done" not "shutdown". Created a flags variable instead of having separate booleans. Added isc_task_allowdone() and isc_task_purgerange(). Minor tracing fixes.
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
as an error has not occurred. Have dns_dbiterator_first() return DNS_R_NOMORE if the tree is empty.
-
Mark Andrews authored
-
- 07 May, 1999 6 commits
-
-
David Lawrence authored
properly because the destination was being ANDed with the bits coming from the next byte, rather than ORed.
-
David Lawrence authored
the attributes of the joined name to correctly identify whether it is absolute. (IE, when the first level is joined with the top level, the node struct being used is from the first level, which is not absolute, but the new name is absolute so the struct needs to be updated.)
-
Mark Andrews authored
it will need to be freed, dns_rdata_freestruct(). Changes to implement this. Added C++ support to rdatastruct.h
-
Mark Andrews authored
-
David Lawrence authored
-
David Lawrence authored
-
- 06 May, 1999 3 commits
-
-
Bob Halley authored
-
Mark Andrews authored
-
Bob Halley authored
-
- 05 May, 1999 7 commits
-
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Bob Halley authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
- 04 May, 1999 2 commits
-
-
Andreas Gustafsson authored
-
Bob Halley authored
-