159 Commits

Author SHA1 Message Date
Nathan Moinvaziri
7598f1b1b3 Added support for PKCRYPT even when native crypto library not found. 2021-01-10 13:12:13 -08:00
Nathan Moinvaziri
267de35128 Added XZ archive to unzip fuzz corpus. 2020-10-27 19:44:10 -07:00
Nathan Moinvaziri
922857b350 Fixed fuzzers not being built after recent cmake changes. 2020-10-17 16:20:18 -07:00
Nathan Moinvaziri
aeda93f715 Added zstd zip to unzip fuzzer seed corpus. 2020-06-21 17:15:51 -07:00
Nathan Moinvaziri
32dc664898 Fixed GCC compiler warnings on Windows. 2020-06-19 21:33:52 -07:00
Nathan Moinvaziri
70811ac6f5 Remove version number from headers. 2020-06-19 21:21:12 -07:00
Nathan Moinvaziri
da0432141f Fixed compiler warnings in test app and compatibility layer. 2020-06-08 14:21:58 -07:00
Nathan Moinvaziri
2aa369c468 Version 2.9.3. 2020-05-21 07:31:09 -07:00
Nathan Moinvaziri
5d54b6896b Fixed bug in local comment not being written with compatibility layer.
Modified compat functions to use one-another for code coverage.
Added more tests for compatibility layer for code coverage.
2020-05-04 10:33:16 -07:00
Nathan Moinvaziri
86b4443cef Added more tests to compatibility layer. 2020-05-04 08:46:58 -07:00
Nathan Moinvaziri
74a5a929f9 Only run compatibility tests when zlib is enabled. 2020-05-03 21:00:18 -07:00
Nathan Moinvaziri
d0cdf424c5 Added compatibility layer unit tests. 2020-05-03 20:51:01 -07:00
Nathan Moinvaziri
b39f7a0e89 Version 2.9.2. 2020-02-12 08:38:09 -08:00
Nathan Moinvaziri
370ab036f3 Version 2.9.1. 2019-11-15 13:24:17 -08:00
Nathan Moinvaziri
39440d01a2 Updated test certificate and signing tests for macOS. 2019-11-10 19:10:57 -08:00
Nathan Moinvaziri
daae8acc64 Fixed unit tests for windows.
Added utf8 test for code coverage.
2019-11-04 11:42:10 -08:00
Nathan Moinvaziri
4d33e1d434 Fixed mem stream required zlib.
Don't produce codecov for release builds.
2019-11-03 22:27:36 -08:00
Nathan Moinvaziri
15507efd00 Don't run certain tests when their code isn't available. 2019-11-03 22:17:24 -08:00
Nathan Moinvaziri
2f4f41b8a6 Reduce output of test cmd app. 2019-11-03 22:06:56 -08:00
Nathan Moinvaziri
c4f415aab3 Create test_cmd for code coverage. 2019-11-03 18:01:06 -08:00
Nathan Moinvaziri
d82ea2c654 Added more test cases for path resolving.
Fixed branching in resolve function.
2019-11-03 16:44:58 -08:00
Nathan Moinvaziri
106d0ee136 Fixed casting warnings in test code. 2019-10-29 16:36:02 -07:00
Nathan Moinvaziri
8d6875d9c2 Fixed path not resolving properly when it begins with ..\ more than once. #433 2019-10-23 22:21:21 -07:00
Nathan Moinvaziri
10ac291d91 Version 2.9.0. 2019-09-18 16:55:43 -07:00
Nathan Moinvaziri
b4d17e6d9d
Merge pull request #421 from vszakats/cln
use HTTPS, whitespace and newlines fixes
2019-09-16 11:08:44 -07:00
Nathan Moinvaziri
fe33c3d1b6 Fixed invalid literal PRI- when compiling with C++. #416 2019-09-16 11:07:43 -07:00
Viktor Szakats
8f397f826d minor URL correction, remove EOL spaces, add EOF newlines. 2019-09-15 20:11:28 +00:00
Viktor Szakats
b11be60c0c use HTTPS, whitespace and newlines fixes
This is the only remaining HTTP link now: http://result42.com
2019-09-15 18:55:59 +00:00
Nathan Moinvaziri
8bba5e3fdf Fixed wrong open mode used in test_stream_mem(). #417 2019-09-14 16:46:28 -07:00
Nathan Moinvaziri
32fd805440 Version 2.8.9. 2019-07-04 10:32:02 -07:00
Nathan Moinvaziri
fbfd4e82f7 Version 2.8.8. 2019-05-22 17:50:39 -07:00
Nathan Moinvaziri
64c4c7f868 Version 2.8.7. 2019-05-09 18:46:18 -07:00
Nathan Moinvaziri
f191087fdf Fixed gcc 9 warnings. #385 2019-05-01 11:37:21 -07:00
Nathan Moinvaziri
4fe0687243 Version 2.8.6. 2019-04-08 13:26:32 -07:00
Nathan Moinvaziri
488f20ff1b Version 2.8.5. 2019-03-17 09:38:10 -07:00
Nathan Moinvaziri
9805ab4117 Version 2.8.4. 2019-02-14 17:16:01 -08:00
Nathan Moinvaziri
2e2f995eda Version 2.8.3. 2019-01-26 16:49:48 -08:00
Nathan Moinvaziri
2ca7f3950c Version 2.8.2. 2019-01-08 16:07:10 -08:00
Nathan Moinvaziri
1ff40343b5 Version 2.8.1. 2018-12-01 09:59:19 -08:00
Nathan Moinvaziri
2df1ecbce4 Fixed some code analysis warnings. 2018-12-01 08:59:21 -08:00
Nathan Moinvaziri
5cb88b8f09 Version 2.8.0. 2018-11-24 17:59:11 -08:00
Nathan Moinvaziri
e8c94b0570 Added testing against archives in fuzz seed corpus dir.
Reduced fuzz test sizes.
2018-11-24 17:32:30 -08:00
Nathan Moinvaziri
41eaa4c0ab Rename fuzzer test file. 2018-11-24 17:14:04 -08:00
Nathan Moinvaziri
62f435adbb Fixes aes encryption with windows crypto library. 2018-11-24 16:51:30 -08:00
Nathan Moinvaziri
2ce1fe2732 Fixed appending for zip spanning.
Added append mode cmake unit tests.
2018-11-23 11:53:11 -08:00
Nathan Moinvaziri
cdac37e1fe Move tiny zip to unzip fuzzer seed corpus. 2018-11-21 23:20:17 -08:00
Nathan Moinvaziri
9897259b04 Added additional files to unit tests.
Fixed compiler warnings.
2018-11-21 23:14:22 -08:00
Nathan Moinvaziri
76fb8903e1 Rename HAVE_AES to HAVE_WZAES to make it more clear that only the feature is enabled/disabled.
Added additional cmake unit tests.
2018-11-21 15:14:09 -08:00
Nathan Moinvaziri
e849627093 Move stdio to the source files that use them.
Fixed limits redefinition for windows.
Clean up headers.
2018-11-21 15:05:58 -08:00
Nathan Moinvaziri
b578fa5ba5 Added signed fuzz test. 2018-11-20 19:42:23 -08:00