Mark Andrews
d4a7b127d4
add <isc/util.h>
2013-02-27 16:15:09 +11:00
Mark Andrews
5a1f547745
silence compiler warnings
2013-02-27 15:57:09 +11:00
Mark Andrews
be7574a755
update copyrights
2013-02-27 12:38:27 +11:00
Evan Hunt
a67a2ab2c2
[v9_8] silence warning
2013-02-26 17:29:09 -08:00
Mark Andrews
9b18d8a95f
3500. [port] Support NAPTR regular expression validation on
...
all platforms. [RT #32688 ]
2013-02-27 09:02:21 +11:00
Tinderbox User
5ee8ec563c
update copyright notice
2013-02-05 23:45:22 +00:00
Mark Andrews
807aeb43e8
explict cast to (char *) from (void *) to silence compiler warning in %s checking
2013-02-05 14:25:40 +11:00
Tinderbox User
77b46e925e
update copyright notice
2013-01-17 23:45:27 +00:00
Mark Andrews
85f1b8ccfe
s/head/tail/
2013-01-17 21:46:00 +11:00
Mark Andrews
14d0298b1c
Silence "Use of memory after it is freed" by asserting the head and tail of list are not the element after it is unlinked from the list.
2013-01-17 14:22:39 +11:00
Mark Andrews
881e8054cc
9.8.5b1
2013-01-11 11:53:57 +11:00
Tinderbox User
32e84f21bf
update copyright notice
2013-01-09 23:45:26 +00:00
Mark Andrews
c6473ea18b
3454. [port] sparc64: improve atomic support. [RT #25182 ]
2013-01-09 12:57:01 +11:00
Tinderbox User
6200183fc8
update copyright notice
2013-01-06 23:45:22 +00:00
Mark Andrews
91b1172fa2
3451. [port] Increase per thread stack size from 64K to 1M.
...
[RT #32230 ]
2013-01-07 09:54:19 +11:00
Tinderbox User
5acabcd960
update copyright notice
2013-01-02 23:45:24 +00:00
Tinderbox User
3a06580b03
update copyright notice
2013-01-01 23:45:21 +00:00
Tinderbox User
6671bec26d
update copyright notice
2012-12-08 23:45:24 +00:00
Mark Andrews
f749dec99d
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
...
buffers with constant data. [RT #32064 ]
Squashed commit of the following:
commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org >
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
2012-12-08 12:53:31 +11:00
Mark Andrews
40f86d3cca
3430. [bug] win32: isc_time_formatISO8601 was missing the
...
'T' between the date and time. [RT #32044 ]
2012-12-04 15:00:55 +11:00
Mark Andrews
3f2f6ca891
sock is potentially unused in use_min_mtu
2012-11-01 15:27:56 +11:00
Mark Andrews
a0f8a69a2e
uninitalised use
2012-11-01 13:54:01 +11:00
Mark Andrews
397d2e1155
3412. [bug] Copy timeval structure from control message data.
...
[RT #31548 ]
2012-11-01 11:17:34 +11:00
Tinderbox User
24e43a2f52
update copyright notice
2012-10-31 23:45:23 +00:00
Mark Andrews
243a19abb1
More coverity fixes:
...
3410. [bug] Addressed Coverity warnings. [RT #31626 ]
Squashed commit of the following:
commit 6fec07bbb69ead784063052f2099674f8b52c6b3
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 18:14:35 2012 +1100
use strl{cat,cpy}
commit 19a5d3766f3dbc8a2944b21640a8226a89aae7ba
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 14:38:55 2012 +1100
address unchecked xmlTextWriter* calls
Conflicts:
bin/named/statschannel.c
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/isc/task.c
2012-11-01 10:27:36 +11:00
Mark Andrews
99aee14d6e
3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition to UDP. [RT #31690 ]
...
Squashed commit of the following:
commit bcbe9ae7a99e1f7f4236a22739a793b51ace8684
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 31 15:10:53 2012 +1100
Use IPV6_USE_MIN_MTU for TCP as well as UDP
2012-11-01 08:43:56 +11:00
Evan Hunt
7c5941b4c2
[v9_8] address mem.c compilation problems
...
3406. [bug] mem.c: Fix compilation errors when building with
ISC_MEM_TRACKLINES or ISC_MEMPOOL_NAMES disabled.
Also, ISC_MEM_DEBUG is no longer optional. [RT #31559 ]
(cherry picked from commit 2f57f353e8 )
(cherry picked from commit 76e34eb2fd )
2012-10-25 18:57:55 -07:00
Tinderbox User
c825d55fd0
update copyright notice
2012-10-24 23:46:18 +00:00
Evan Hunt
a53a622417
[v9_8] silence coverity warnings
...
3401. [bug] Addressed Coverity warnings. [RT #31484 ]
(cherry picked from commit 47c5b8af92 )
(cherry picked from commit 2589af5868 )
2012-10-23 22:33:52 -07:00
Mark Andrews
768917a263
fix typos in variable names
2012-10-10 13:11:41 +11:00
Mark Andrews
dc167ac7f3
3390. [bug] Silence clang compiler warnings. [RT #30417 ]
2012-10-06 12:39:55 +10:00
Tinderbox User
7e44df5192
update copyright notice
2012-10-03 23:45:46 +00:00
Evan Hunt
89ef143e3f
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:50:20 -07:00
Tinderbox User
90afcdf252
update copyright notice
2012-09-26 23:45:43 +00:00
Mark Andrews
2bfedd89d7
3379. [bug] isc_interval_zero and isc_time_epoch should be
...
"const (type)* const". [RT #31069 ]
2012-09-26 15:01:10 +10:00
Evan Hunt
ff3c2231e1
handle nonexistent managed-keys-directory
...
3378. [bug] Handle missing 'managed-keys-directory' better.
[RT #30625 ]
2012-09-25 18:28:39 -07:00
Tinderbox User
2763d151ef
update copyright notice
2012-09-12 23:45:45 +00:00
Mark Andrews
d407c54bb3
fix isc_test_begin call
2012-09-13 09:41:20 +10:00
ckb
25b41cd4ef
Part of the previous commit.
2012-09-12 15:27:53 -05:00
ckb
9279f4567a
3374. [bug] isc_parse_uint32 failed to return a range error on
...
systems with 64 bit longs [RT #30232 ]
2012-09-12 15:22:29 -05:00
Mark Andrews
9dea0dbf15
O_BINARY -> _O_BINARY
2012-09-12 13:53:22 +10:00
Mark Andrews
276a5d9e25
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
2012-09-12 12:02:22 +10:00
Mark Andrews
7b8900fbad
9.8.4b1
2012-08-23 17:18:43 +10:00
Tinderbox User
b9f7f9e160
update copyright notice
2012-08-17 23:45:39 +00:00
ckb
3b1fafcfb3
3366. [bug] Fixed Read-After-Write dependency violation for IA64
...
atomic operations. [RT #25181 ]
2012-08-17 13:08:29 -05:00
Tinderbox User
f35cea4f44
update copyright notice
2012-08-14 23:45:36 +00:00
Mark Andrews
911e7390aa
3360. [bug] 'host -w' could die. [RT #18723 ]
2012-08-14 11:10:25 +10:00
Mark Andrews
572ca391c7
silence compiler warnings
2012-07-27 07:53:39 +10:00
Evan Hunt
0bae1e2746
update api
2012-07-23 23:39:23 -07:00
Mark Andrews
24d93f177d
windows fixes
2012-07-20 18:11:33 +10:00