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ý
|
78d0cb0a7d
|
Use coccinelle to remove explicit '#include <config.h>' from the source files
|
2019-03-08 15:15:05 +01:00 |
|
Ondřej Surý
|
b2b43fd235
|
Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool
|
2018-11-08 12:21:53 +07: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 |
|
Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Evan Hunt
|
48def18179
|
[master] silence coverity warnings
- remove dead code in server.c
- initialize a struct tm.c
|
2014-01-31 09:34:37 -08:00 |
|
Evan Hunt
|
bff64bf12b
|
[master] correct copyrights and attributions
see RT #35423 for details; highlights:
- remove license clauses 3 and 4 from NetBSD code
- remove advertising clause from historical BSD code
- add openssl advertising attributions
|
2014-01-24 09:46:00 -08:00 |
|
Mark Andrews
|
64819a98a9
|
cast to unsigned char
|
2014-01-16 11:46:28 +11:00 |
|
Evan Hunt
|
e4f484b7b7
|
[master] address compiler warnings
|
2014-01-15 09:35:44 -08:00 |
|
Mark Andrews
|
1b5dcef875
|
include <isc/tm.h>, <isc/lang.h> and <isc/types.h>
|
2014-01-15 20:42:22 +11:00 |
|
Evan Hunt
|
a147de10fe
|
[master] portable strptime/timegm
3709. [port] Use built-in versions of strptime() and timegm()
on all platforms to avoid portability issues.
[RT #35183]
|
2014-01-14 23:17:47 -08:00 |
|