Bob Halley
3d7e707dd6
add wire_test; remove generated targets on distclean
1999-01-06 05:42:26 +00:00
Bob Halley
e4cf160c38
update
1999-01-06 05:41:36 +00:00
Bob Halley
95c86af1e9
API changes (buffers); basic wire support
1999-01-06 05:41:20 +00:00
Bob Halley
77ca0b5793
API changes
1999-01-06 05:40:43 +00:00
Bob Halley
4880900113
remove generated files on distclean too
1999-01-06 05:39:52 +00:00
Bob Halley
5dee047038
new codes
1999-01-06 05:39:08 +00:00
Bob Halley
72c5d65bd2
new buffer representation changes; use FATAL_ERROR not INSIST(0)
1999-01-06 05:38:21 +00:00
Bob Halley
005df5aba5
change from current pointer to current offset, other improvements
1999-01-06 05:37:54 +00:00
Bob Halley
c23afd025e
update copyright
1999-01-06 05:33:05 +00:00
Bob Halley
d386111bff
case sensitive switch for symbol tables
1999-01-04 22:30:28 +00:00
Bob Halley
94d102893a
update copyrights
1999-01-04 19:47:40 +00:00
Bob Halley
84b009c9dc
add note
1999-01-04 19:38:06 +00:00
Bob Halley
e0bcb4f5d4
when dealing with subdirs, do not print messsages if the directory is nulldir
1999-01-04 19:23:44 +00:00
Bob Halley
38d2d0e932
eliminate dns_ types that duplicate isc_ types
1999-01-04 19:14:00 +00:00
Bob Halley
77e58a7e01
clean up and make more like name.h
1999-01-04 19:12:26 +00:00
Bob Halley
8afa9d1fcb
fix text region typing
1999-01-02 21:20:03 +00:00
Bob Halley
903b7c030e
add lex
1998-12-30 22:11:19 +00:00
Bob Halley
68d6549309
add lex_test
1998-12-30 22:07:51 +00:00
Bob Halley
d22c1a18db
add unistd.h (for getopt)
1998-12-30 22:07:20 +00:00
Bob Halley
ff0e32ceea
convert to isc_mem_strdup
1998-12-30 20:19:14 +00:00
Bob Halley
436db6667a
convert ISC_R_TOOSMALL to ISC_R_NOSPACE
1998-12-30 20:18:09 +00:00
Bob Halley
af0fce400b
add new codes
1998-12-30 20:17:41 +00:00
Bob Halley
dad8d67ed0
add isc_mem_strdup
1998-12-30 20:17:02 +00:00
Mark Andrews
566f721b3a
dns_name_fromregion() now stops conversion after encountering a root label.
1998-12-21 13:45:03 +00:00
Bob Halley
ea6ace7d0d
fix memory leak
1998-12-19 00:22:00 +00:00
Bob Halley
7cfb2cec61
fix comment
1998-12-19 00:15:50 +00:00
Bob Halley
9695806934
Don't allow type 0 to be used in a define.
1998-12-19 00:15:19 +00:00
Bob Halley
a5e49e5f7e
exists policy; module documentation
1998-12-19 00:14:33 +00:00
Bob Halley
95bcf47ff9
exists policy
1998-12-19 00:13:59 +00:00
Michael Graff
22c7e1fbca
use inet_addr() rather than the newer (and beter) inet_aton(). Solaris
...
doesn't have inet_aton(), and this was quick enough for a test program.
1998-12-18 22:51:42 +00:00
Michael Graff
53d53f147b
pull in <config.h> for possible alternate definition of inline
1998-12-18 22:20:02 +00:00
Michael Graff
dfd9b3fa62
Make this go on aa
1998-12-18 22:02:41 +00:00
Bob Halley
88580572f0
undefine action
1998-12-18 21:17:49 +00:00
Bob Halley
f058f96484
undefine action; assertions
1998-12-18 21:17:37 +00:00
Bob Halley
06c29e22e0
rwlock macros
1998-12-18 21:16:57 +00:00
Bob Halley
2c395a842b
undefine action support
1998-12-18 21:16:45 +00:00
Bob Halley
8dcce6f922
change memctx to mem
1998-12-18 19:14:37 +00:00
Bob Halley
4cafb28abc
change memctx to mem; cleanups; fix debug trace problem
1998-12-18 19:14:09 +00:00
Bob Halley
b2df2dafcd
add ISC_R_NOTFOUND
1998-12-18 19:12:36 +00:00
Bob Halley
2cbb7279ed
update
1998-12-18 19:12:00 +00:00
Bob Halley
c9f9dd2dd2
add sym_test
1998-12-18 19:07:29 +00:00
Bob Halley
7c9b885120
add symtab
1998-12-18 19:06:16 +00:00
Michael Graff
222b564ebb
clean up memory leaks
1998-12-18 04:03:11 +00:00
Bob Halley
50f3977f4f
nits
1998-12-18 02:28:27 +00:00
Bob Halley
8e93971d17
initialize all common event fields
1998-12-18 02:28:12 +00:00
Michael Graff
93e065e7a6
snapshot
1998-12-18 01:48:43 +00:00
Bob Halley
b8255019a5
switch to gtar
1998-12-16 02:40:54 +00:00
Bob Halley
0ab04d76c8
conforming changes for task API revision
1998-12-16 02:05:38 +00:00
Bob Halley
835e240716
The lock must be held when calling SIGNAL
1998-12-16 02:04:43 +00:00
Bob Halley
131b0092c6
Improvements to the task shutdown process:
...
A shutdown event specification is no longer part of the
isc_task_create() API.
Multiple shutdown events can be requested with isc_task_onshutdown().
Shutdown events are posted LIFO.
The ability to send events can be enabled and disabled with
isc_task_allowsend().
Event actions return void; the only way to shutdown a task is to
call isc_task_shutdown().
There are no implicit event discards anymore. (There is no need for
them, since event actions cannot request immediate shutdown anymore.)
1998-12-16 02:02:10 +00:00