Ondřej Surý
|
5777c44ad0
|
Reformat using the new rules
|
2020-02-14 09:31:05 +01:00 |
|
Evan Hunt
|
e851ed0bb5
|
apply the modified style
|
2020-02-13 15:05:06 -08:00 |
|
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 |
|
Mark Andrews
|
5e8b772ad1
|
Ensure base64/base32/hex fields in DNS records that should be non-empty are.
|
2019-01-09 18:04:21 +11: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ý
|
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 |
|
Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Tinderbox User
|
af0bea7aa7
|
update copyright notice / whitespace
|
2015-11-20 23:45:23 +00:00 |
|
Mark Andrews
|
5b1c7ef35b
|
4264. [bug] Check const of strchr/strrchr assignments match
argument's const status. [RT #41150]
|
2015-11-20 18:38:24 +11:00 |
|
Tinderbox User
|
431a83fb29
|
update copyright notice
|
2014-01-09 23:46:35 +00:00 |
|
Evan Hunt
|
e851ea8260
|
[master] replace memcpy() with memmove().
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120]
|
2014-01-08 16:39:05 -08: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 |
|
Automatic Updater
|
3398334b3a
|
update copyright notice
|
2008-09-25 04:02:39 +00:00 |
|
Mark Andrews
|
6098d364b6
|
2448. [func] Add NSEC3 support. [RT #15452]
|
2008-09-24 02:46:23 +00:00 |
|
Automatic Updater
|
70e5a7403f
|
update copyright notice
|
2007-06-19 23:47:24 +00:00 |
|
Automatic Updater
|
ec5347e2c7
|
update copyright notice
|
2007-06-18 23:47:57 +00:00 |
|
Mark Andrews
|
69fe9aaafd
|
update copyright notice
|
2005-04-29 00:24:12 +00:00 |
|
Rob Austein
|
ab023a6556
|
1851. [doc] Doxygen comment markup. [RT #11398]
|
2005-04-27 04:57:32 +00:00 |
|
Mark Andrews
|
dafcb997e3
|
update copyright notice
|
2004-03-05 05:14:21 +00:00 |
|
Mark Andrews
|
a2b8bb8777
|
remove extraneous spaces before semicolons
|
2003-10-03 06:12:34 +00:00 |
|
Mark Andrews
|
a7038d1a05
|
copyrights
|
2002-02-20 03:35:59 +00:00 |
|
Brian Wellington
|
6e8b843125
|
When parsing a hex string of unknown length, properly unget the EOL token
at the end. This doesn't affect any existing code, since the one caller
passes a known length, but it's still a bug.
|
2002-01-15 02:10:10 +00:00 |
|
Andreas Gustafsson
|
91cd0f93ad
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
Andreas Gustafsson
|
f1b6872550
|
Do not put a space before ';' when terminating a statement or in a 'for' statement.
|
2001-11-27 00:56:32 +00:00 |
|
Brian Wellington
|
734ae1f7c6
|
isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx.
|
2001-03-22 00:07:07 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
Brian Wellington
|
cfd8d65ec1
|
#include <ctype.h>
|
2000-11-19 22:10:03 +00:00 |
|
Brian Wellington
|
fb1ee7bee0
|
isc_hex_fromtext didn't handle lowercase a-f
|
2000-11-19 20:58:58 +00:00 |
|
Brian Wellington
|
cffe50abf6
|
Lots of copyright updates
|
2000-11-18 03:01:17 +00:00 |
|
Brian Wellington
|
60a7fe5da1
|
remove uninitialized variable.
|
2000-11-08 18:24:37 +00:00 |
|
Brian Wellington
|
add4043305
|
The identical gettoken() routines in rdata.c, hex.c, and base64.c have
been replaced with isc_lex_getmastertoken().
|
2000-11-08 01:56:15 +00:00 |
|
Brian Wellington
|
19e0a2c2d1
|
Add isc_hex_* routines, which handle conversion to and from hex strings.
|
2000-11-07 20:58:08 +00:00 |
|