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 |
|
Mark Andrews
|
b59fe46e76
|
address or suppress cppcheck warnings
|
2019-09-12 17:59:28 +10:00 |
|
Mark Andrews
|
2bee3c2e70
|
CHANGES
|
2009-08-25 06:47:06 +00:00 |
|
Mark Andrews
|
9547d3e03b
|
1926. [bug] The Windows installer did not check for empty
passwords. [RT #15483]
|
2005-10-11 22:54:45 +00:00 |
|
Danny Mayer
|
7e22eec300
|
Added support for installer to change the account being used rather than uninstalling and reinstalling
|
2001-09-26 02:22:27 +00:00 |
|
Danny Mayer
|
53b7400731
|
Updated Installer to require named run in a specified account with the minimum privileges necessary to run. The account will also be used laterfor file system security and protections.
|
2001-09-25 01:48:49 +00:00 |
|
Danny Mayer
|
01c7700793
|
Install Support for BIND 9 on win32
|
2001-07-18 05:04:46 +00:00 |
|