bind9/lib
David Lawrence 65640f401a Removed the requirement for isc_mem_setwater() that when the callback function
is not null then hi_water must exceed lo_water and both must be > 0.
Now requires hi_water >= lo_water, and they can both be 0.  Not allowing
them to be equal was just an unnecessary restriction, and letting them be 0
is useful for the case where the context has had non-zero values set, went
over hi_water and called the callback, and then wanted to remove limits
(perhaps because of a reconfiguration).  This allows the callback to
be signaled as ISC_MEM_LOWATER on the next isc_mem_put(), which the caller
might need to terminate any outstanding action that was triggered by
the hi_water.
2001-06-05 22:14:20 +00:00
..
bind ignore Makefiles and autoconf stuff 2001-06-04 21:48:52 +00:00
dns complete the rollback 2001-06-05 09:23:14 +00:00
isc Removed the requirement for isc_mem_setwater() that when the callback function 2001-06-05 22:14:20 +00:00
isccc use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
isccfg 854. [bug] The config parser didn't properly handle config 2001-06-04 21:51:27 +00:00
lwres man pages were not properly installed in separate-object-dir builds 2001-06-01 00:45:04 +00:00
tests copyright update 2001-01-09 22:01:04 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in Remove OMAPI. 2001-03-27 00:53:58 +00:00