- 09 May, 2000 1 commit
-
-
Andreas Gustafsson authored
use the logging system, not UNEXPECTED_ERROR()
-
- 08 May, 2000 1 commit
-
-
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
-
-
Michael Graff authored
-
Bob Halley authored
-
- 27 Apr, 2000 1 commit
-
-
David Lawrence authored
Added: isc_buffer_base(b) (pointer) isc_buffer_current(b) (pointer) isc_buffer_active(b) (pointer) isc_buffer_used(b) (pointer) isc_buffer_length(b) (int) isc_buffer_usedlength(b) (int) isc_buffer_consumedlength(b) (int) isc_buffer_remaininglength(b) (int) isc_buffer_activelength(b) (int) isc_buffer_availablelength(b) (int) Removed: ISC_BUFFER_USEDCOUNT(b) ISC_BUFFER_AVAILABLECOUNT(b) isc_buffer_type(b) Changed names: isc_buffer_used(b, r) -> isc_buffer_usedregion(b, r) isc_buffer_available(b, r) -> isc_buffer_available_region(b, r) isc_buffer_consumed(b, r) -> isc_buffer_consumedregion(b, r) isc_buffer_active(b, r) -> isc_buffer_activeregion(b, r) isc_buffer_remaining(b, r) -> isc_buffer_remainingregion(b, r) Buffer types were removed, so the ISC_BUFFERTYPE_* macros are no more, and the type argument to isc_buffer_init and isc_buffer_allocate were removed. isc_buffer_putstr is now void (instead of isc_result_t) and requires that the caller ensure that there is enough available buffer space for the string.
-
- 06 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 17 Feb, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 03 Feb, 2000 1 commit
-
-
Bob Halley authored
-
- 31 Jan, 2000 1 commit
-
-
Mark Andrews authored
-
- 23 Dec, 1999 1 commit
-
-
Michael Graff authored
-
- 16 Dec, 1999 1 commit
-
-
Michael Graff authored
-
- 25 Oct, 1999 1 commit
-
-
Bob Halley authored
-
- 16 Oct, 1999 1 commit
-
-
Bob Halley authored
-
- 05 Oct, 1999 1 commit
-
-
Bob Halley authored
-
- 20 Aug, 1999 1 commit
-
-
Bob Halley authored
-
- 24 Jul, 1999 1 commit
-
-
Bob Halley authored
-
- 24 Jun, 1999 2 commits
-
-
Bob Halley authored
-
Bob Halley authored
-
- 09 Jun, 1999 1 commit
-
-
Andreas Gustafsson authored
-
- 08 Jun, 1999 2 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-