Ondřej Surý
36efa304e6
Also test the higher part of the confidence interval
...
(cherry picked from commit 8d3220643c )
2018-05-03 15:04:15 +02:00
Mark Andrews
77643775c5
remove exit calls after FATAL_ERROR
...
(cherry picked from commit f8d2a46daa )
2018-04-20 15:13:12 -07:00
Mark Andrews
ba238ab374
use %u instead of %d for unsigned int arguments
...
(cherry picked from commit 49f8e9571c )
2018-04-20 15:13:12 -07:00
Ondřej Surý
6171037403
Sync isc_file_template functions between unix and win32, so they are same
...
(cherry picked from commit 8c99d104e3 )
2018-04-12 08:47:11 +02:00
Ondřej Surý
e052e7f427
Define PATH_MAX on Windows as _MAX_PATH, so we can use it everywhere
...
(cherry picked from commit 7467735258 )
2018-04-11 14:37:46 +02:00
Evan Hunt
19b5249028
update file headers
2018-03-15 18:40:21 -07:00
Evan Hunt
a61afa750f
add an 'untested' case when none of the atomic operations are available
...
- this fixes a build failure introduced in change 4913 when
compiling with ATF and --disable-atomic
(cherry picked from commit 1b3eac926e )
2018-03-15 12:09:33 -07:00
Ondřej Surý
661364c8cf
Fix whitespace
2018-03-15 00:14:23 +01:00
Evan Hunt
09fade72a0
Fix compiler warnings and test failures when building without threads
...
(cherry picked from commit 56353aaf42 )
2018-03-10 10:37:12 -08:00
Evan Hunt
07e2e20868
add missing includes
...
(cherry picked from commit a173c9c18f )
2018-03-09 16:55:56 -08:00
Evan Hunt
80834b5b90
final cleanup
...
- update Kyuafiles to match Atffiles
- copyrights
- CHANGES note
(cherry picked from commit 86e00cbb71 )
2018-03-09 14:40:12 -08:00
Evan Hunt
289836a066
shorten ht_test and random_test
...
(cherry picked from commit 9b753aa154 )
2018-03-09 14:39:56 -08:00
Evan Hunt
88bfe56876
migrate t_tasks to lib/isc/tests/task_test
...
(cherry picked from commit c6c1e99252 )
2018-03-09 14:39:56 -08:00
Evan Hunt
efccdad0ea
migrate t_timers to lib/isc/tests/timer_test
...
(cherry picked from commit e2b8699df9 )
2018-03-09 14:39:56 -08:00
Evan Hunt
c7fa56e8db
migrate t_atomic to lib/isc/tests/atomic_test
...
(cherry picked from commit 874e2fc70c )
2018-03-09 14:39:55 -08:00
Evan Hunt
af48544b75
migrate t_mem to lib/isc/tests/mem_test
...
(cherry picked from commit 979f054702 )
2018-03-09 14:39:55 -08:00
Evan Hunt
af0c9b2cee
migrate t_net to lib/isc/tests
...
(cherry picked from commit 05b7251d51 )
2018-03-09 14:39:55 -08:00
Evan Hunt
fadb93cf43
migrate t_sockaddr to lib/isc/tests
...
(cherry picked from commit 62f650078a )
2018-03-09 14:39:55 -08:00
Mark Andrews
a29f564e1f
update printf format to match type
...
(cherry picked from commit 48ca11df5f )
2018-02-26 10:39:44 +11:00
Mark Andrews
7adbccfb6d
improve the conditional declaration and use of variable to silence cppcheck
...
(cherry picked from commit a04bb76973 )
2018-02-26 10:39:44 +11:00
Mark Andrews
a7c51e8c79
remove deadcode
...
(cherry picked from commit b71a1386ed )
2018-02-26 10:39:44 +11:00
Mark Andrews
c5b7bdf0cb
silence unread assignment warning by using POST macro
...
(cherry picked from commit e8249dcd49 )
2018-02-26 10:39:44 +11:00
Petr Menšík
eb5c7e91fa
unit/unittest.sh is generated by configure. It will always be
...
generated into builddir. If out-of-tree build is used, make unit
will always fail. Kyuafiles and testdata still have to be copied
manually into the builddir.
(cherry picked from commit 95cde3608a )
2018-02-23 15:45:19 -08:00
Ondřej Surý
557a5c3f78
Update license headers to not include years in copyright in all applicable files
...
(cherry picked from commit 843d389661 )
2018-02-23 10:38:02 +01:00
Evan Hunt
5254978eec
[v9_12] re-prep 9.12.1rc1 to include needed fixes; update README
2018-02-17 19:54:52 -08:00
Mark Andrews
736cbc97d7
conditionally declare stacksize
2018-02-16 14:08:26 +11:00
Mark Andrews
5a21fe753d
use %u instead of %d
2018-02-16 14:08:26 +11:00
Mark Andrews
1e943e3f3a
use %u instead of %d
2018-02-16 14:08:26 +11:00
Mark Andrews
ade6a20c56
use %u instead of %d
2018-02-16 14:08:26 +11:00
Mark Andrews
cf063314f2
use %u instead of %d
2018-02-16 14:08:26 +11:00
Mark Andrews
bf74665d5c
case to unsigned; reorder expression
2018-02-16 14:08:26 +11:00
Mark Andrews
1bca37c8e1
shift unsigned (~0U) rather than signed (~0) contant
2018-02-16 14:08:26 +11:00
Evan Hunt
988f5de10a
[v9_12] prep 9.12.1b1
2018-02-08 13:47:56 -08:00
Evan Hunt
8fb952e6ab
[v9_12] copyrights
2018-02-08 13:40:50 -08:00
Mark Andrews
e79cb31fdf
[v9_12] fix nsupdate test on windows
...
4888. [test] Initialize sockets correctly in sample-update so
that nsupdate system test will will run on Windows.
[RT #47097 ]
(cherry picked from commit 6757dc6488 )
2018-02-08 13:35:11 -08:00
Tinderbox User
042b8c6f08
update copyright notice / whitespace
2018-02-01 23:47:39 +00:00
Michał Kępień
5a03cc6d01
[v9_12] Silence compiler warnings about comparisons between signed and unsigned integers [RT #46980 ]
...
(cherry picked from commit a3c2b8831e )
2018-02-01 21:29:03 +01:00
Tinderbox User
d59b79c94f
update copyright notice / whitespace
2018-01-24 23:46:37 +00:00
Evan Hunt
7e7a5bb189
[v9_12] update 9.11 api range
2018-01-24 10:23:11 -08:00
Mark Andrews
d4d3eeaa6f
4875. [bug] Address compile failures on older systems. [RT #47015 ]
...
(cherry picked from commit 99178b6329 )
2018-01-24 13:10:39 +11:00
Tinderbox User
c2140b163e
update copyright notice / whitespace
2018-01-17 23:46:24 +00:00
Francis Dupont
48e0471f97
bcmp -> memcmp
2018-01-17 15:32:09 +01:00
Francis Dupont
5075f3faef
Merged rt46864 (check MD5 amd SHA1 support)
2018-01-17 14:36:06 +01:00
Tinderbox User
eee54aab6e
update copyright notice / whitespace
2018-01-12 23:46:21 +00:00
Mukund Sivaraman
0374e1c3fd
Fix various bugs reported by valgrind --tool=memcheck ( #46978 )
...
(cherry picked from commit f96133826e )
2018-01-13 00:37:28 +05:30
Tinderbox User
7001d93870
update copyright notice / whitespace
2018-01-09 23:46:10 +00:00
Mark Andrews
3eab3b21ec
4861. [bug] The isc_crc64 unit test was not endian independent.
...
[RT #46973 ]
(cherry picked from commit 0ce212b9f5 )
2018-01-10 09:46:47 +11:00
Mark Andrews
607423e5a6
4860. [bug] isc_int8_t should be signed char. [RT #46973 ]
...
(cherry picked from commit 21f708c88c )
2018-01-10 08:42:15 +11:00
Mark Andrews
879e17b77d
mem.c failed to compile if ISC_MEM_CHECKOVERRUN=0
...
(cherry picked from commit 4c33e133ca7eb0aa65986f0ea5d788007e70aaa9)
2018-01-05 12:10:21 +11:00
Tinderbox User
77caf49c98
update copyright notice / whitespace
2018-01-04 23:45:53 +00:00