0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cryptodiff 0.9.1 More... over 10 years ago
Changed shared_ptr to raw pointer in io_service. More... over 10 years ago
Entirely deleted SINGLE_THREADED mode from code. Finally, used io_service_ptr. More... over 10 years ago
Rewritten update() with AvailabilityMap. More... over 10 years ago
Added boost::asio::io_service setter. More... over 10 years ago
Cryptodiff 0.9.0 More... over 10 years ago
Removed symlinks in contrib/include, as Git on Windows doesn't support symlinks. More... almost 11 years ago
Worked on Windows support More... almost 11 years ago
Prevent computing Strong Hash even if block is not matched. More... almost 11 years ago
Bumped LVCrypto version. More... almost 11 years ago
Added error-handling using exceptions. More... almost 11 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... almost 11 years ago
Wiped out memory-mapped access to files, as this is really micro-optimization. Also, leads to multiple problems. More... almost 11 years ago
Fixed some errors, leading to UB. More... almost 11 years ago
Tried to add default value to blocksize More... almost 11 years ago
Tried to fix stack smashing error. More... almost 11 years ago
Fixed filling array without allocating (UB) More... almost 11 years ago
Changed Doxyfile.in to install man, html and latex files where it is needed to install More... almost 11 years ago
Added GNUInstallDirs module support More... almost 11 years ago
Overhaul of library - Made external interface more friendly. - Removed protobuf dependency. - Removed serialization feature. Filemap marshalling must be handled somewhere outside. More... almost 11 years ago
Removed unnecessary includes from headers More... almost 11 years ago
Moved to brand-new cryptographic wrappers, derived from Librevault. Added logging ability using spdlog. More... almost 11 years ago
Tiny optimizations to RsyncChecksum. More... almost 11 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... almost 11 years ago
Added .gitignore More... almost 11 years ago
Added two types of I/O backend: mmap and fopen. More... almost 11 years ago
Added temporary limits into EncFileMap. More... almost 11 years ago
Updated .proto file to proto3 format More... about 11 years ago
Added race condition description into code. More... about 11 years ago
Updated cryptowrappers version. More... over 11 years ago