- 07 Sep, 2020 6 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \; If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
-
-
Albert Astals Cid authored
Otherwise clang-format unoptimizes the code
-
Albert Astals Cid authored
clazy and clang-tidy comments needs to in the proper place
-
- 06 Sep, 2020 3 commits
-
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 13 Jul, 2020 2 commits
-
-
Albert Astals Cid authored
-
-
- 06 Jul, 2020 1 commit
-
-
- Use of major is like Qt, Qwt, etc. Signed-off-by:
Yurii Kolesnykov <root@yurikoles.com>
-
- 04 Jul, 2020 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 22 Jun, 2020 7 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
ASN1_INTEGER_to_BN returns memory that needs to be freed
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
BUGS: 423355
-
- 29 May, 2020 3 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 20 May, 2020 2 commits
-
-
Ivan Romanov authored
OpenSSL provides own function to get cipher suite name by id. No any sense to support own cipher suites list. Also now this plugin will provide not just all available cipher suites. But only these which enabled and can be used. For old SSLv3 protocol ciphers have TLS variant names. It changes prefix SSL with TLS.
-
Ivan Romanov authored
-
- 19 May, 2020 1 commit
-
-
Ivan Romanov authored
Added csv from https://www.iana.org/assignments/tls-parameters/tls-parameters-4.csv. Also applied GPL license to gen-tls-parameters.sh and tls-parameters.cpp.
-
- 18 May, 2020 1 commit
-
-
Ivan Romanov authored
-
- 17 May, 2020 1 commit
-
-
Ivan Romanov authored
-
- 05 Apr, 2020 1 commit
-
-
Albert Astals Cid authored
Compile++ for mac
-
- 19 Mar, 2020 1 commit
-
-
Harald Sitter authored
instead of manually calculating the size, just use sizeof on the members. they are arrays, so the compiler can do the work for us. Reviewers: sitter, vonreth Reviewed By: sitter Differential Revision: https://phabricator.kde.org/D9447 Diff By: Aleksey Nikolaev
-
- 10 Mar, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 28 Feb, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 24 Feb, 2020 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 17 Feb, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 16 Feb, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 15 Feb, 2020 3 commits
-
-
Albert Astals Cid authored
and turn some casts to reinterpret cast to make it clear "we know what we're doing"
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-