Commit Graph
1862 Commits
Author SHA1 Message Date
Bob Halley 4dafa5b8ed add missing .h files 2000-02-04 01:41:25 +00:00
Bob Halley ca41b452ed update copyrights 2000-02-03 23:08:31 +00:00
Michael Graff 5726326ccd fix? a socket problem with canceling things, again 2000-02-02 19:00:01 +00:00
David Lawrence 6ad69891ee use ISC_PLATFORM_NETINET6_IN6_H, don't use config.h 2000-02-02 13:26:22 +00:00
David Lawrence 2b556032fd (un)define ISC_PLATFORM_HAVENETINET6IN6H 2000-02-02 13:25:22 +00:00
Bob Halley 6e1e90b9b6 Undo 1.100 which caused problems on platforms other than Linux. 2000-02-02 02:34:30 +00:00
Andreas Gustafsson 7b24a94d11 typo in comment 2000-02-02 00:41:26 +00:00
Andreas Gustafsson d5017b061c typo in comment 2000-02-02 00:38:28 +00:00
Andreas Gustafsson 386fef57fa don't write to freed memory 2000-02-01 17:27:23 +00:00
Andreas Gustafsson f316fb9a63 needless use of void pointers made debugging hard 2000-02-01 00:18:35 +00:00
David Lawrence c5f33ba0f0 added isc_sockaddr_getport 2000-01-31 21:52:17 +00:00
Andreas Gustafsson 994a1996e4 spell ISC_*_H in uppercase 2000-01-31 17:41:49 +00:00
Andreas Gustafsson 3d659a692a mkstemp() requires <stdlib.h> on NetBSD 2000-01-31 17:36:02 +00:00
Mark Andrews b1058f88f9 Add isc_mktemplate and isc_ufile 2000-01-31 07:31:31 +00:00
Mark Andrews d2f992a5fb Only use %ll? when long long int != long int. 2000-01-28 01:48:45 +00:00
Mark Andrews 8a1930d026 Add test for long long int == long int. 2000-01-28 01:47:25 +00:00
Bob Halley 2314617d4a Fix problem with canceling connecting sockets.
The manager will no longer try to dispatch internal events for dead sockets,
preventing a situation where the ref count could go from 0 back to 1!
2000-01-28 01:31:21 +00:00
Bob Halley 043c6c62e6 add isc_sockaddr_setport() 2000-01-26 19:22:41 +00:00
Bob Halley a790a11730 allow tasks to be named and tagged 2000-01-25 19:25:20 +00:00
Bob Halley 03dd96d177 allow normal signal handlers for most signals to execute 2000-01-25 03:33:55 +00:00
David Lawrence 8fc824d047 include <config.h>, since the definition of HAVE_NETINET6_IN6_H
is needed in this file.
2000-01-24 05:25:09 +00:00
Bob Halley b199c609b1 Only set SO_REUSEADDR for TCP sockets. 2000-01-22 02:29:49 +00:00
Bob Halley 97f1a75cf0 reload support 2000-01-22 01:39:35 +00:00
Bob Halley 010170f711 add ISC_R_RELOAD 2000-01-22 01:39:17 +00:00
Mark Andrews 76ede14af1 Add strsep test results to platform.h 2000-01-21 02:01:10 +00:00
Mark Andrews 483a5a91ad add isc_strsep() and isc/string.h 2000-01-21 01:40:27 +00:00
Mark Andrews 094810739f remove extranious break; 2000-01-20 06:35:51 +00:00
Mark Andrews 5e2b6219d2 Add IPv6 support 2000-01-18 05:42:53 +00:00
Mark Andrews ccb185b942 Add Solaris IPv6 support 2000-01-18 05:42:33 +00:00
Mark Andrews 5152622c34 update comment 2000-01-18 05:38:19 +00:00
Bob Halley e0d8e8073f If creating a task and the manager is exiting, return ISC_R_SHUTTINGDOWN 2000-01-17 23:41:33 +00:00
Andreas Gustafsson 8c36d7eeb9 added isc_quota_attach(), isc_quota_detach() 2000-01-15 00:32:42 +00:00
Bob Halley f511a9e219 add isc_sockaddrlist_t 2000-01-12 03:01:19 +00:00
Andreas Gustafsson 5f2d1b96ac new type isc_quota_t, for client (and other) quotas 2000-01-11 21:08:13 +00:00
David Lawrence c5f15d214f REQUIRE isc_condition_waituntil args all non-NULL 2000-01-11 02:58:46 +00:00
David Lawrence b6f101e314 removed duplicate #define of isc_mutex_lock 2000-01-11 02:56:15 +00:00
Andreas Gustafsson c12e9c47b3 changed comments for isc_socket_detach() to reflect reality 2000-01-10 22:22:53 +00:00
Mark Andrews 757a38d502 Set address family. 2000-01-10 06:16:08 +00:00
David Lawrence 73a1e6a5d1 include netinet6/in6.h if present 2000-01-07 02:48:00 +00:00
Michael Graff 0fd03d2a66 fix up comments 2000-01-06 23:07:21 +00:00
David Lawrence 0bd4e3591a reversing bogus checkin 2000-01-06 15:02:16 +00:00
David Lawrence cc1b6f86f2 added ISC_RESULTCLASS_OMAPI 2000-01-06 14:47:39 +00:00
David Lawrence bd3195dcec lint 2000-01-04 20:21:03 +00:00
David Lawrence dcf8825fd7 BSD/OS 4.01 returns EPROTONOSUPPORT for failure in try_proto() 2000-01-04 20:15:53 +00:00
Mark Andrews 1205f38a4c max_token is now a hint as to largest token. 1999-12-23 05:24:12 +00:00
Mark Andrews 202e42a230 Print lock tracing to stderr.
Decrement granted read lock when releasing a read lock if there are no
pending write locks.  This still allows fair queuing between read and
write locks but does not block on aquiring a new read relock if we are
below quota of active locks and there are no pending writes.
1999-12-23 05:05:04 +00:00
Mark Andrews 4d22a83c38 RWLOCK/RWUNLOCK to return __FILE__ and __LINE__.
Use #ifdef ISC_UTIL_TRACEON so that tracing can be turned on per file.
e.g.
	#define ISC_UTIL_TRACEON
	#include <isc/util.h>
1999-12-22 06:14:59 +00:00
Michael Graff 58aaab3687 isc_stdtime_get() now returns void, not isc_result_t. 1999-12-16 23:29:07 +00:00
Andreas Gustafsson 9416e9751e need #include <config.h> to define away inline 1999-12-16 23:25:09 +00:00
Michael Graff ec075c6efb revert assertions.h, and add UNUSED() to util.h 1999-12-16 22:42:05 +00:00