| .. |
|
include
|
1527. [cleanup] Reduce the number of gettimeofday() calls without
|
2003-10-25 00:09:14 +00:00 |
|
nls
|
Check return values or cast them to (void), as required by the coding
|
2001-11-30 01:59:49 +00:00 |
|
nothreads
|
Suppress compiler warnings about empty translation units
|
2001-11-20 21:28:41 +00:00 |
|
pthreads
|
1496. [port] test for pthread_attr_setstacksize().
|
2003-07-25 05:08:51 +00:00 |
|
unix
|
1527. [cleanup] Reduce the number of gettimeofday() calls without
|
2003-10-25 00:09:14 +00:00 |
|
win32
|
whitespace / layout
|
2003-10-17 03:46:46 +00:00 |
|
.cvsignore
|
shared library support
|
1999-07-03 21:07:10 +00:00 |
|
api
|
incremented library version number for 9.2
|
2001-01-19 01:55:11 +00:00 |
|
assertions.c
|
Updates to support win32
|
2001-07-16 03:52:14 +00:00 |
|
base64.c
|
remove extraneous spaces before semicolons
|
2003-10-03 06:12:34 +00:00 |
|
bitstring.c
|
use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land
|
2001-06-04 19:33:39 +00:00 |
|
buffer.c
|
copyrights
|
2002-02-20 03:35:59 +00:00 |
|
bufferlist.c
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
commandline.c
|
Updates to support win32
|
2001-07-16 03:52:14 +00:00 |
|
entropy.c
|
silence compiler warnings (HPUX/11i)
|
2003-07-25 00:01:16 +00:00 |
|
error.c
|
format string bugs and improved format string checking [RT #1578]
|
2001-08-08 22:54:55 +00:00 |
|
event.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
fsaccess.c
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
hash.c
|
#include <isc/string.h> [RT #8537]
|
2003-07-30 01:10:46 +00:00 |
|
heap.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
hex.c
|
remove extraneous spaces before semicolons
|
2003-10-03 06:12:34 +00:00 |
|
hmacmd5.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
inet_aton.c
|
Do not put a space before ';' when terminating a statement or in a 'for' statement.
|
2001-11-27 00:56:32 +00:00 |
|
inet_ntop.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
inet_pton.c
|
1454. [bug] inet_pton() failed to reject certian malformed
|
2003-04-17 01:52:45 +00:00 |
|
lex.c
|
silence compiler warnings (HPUX/11i)
|
2003-07-25 00:01:16 +00:00 |
|
lfsr.c
|
1407. [bug] lfsr incorrectly implements the shift register.
|
2002-12-05 04:01:54 +00:00 |
|
lib.c
|
Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32
|
2001-11-19 03:08:44 +00:00 |
|
log.c
|
1458. [cleanup] sprintf() -> snprintf().
|
2003-04-11 07:25:31 +00:00 |
|
Makefile.in
|
whitespace / layout
|
2003-10-17 03:46:46 +00:00 |
|
md5.c
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
mem.c
|
silence compiler warnings (HPUX/11i)
|
2003-07-25 00:01:16 +00:00 |
|
mutexblock.c
|
Do not put a space before ';' when terminating a statement or in a 'for' statement.
|
2001-11-27 00:56:32 +00:00 |
|
netaddr.c
|
u_int32_t -> isc_uin32_t
|
2002-10-28 02:23:54 +00:00 |
|
netscope.c
|
missing include
|
2002-11-26 04:36:46 +00:00 |
|
ondestroy.c
|
use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land
|
2001-06-04 19:33:39 +00:00 |
|
parseint.c
|
1474. [port] Provide strtoul() and memmove() for platforms
|
2003-06-24 05:11:53 +00:00 |
|
print.c
|
1486. [bug] isc_print_snprintf() '%%' consumed one too many format
|
2003-07-18 02:27:40 +00:00 |
|
quota.c
|
1067. [func] Allow quotas to be soft, isc_quota_soft().
|
2001-10-22 07:09:25 +00:00 |
|
random.c
|
remove extraneous spaces before semicolons
|
2003-10-03 06:12:34 +00:00 |
|
ratelimiter.c
|
rename 'worklimited' to 'idle'
|
2002-09-08 18:35:20 +00:00 |
|
region.c
|
copyrights
|
2002-02-20 03:35:59 +00:00 |
|
result.c
|
1412. [func] You can now specify servers to be tried if a nameserver
|
2003-01-16 03:59:28 +00:00 |
|
rwlock.c
|
typo
|
2003-07-23 03:18:56 +00:00 |
|
serial.c
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
sha1.c
|
1420. [port] solaris: work around gcc optimiser bug.
|
2003-01-21 04:32:19 +00:00 |
|
sockaddr.c
|
1495. [cleanup] Replace hash functions with universal hash.
|
2003-07-25 02:22:26 +00:00 |
|
string.c
|
1457. [port] Provide strlcat() and strlcpy() for platforms without
|
2003-04-10 04:47:56 +00:00 |
|
strtoul.c
|
deconst
|
2003-07-25 02:04:28 +00:00 |
|
symtab.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
task.c
|
1527. [cleanup] Reduce the number of gettimeofday() calls without
|
2003-10-25 00:09:14 +00:00 |
|
task_p.h
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
taskpool.c
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
timer.c
|
Remove layer violation. [RT #3615]
|
2002-09-12 02:44:29 +00:00 |
|
timer_p.h
|
Check return values or cast them to (void), as required by the coding
|
2001-11-30 01:59:49 +00:00 |
|
version.c
|
Added a version.h file for each library; made version
|
2001-10-16 23:21:07 +00:00 |