| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/run-*.sh: Remove sudo requirement, use core_pattern as-is | Sven Gothel | 2022-06-03 | 2 | -2/+2 |
* | Add valgrind supp files | Sven Gothel | 2022-06-03 | 3 | -0/+335 |
* | Fix Doxygen | Sven Gothel | 2022-06-03 | 1 | -0/+49 |
* | Update and fix run-{java|native}-test.sh scripts | Sven Gothel | 2022-06-03 | 3 | -61/+171 |
* | scripts/build.sh: Add BUILDJAVA=ON | Sven Gothel | 2022-06-02 | 1 | -2/+2 |
* | Java Binding 1/2 (Build clean, WIP) and minor alignments | Sven Gothel | 2022-06-02 | 1 | -5/+5 |
* | Fix test scripts | Sven Gothel | 2022-05-30 | 4 | -14/+33 |
* | Add CipherpackListener, using as general lister/callback solution for encrypt... | Sven Gothel | 2022-05-30 | 1 | -2/+5 |
* | Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip... | Sven Gothel | 2022-05-30 | 1 | -3/+3 |
* | rebuild.sh: Drop running testing on rebuild, do it manually | Sven Gothel | 2022-05-29 | 1 | -1/+1 |
* | scripts/test_data_[un]pack.sh: Adding my local cipherpack tests | Sven Gothel | 2022-05-29 | 2 | -5/+84 |
* | Remove obsolete mini_httpd.sh script | Sven Gothel | 2022-05-28 | 1 | -16/+0 |
* | Add script/run_native_test.sh | Sven Gothel | 2022-05-27 | 1 | -0/+55 |
* | Restructure directories: keys -> test_keys, move test_data/pack_files.sh -> s... | Sven Gothel | 2022-05-27 | 1 | -0/+28 |
* | Update build scripts, add cross building scripts | Sven Gothel | 2022-05-23 | 6 | -4/+169 |
* | Using 'mini_httpd' for unit testing etc .. 'http://localhost:8080/test_data/'...v0.2.0 | Sven Gothel | 2021-06-22 | 1 | -0/+16 |
* | [re]build.sh: Use archabi dedicated build log | Sven Gothel | 2021-06-22 | 2 | -4/+6 |
* | build-botan.sh: `--disable-neon` for ARM32 due to NEON ASM GCC issues *FIXME*... | Sven Gothel | 2021-06-21 | 1 | -1/+9 |
* | scripts/build-botan.sh: Enable armhf and arm64, supported: armhf, arm64 and a... | Sven Gothel | 2021-06-21 | 1 | -9/+30 |
* | scripts/run_cipherpack.sh: disable debug verbosity | Sven Gothel | 2021-06-20 | 1 | -1/+1 |
* | examples/cipherpack: Add optional option '-deconly' and support http source, ... | Sven Gothel | 2021-06-20 | 1 | -1/+1 |
* | IOUtil: Adding async read_http_get() using jau::ringbuffer, misc cleanup | Sven Gothel | 2021-06-20 | 1 | -0/+4 |
* | Initial support for http-get IOUtil::read_http_get(..) using curl (system pac... | Sven Gothel | 2021-06-07 | 4 | -0/+102 |
* | Use local catch2 build (w/ rtti as required by botan); No need to subdir into...v0.1.0 | Sven Gothel | 2021-06-07 | 1 | -3/+5 |
* | Add amalgamated platform dependend files under 'include/amalgamation-amd64', ... | Sven Gothel | 2021-06-07 | 2 | -4/+4 |
* | Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1 | Sven Gothel | 2021-06-07 | 3 | -3/+50 |
* | Fix initial setup | Sven Gothel | 2021-03-02 | 2 | -3/+4 |
* | Initial commit - Skeleton Project | Sven Gothel | 2021-03-02 | 3 | -0/+144 |