2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

4456 Commits

Author SHA1 Message Date
Bob Halley
14cb69a4f7 add missing isc_ 1999-02-06 01:51:36 +00:00
Bob Halley
6fce0bb174 add str.o 1999-02-06 01:16:58 +00:00
Mark Andrews
e4653123ec isc_lex_getsourcename()
isc_lex_getsourceline()
	convert uint#_tobuffer() to use isc_buffer_putuint#()
1999-02-05 06:41:21 +00:00
Mark Andrews
15330e4fa2 isc_strtouq() 1999-02-05 04:57:20 +00:00
Michael Graff
2e511564c5 work around broken lameness 1999-02-04 22:52:09 +00:00
Bob Halley
5a7a0823f4 fix cut-and-paste error 1999-02-02 00:39:44 +00:00
Bob Halley
a6d40879d4 add inet_pton 1999-02-02 00:37:09 +00:00
Michael Graff
c810fcbf6c Add isc_inet_aton() and a check to use system inet_aton() 1999-01-30 04:27:48 +00:00
Michael Graff
0e0b744f61 Make <isc/types.h> which will include all the base types like <isc/int.h>. 1999-01-30 03:09:04 +00:00
James Brister
4182ae60b0 Added ISC_R_INVALIDFILE 1999-01-30 00:54:32 +00:00
Michael Graff
f5375f2b93 u_long u_long; -> unsigned long ulong; 1999-01-30 00:29:31 +00:00
Bob Halley
918ef3a73e save options before doing DNS multiline mode 1999-01-28 18:15:57 +00:00
Bob Halley
72614620fc better support for multiple sources 1999-01-28 08:38:42 +00:00
Bob Halley
f3d3847553 add ISC_R_NOMORE 1999-01-28 08:38:01 +00:00
Michael Graff
22f735acbc implement and use isc_buffer_putuint{16,32}() 1999-01-27 06:18:45 +00:00
Michael Graff
d915cb8961 fix cancel code 1999-01-27 04:17:05 +00:00
Bob Halley
59be3f4a67 fix possible char buffer draining problem; add DNS_LEXOPT_MULTILINE support 1999-01-26 08:26:19 +00:00
Bob Halley
9455756dab add ISC_LEXOPT_MULTILINE 1999-01-26 08:24:31 +00:00
Bob Halley
516d43e889 add ISC_R_UNBALANCED 1999-01-26 08:23:55 +00:00
Michael Graff
64ba6e4cc3 make this go on the Alpha. 1999-01-22 04:35:11 +00:00
Mark Andrews
44a966dff6 Added WKS. 1999-01-21 06:02:15 +00:00
David Lawrence
910b2a8092 working single-level red/black tree code 1999-01-20 10:18:34 +00:00
Michael Graff
47db0e1d06 checkpoint. udp listener clde split out. 1999-01-20 03:54:54 +00:00
Bob Halley
c98d185d0c add active region; enforce invariants about current 1999-01-20 02:42:22 +00:00
Bob Halley
cada82f4ff add active region 1999-01-20 02:41:54 +00:00
Michael Graff
523b3c81c3 Fix a nasty little UDP-related bug 1999-01-19 06:33:18 +00:00
Mark Andrews
bc6f28fa15 as_ulong now works. 1999-01-18 08:04:35 +00:00
Mark Andrews
f957caf971 PREPEND was #defined to the wrong macro causing the lexer to
break;
1999-01-18 02:54:32 +00:00
Bob Halley
1edf93cbc2 a timer now uses the mctx of its task 1999-01-16 00:01:18 +00:00
Michael Graff
62a933c45b Do the include thing differnetly for private headers 1999-01-15 02:51:47 +00:00
Michael Graff
9c4ac30e29 quick fix... Grr. 1999-01-15 02:22:15 +00:00
Michael Graff
b3f39a108c move socket.c via copy 1999-01-15 02:16:45 +00:00
Bob Halley
eb5ae81b55 note 1999-01-15 02:14:55 +00:00
Bob Halley
bae7090755 Forgot to convert from manager->mctx to task->mctx in task_free(). 1999-01-14 20:18:31 +00:00
Bob Halley
6a50a5b6dc per task mctx 1999-01-14 20:03:54 +00:00
Bob Halley
aa3a328647 add DNS_R_NOTIMPLEMENTED 1999-01-14 19:53:10 +00:00
Bob Halley
c72a4d674d cleanups 1999-01-14 19:52:52 +00:00
Bob Halley
611163de84 minor cleanup 1999-01-13 19:32:32 +00:00
Bob Halley
08dbab20ef lint 1999-01-09 02:39:39 +00:00
Bob Halley
5aa416c8bd lint; text region support 1999-01-09 02:39:19 +00:00
Bob Halley
be686734dd lint; use text regions 1999-01-09 02:39:05 +00:00
Bob Halley
fe32db090e fix isc_error_runtimecheck 1999-01-09 02:38:45 +00:00
Bob Halley
68109fb883 list macros now follow the naming convention 1999-01-09 00:20:27 +00:00
Bob Halley
63bd57250e add isc_buffer_getuint{16,32} 1999-01-07 02:06:48 +00:00
Bob Halley
4b1c5cc4ee add 1999-01-07 02:06:14 +00:00
Bob Halley
2328307a8f use RUNTIME_CHECK instead of INSIST where appropriate 1999-01-06 20:02:52 +00:00
Bob Halley
da46905010 add RUNTIME_CHECK 1999-01-06 20:02:14 +00:00
Bob Halley
4880900113 remove generated files on distclean too 1999-01-06 05:39:52 +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