Commit Graph
177 Commits
Author SHA1 Message Date
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
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 903b7c030e add lex 1998-12-30 22:11:19 +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
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 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 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 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 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
Bob Halley 8cfc44208a minor shutdown message improvement 1998-12-16 01:56:36 +00:00
Bob Halley 3ee2a218d7 add ISC_R_TASKNOSEND and ISC_R_TASKSHUTTINGDOWN 1998-12-16 01:55:53 +00:00
Bob Halley 3740b569ae the great type change 1998-12-13 23:45:21 +00:00