0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cryptodiff 0.9.1 More... about 10 years ago
Changed shared_ptr to raw pointer in io_service. More... about 10 years ago
Entirely deleted SINGLE_THREADED mode from code. Finally, used io_service_ptr. More... about 10 years ago
Rewritten update() with AvailabilityMap. More... about 10 years ago
Added boost::asio::io_service setter. More... about 10 years ago
Cryptodiff 0.9.0 More... about 10 years ago
Removed symlinks in contrib/include, as Git on Windows doesn't support symlinks. More... about 10 years ago
Worked on Windows support More... about 10 years ago
Prevent computing Strong Hash even if block is not matched. More... about 10 years ago
Bumped LVCrypto version. More... over 10 years ago
Added error-handling using exceptions. More... over 10 years ago
Made block hashing operation to respect StrongHashType of FileMap. Now we can safely use SHA2_224 as hasher. Exported block encryption routines to library header, because of strange padding settings. More... over 10 years ago
Wiped out memory-mapped access to files, as this is really micro-optimization. Also, leads to multiple problems. More... over 10 years ago
Fixed some errors, leading to UB. More... over 10 years ago
Tried to add default value to blocksize More... over 10 years ago
Tried to fix stack smashing error. More... over 10 years ago
Fixed filling array without allocating (UB) More... over 10 years ago
Changed Doxyfile.in to install man, html and latex files where it is needed to install More... over 10 years ago
Added GNUInstallDirs module support More... over 10 years ago
Overhaul of library - Made external interface more friendly. - Removed protobuf dependency. - Removed serialization feature. Filemap marshalling must be handled somewhere outside. More... over 10 years ago
Removed unnecessary includes from headers More... over 10 years ago
Moved to brand-new cryptographic wrappers, derived from Librevault. Added logging ability using spdlog. More... over 10 years ago
Tiny optimizations to RsyncChecksum. More... over 10 years ago
Removed cryptodiff app Edited CMakeLists to build shared and static libraries at once. Might not work on Windows now Moved cryptodiff.h to include/ folder More... over 10 years ago
Added .gitignore More... over 10 years ago
Added two types of I/O backend: mmap and fopen. More... over 10 years ago
Added temporary limits into EncFileMap. More... over 10 years ago
Updated .proto file to proto3 format More... over 10 years ago
Added race condition description into code. More... over 10 years ago
Updated cryptowrappers version. More... over 10 years ago