aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bump jaulibHEADv1.2.5masterSven Göthel2024-08-091-0/+0
* Align to jaulib 1.3.4: Full cmake-presets usage w/ vscode support update; als...v1.2.4Sven Göthel2024-08-0919-170/+238
* Bump jaulibSven Göthel2024-05-261-0/+0
* Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumberv1.2.2Sven Göthel2024-05-268-10/+12
* Bump jaulibSven Göthel2024-05-261-0/+0
* README: clang-18Sven Göthel2024-05-201-7/+7
* Bump .clang-format (clang-format-18)Sven Göthel2024-05-201-84/+138
* clang-18 fixes, adopt to jaulib changesv1.2.1Sven Göthel2024-05-206-24/+33
* scripts/rebuild-doc.sh: Make it work with new cmake build setupSven Göthel2024-05-121-16/+10
* jaulib 1.3.0v1.2.0Sven Göthel2024-05-121-0/+0
* Bump jaulibSven Göthel2024-05-121-0/+0
* Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not exi...Sven Göthel2024-05-123-2/+11
* Bump jaulibSven Göthel2024-05-071-0/+0
* Build Environment: Better CMake Usage incl. Eclipse (IDE) default CDT CMake; ...Sven Göthel2024-05-0713-415/+312
* Bump jaulibv1.1.4Sven Göthel2024-05-041-0/+0
* Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin...Sven Göthel2024-05-0413-50/+340
* Bump jaulibSven Göthel2024-03-021-0/+0
* Bump jaulibSven Göthel2024-02-251-0/+0
* Bump Eclipse settingsv1.1.3Sven Gothel2023-10-281-2/+2
* Adopt to g++12 warning issues w/ Botan: Add -Wno-maybe-uninitializedSven Gothel2023-10-281-1/+1
* Bump jaulibSven Gothel2023-10-281-0/+0
* Adopt to jaulib java changes PlatformProps -> RuntimeProps for native lib-loa...v1.1.2Sven Gothel2023-01-231-2/+2
* Bump jaulib 5439419c770ef421bcc069cba8193536a6300fbbSven Gothel2023-01-231-0/+0
* COPYING: Add year 2023Sven Gothel2023-01-021-1/+1
* README v1.1.1v1.1.1Sven Gothel2023-01-021-0/+6
* Tests: Default logger shows Header, End and Error; Alloc feeder's buffer abov...Sven Gothel2023-01-023-38/+43
* Cipherpack.java: Expose default buffer size of 16384 bytes (same as for nativ...Sven Gothel2023-01-021-0/+3
* _read_stream(): Only consider ByteInStream's EOF via its available(), subsequ...Sven Gothel2023-01-021-6/+6
* jaulib v1.1.1Sven Gothel2023-01-021-0/+0
* Test01Cipherpack: Add detailed error message to final assertionSven Gothel2023-01-021-42/+42
* test_01_cipherpack/Test01Cipherpack: Log failure of enc_feed.write(..), i.e. ...Sven Gothel2023-01-022-1/+13
* jaulib v1.1.0, resolves Bug 574, detected via Java application utilizing Cyph...v1.1.0Sven Gothel2023-01-021-0/+0
* jaulib v1.0.1-10-gbe18252; Reproduce Bug 574, causing occasional hang by Ciph...Sven Gothel2023-01-023-10/+98
* Eclipse: Fix classpath JUNIT_HOMESven Gothel2023-01-021-1/+1
* checkSignThenDecrypt_Impl: Detail decrypt notifyError: Add plaintext byte sta...Sven Gothel2023-01-011-2/+6
* jaulib v1.0.1-8-g854a714Sven Gothel2023-01-011-0/+0
* scripts/build.sh: resortSven Gothel2023-01-011-1/+1
* Adopt to jaulib's jau::io changesSven Gothel2023-01-014-50/+84
* Eclipse settingsSven Gothel2023-01-013-4/+4
* jaulib v1.0.1-7-g34890d9Sven Gothel2023-01-011-0/+0
* Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command li...v1.0.5Sven Gothel2022-12-313-14/+14
* jaulib v1.0.1Sven Gothel2022-12-311-0/+0
* Test01Cipherpack: Add test32_bug574 simulating application issue w/ similar f...Sven Gothel2022-12-311-8/+110
* test_01_cipherpack: Add test32_bug574, however, we can't simulate actual feed...Sven Gothel2022-12-311-1/+66
* test_java.sh: Call test class main function, allowing us to chose a single te...Sven Gothel2022-12-311-2/+6
* test_exe_template.sh: Return test result for caller to digestSven Gothel2022-12-311-3/+6
* Eclipse .classpath: Attach JUNIT_SRC_HOME to JUNIT_HOMESven Gothel2022-12-311-1/+1
* Fix Eclipse .classpath using Debug build artifacts and JUNIT_HONE (junit4)Sven Gothel2022-12-301-2/+3
* Merge remote-tracking branch 'zafena-ict/master'Sven Gothel2022-12-301-2/+37
|\
| * Test01Cipherpack: FeederFunc feed_source_100_sized_eof_fastXerxes Rånby2022-12-211-2/+37