Commit Graph

315 Commits

Author SHA1 Message Date
Bob Halley
5d63ed8564 fix copyright 1999-07-06 23:04:54 +00:00
Bob Halley
36d4a1b3bc add net.h; sockaddr.h and netaddr.h are now generic 1999-07-06 22:59:21 +00:00
Bob Halley
283be780d8 do not need to include sys/types.h or sys/socket.h 1999-07-06 22:58:44 +00:00
Bob Halley
08fd94c483 lint 1999-07-06 22:58:04 +00:00
Bob Halley
047079a236 sockaddr.c is now generic 1999-07-06 22:57:44 +00:00
Bob Halley
fcdd25f9dc convert to isc/net.h 1999-07-06 22:56:25 +00:00
Bob Halley
64e41159a9 shared library support 1999-07-03 21:07:10 +00:00
Bob Halley
94a5826150 do not get the current time for an inactive timer 1999-07-03 21:00:55 +00:00
Bob Halley
b0cab8639f Fix cut-and-paste problem with the debugging definition of isc_mempool_put(). 1999-06-29 19:06:26 +00:00
Mark Andrews
07bd65db25 Catch certain reference after free and failure to initalise bugs
earlier in development rather than later.
1999-06-29 14:28:37 +00:00
Bob Halley
8b1b8c29cd include sys/sockio.h if present (makes things work on Solaris) 1999-06-28 18:30:24 +00:00
Bob Halley
38bc5e05ab fix casting problem 1999-06-28 18:29:35 +00:00
Bob Halley
e410f46def include netinet/in.h 1999-06-28 18:29:04 +00:00
Michael Graff
5c02d3183f add isc_sockaddr_equal() 1999-06-25 22:09:35 +00:00
Michael Graff
b456d80637 add isc_socket_gettype() 1999-06-25 01:36:52 +00:00
Bob Halley
96754ed7b4 put msgcat init in lib.c 1999-06-23 22:28:27 +00:00
Bob Halley
5804af97ab deal with unavailable result text; define set number 1999-06-23 03:08:59 +00:00
Bob Halley
d8dcd6ad46 basic NLS support 1999-06-23 02:51:39 +00:00
Bob Halley
e44cd25d3f add isc_result_t and isc_msgcat_t 1999-06-23 02:50:03 +00:00
Bob Halley
0252805805 add missing .h files 1999-06-18 22:38:55 +00:00
Bob Halley
e4e071ae12 unified result type support 1999-06-18 22:35:18 +00:00
Bob Halley
c84bdaa684 add once.h 1999-06-18 22:22:32 +00:00
Bob Halley
4a25a07d5b add 1999-06-18 22:22:25 +00:00
Bob Halley
422d79178c make unsigned 1999-06-17 23:14:18 +00:00
Bob Halley
cab399250b ISC_LIST_UNLINK now sets the link fields to the unlinked state (-1). 1999-06-17 01:56:30 +00:00
Bob Halley
ee34b73efe added ifdef notyet IPv6 support 1999-06-16 21:05:22 +00:00
Bob Halley
d717d5600b event purging api change 1999-06-15 23:18:44 +00:00
Bob Halley
07697f1c52 tagged event support 1999-06-15 23:18:18 +00:00
Bob Halley
3bb3f7ca61 add tag 1999-06-15 23:17:46 +00:00
Bob Halley
9a7d5570ae use ISC_EVENT_INIT 1999-06-15 23:17:24 +00:00
Bob Halley
afdb3abb9b zero interval and epoch; rename _get() to _now(); add _nowplusinterval() 1999-06-12 01:15:05 +00:00
Bob Halley
0f287538a5 use isc_time_now; allow default expires and interval 1999-06-12 01:13:22 +00:00
Bob Halley
0941b4e809 add isc_task_purgeevent 1999-06-12 01:10:32 +00:00
Michael Graff
2bc646508d bitfields are your friend 1999-06-10 00:57:33 +00:00
Michael Graff
dbe7bf66ff More simplification. internal events are now basically a plain old event. 1999-06-10 00:50:06 +00:00
Michael Graff
81231fc4c3 simplify part of socket.c -- one internal readable event for accepting
connections.  This GREATLY simplifies cancellation, but needs testing.
1999-06-10 00:45:30 +00:00
Bob Halley
f1c294ce38 add ISC_EVENT_INIT 1999-06-10 00:18:47 +00:00
Bob Halley
96f42b3b05 support new destroy method; attributes; reorder structure members 1999-06-09 23:26:45 +00:00
Bob Halley
3f8744a28f support for unpurgable events 1999-06-09 23:25:50 +00:00
Andreas Gustafsson
c1bfdd2995 turn on ISC_LEXOPT_ESCAPE 1999-06-09 11:56:45 +00:00
Michael Graff
3433c5ee69 start transition to one internal event by keeping all state in the done events 1999-06-09 02:21:19 +00:00
Michael Graff
608b132b4e remove unnessary casts 1999-06-08 21:55:07 +00:00
James Brister
71737a4d6b Let the user (at symtab creation time) specify an argument to be passed
through to the undefine action.
1999-06-08 13:02:10 +00:00
James Brister
ab5657cabf Support bases other than 10 in numbers (using option ISC_LEXOPT_CNUMBER)
Fixed bug in keeping track of input line numbers inside comments.
1999-06-08 12:45:23 +00:00
Andreas Gustafsson
5fc7ba3e1a added dns_db_dump(), $DATE, and supporting changes 1999-06-08 10:35:23 +00:00
Michael Graff
f28a94af21 comment, clean up a bit 1999-06-08 02:50:51 +00:00
Michael Graff
eb7ef395d2 implement memory pools 1999-06-08 02:38:30 +00:00
Michael Graff
47d1506e95 add ISC_MIN() and ISC_MAX() 1999-06-08 02:38:21 +00:00
Andreas Gustafsson
3b84ea68c0 use new isc_netaddr_t type to represent network addresses 1999-05-26 06:24:54 +00:00
Andreas Gustafsson
0237695c5e initial version of generic network address structure 1999-05-26 06:21:08 +00:00