38
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 12, 2025 — Jan 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #93 from dansyl1/main More... about 3 years ago
Two log issues corrections: Log records message "failed to set file time on <filename> while adjusting its attributes (error 32)" if I save an Excel file without exciting Excel. CryptSync detects the newly saved file, archives it successfully but logs this message. More... about 3 years ago
Merge pull request #91 from dansyl1/Implement_ability_to_restore_file_creation_and_last_access-timestamp_(new_archives_required) More... about 3 years ago
Instead of hard coded indexes, use an int and increase it for each name/value pair, ensuring the array size is respected. More... about 3 years ago
Decrypted files now have correct "last modified" timestamp, as recorded in the encrypted file. More... about 3 years ago
7Zip now supports ability to record a file's "last accessed" and "created" timestamps so they can be restored. Future archives created by CryptSync will have these timestamps. More... about 3 years ago
Merge pull request #86 from dansyl1/Implement-issue-85 More... about 3 years ago
Add closing parenthesis to logged message, no functional change More... about 3 years ago
Code review adjustments More... about 3 years ago
Ajust comment for VS2022 More... about 3 years ago
Fix issue reported by Code scanning / CodeQL and change the command line parameter name as per feedback. More... about 3 years ago
Undid "Merged Main" commit More... about 3 years ago
Merged main More... about 3 years ago
Merge pull request #87 from dansyl1/Branch-fix-typo-on-file More... about 3 years ago
Code embellishment, no functional change More... about 3 years ago
SyncFile resets archive attribute on source file even if target file is up to date, if configured by user More... about 3 years ago
Fix compilation warning messages More... about 3 years ago
Handle user cancelation when adjusting file attributes More... about 3 years ago
Reset instructions for msi building to those pesent in main More... about 3 years ago
File attribute handling (set/reset) now handled by specific method More... about 3 years ago
Fix typo in if statement (now consistent with rest of file) More... about 3 years ago
Now resets Archive attribute on original file that are already copied / encrypted, if so requested by pair configuration More... about 3 years ago
Adjust code to reduce differences vs main branch More... about 3 years ago
Ajusted implementation of issue 85 Implement adjustements as per stefankueng's feedback More... about 3 years ago
Adjust based on experience with VS2022 More... about 3 years ago
Adjust tab order and control alignment More... about 3 years ago
First implementation of issue 85 More... about 3 years ago
Fix typo (missing ! ) More... about 3 years ago
Revert "Fix apparent typo (missing ! )" More... about 3 years ago
Fix apparent typo (missing ! ) More... about 3 years ago