Ondřej Surý
|
056e133c4c
|
Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was:
./util/run-clang-tidy \
-clang-tidy-binary clang-tidy-11
-clang-apply-replacements-binary clang-apply-replacements-11 \
-checks=-*,readability-braces-around-statements \
-j 9 \
-fix \
-format \
-style=file \
-quiet
clang-format -i --style=format $(git ls-files '*.c' '*.h')
uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h')
clang-format -i --style=format $(git ls-files '*.c' '*.h')
|
2020-02-13 22:07:21 +01:00 |
|
Ondřej Surý
|
f50b1e0685
|
Use clang-format to reformat the source files
|
2020-02-12 15:04:17 +01:00 |
|
Ondřej Surý
|
395741f9ad
|
lib/dns/ssu_external.c: Use %zu for formatting sizeof() output
|
2019-10-01 16:24:29 +02:00 |
|
Ondřej Surý
|
601cb4e4cc
|
Use coccinelle to cleanup the failure handling blocks from isc_mem_allocate
|
2019-07-23 15:32:35 -04:00 |
|
Ondřej Surý
|
78d0cb0a7d
|
Use coccinelle to remove explicit '#include <config.h>' from the source files
|
2019-03-08 15:15:05 +01:00 |
|
Evan Hunt
|
1656152d76
|
Ensure that POSIX strerror_r variant is use even when _GNU_SOURCE is enabled by default
|
2018-08-29 13:31:28 +02:00 |
|
Ondřej Surý
|
1672935717
|
Use strerror_r from POSIX.1-2001 (strerror_s on Windows) instead of custom isc__strerror()
|
2018-08-28 10:31:48 +02:00 |
|
Ondřej Surý
|
994e656977
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-08 09:37:30 +02:00 |
|
Ondřej Surý
|
cb6a185c69
|
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
|
2018-08-08 09:37:28 +02:00 |
|
Ondřej Surý
|
55a10b7acd
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
Ondřej Surý
|
843d389661
|
Update license headers to not include years in copyright in all applicable files
|
2018-02-23 10:12:02 +01:00 |
|
Mukund Sivaraman
|
188fa6ea68
|
Add missing <isc/print.h>
|
2017-09-13 19:44:47 +05:30 |
|
Tinderbox User
|
1f6505a424
|
update copyright notice / whitespace
|
2017-04-22 23:45:41 +00:00 |
|
Mukund Sivaraman
|
03be5a6b4e
|
Improve performance for delegation heavy answers and also general query performance (#44029)
|
2017-04-22 09:22:44 +05:30 |
|
Mark Andrews
|
52e2aab392
|
4546. [func] Extend the use of const declarations. [RT #43379]
|
2016-12-30 15:45:08 +11:00 |
|
Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Mark Andrews
|
2bdfb330af
|
update copyrights
|
2013-12-05 15:04:53 +11:00 |
|
Mark Andrews
|
c3c8823fed
|
3681. [port] Update the Windows build system to support feature
selection and WIN64 builds. This is a work in
progress. [RT #34160]
|
2013-12-04 12:47:23 +11:00 |
|
Evan Hunt
|
41bbb34bc2
|
fix coverity issues
3388. [bug] Fixed several Coverity warnings. [RT #30996]
|
2012-10-02 23:44:03 -07:00 |
|
Tinderbox User
|
5fa46bc916
|
update copyright notice
|
2012-03-10 23:45:53 +00:00 |
|
Mark Andrews
|
28a8f5b0de
|
set $Id$
|
2012-03-08 00:21:15 +11:00 |
|
Evan Hunt
|
0994d3a21b
|
3087. [bug] DDNS updates using SIG(0) with update-policy match
type "external" could cause a crash. [RT #23735]
|
2011-03-21 19:54:03 +00:00 |
|
Mark Andrews
|
559b51e980
|
only look for sys/socket.h if we also have sys/un.h
|
2011-01-13 07:05:57 +00:00 |
|
Mark Andrews
|
68f6e45d28
|
uint8_t -> unsigned char
|
2011-01-13 06:41:05 +00:00 |
|
Mark Andrews
|
119f627c82
|
uint32_t -> isc_uint32_t
|
2011-01-13 06:29:16 +00:00 |
|
Automatic Updater
|
93235c1cba
|
update copyright notice
|
2011-01-07 23:47:07 +00:00 |
|
Evan Hunt
|
a727690e8b
|
HPUX: silence compiler warnings about signed/unsigned comparisons
|
2011-01-07 21:42:03 +00:00 |
|
Evan Hunt
|
4ac6a44512
|
Forgot to add ssu_external.c when committing change #3003.
|
2011-01-07 05:29:08 +00:00 |
|