- 19 Oct, 2000 1 commit
-
-
Brian Wellington authored
-
- 07 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 03 Oct, 2000 1 commit
-
-
Mark Andrews authored
isc_file_template() allows the caller to specify the prefix unlike isc_file_mktemplate(). The later is now written using isc_file_template().
-
- 08 Sep, 2000 2 commits
-
-
Andreas Gustafsson authored
rather than writing to a temporary file and renaming. This could lead to empty or partial zone files being left around in certain error conditions involving the initial transfer of a slave zone, interfering with subsequent server startup. [RT #282]
-
Andreas Gustafsson authored
-
- 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
-
- 26 Jun, 2000 1 commit
-
-
David Lawrence authored
unsigned long long constant to work correctly on platforms that have a 64 bit timeval.tv_sec and 32 bit ints.
-
- 22 Jun, 2000 1 commit
-
-
David Lawrence authored
-
- 24 May, 2000 2 commits
-
-
David Lawrence authored
warning: integer overflow detected: op "<<" unless the operand is unsigned/
-
David Lawrence authored
why this is an ok thing to do. shuts up the irix compiler.
-
- 18 May, 2000 1 commit
-
-
David Lawrence authored
and cast isc_time_nanoseconds to shut up the IRIX compiler.
-
- 16 May, 2000 2 commits
-
-
Brian Wellington authored
-
Mark Andrews authored
-
- 11 May, 2000 2 commits
-
-
David Lawrence authored
-
David Lawrence authored
source files. We may want to generalize this as part of the libisc API, but with a better name.
-
- 09 May, 2000 1 commit
-
-
Andreas Gustafsson authored
isc_file_fseek(), isc_file_fread(), isc_file_fwrite(), isc_file_fflush(), isc_file_ffsync(), isc_file_remove() to encapsulate nonportable usage of errno and fflush().
-
- 08 May, 2000 3 commits
-
-
David Lawrence authored
-
Michael Graff authored
-
David Lawrence authored
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
-
- 28 Apr, 2000 2 commits
-
-
David Lawrence authored
-
Bob Halley authored
-
- 26 Apr, 2000 1 commit
-
-
David Lawrence authored
isc_file_openunique
-
- 25 Apr, 2000 1 commit
-
-
David Lawrence authored
-
- 24 Apr, 2000 1 commit
-
-
David Lawrence authored
isc_file_getmodtime, isc_mktemplate renamed to isc_file_mktemplate and isc_ufile renamed to isc_file_openunique. By no means an exhaustive API, it is just what's needed for now.
-