38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a context menu to the pair list control, allowing various commands. Also add a new command to sync only the selected items. (Closes issue #118) : Need the ability to select single or set of pairs (group) to sync from the list, not just the whole list. More... over 11 years ago
Switch to MSBuild instead of devenv for building. More... over 11 years ago
Minor SecureZeroMemory consistency changes. More... over 11 years ago
Use smart pointer. More... over 11 years ago
Fix compiler warning. More... over 11 years ago
Close handles. More... over 11 years ago
Remove unused code. More... over 11 years ago
Update coverity version. More... over 11 years ago
Add a script to run Coverity. More... over 11 years ago
Remove misplaced semicolon. More... over 11 years ago
pass FOF_NORECURSION to the delete function. More... over 11 years ago
Bump version to 1.2.0 More... over 11 years ago
Update issue #71 Don't allow empty passwords when using GPG. (Closes issue #71) : Use gpg instead of 7z More... over 11 years ago
Update issue #71 Add the gpg files version 1.x and include them in the setup. More... over 11 years ago
Update issue #71 Disable the checkbox "Use .7z instead of .cryptsync as the file extension for the encrypted files" if the checkbox "Use GnuPG for encryption" is checked. More... over 11 years ago
Update issue #71 Patch from dedicatedtek (slightly modified by me): * allow using GPG instead of 7-zip to do the en-/decrypting More... over 11 years ago
Update version check file. More... almost 12 years ago
Bump version to 1.1.5 More... almost 12 years ago
Set the sync pairs for the sync object on start. (Fixes issue #99) : When started with /tray, syncs only after first full scan More... almost 12 years ago
Reinitialize the watched paths if they don't match. More... almost 12 years ago
Check the error after scanning the second folder. More... almost 12 years ago
If an error occurs during enumerating the files, stop the sync. More... almost 12 years ago
Bump year in VersionInfo block too. More... almost 12 years ago
Nothing better to do on new years eve at midnight, so update the checkyear script to 2014. Happy New Year 2014! More... about 12 years ago
Update installer script to check for minimum OS Vista. More... about 12 years ago
Update to VS2013. After discussion with Stefan, the minimum OS is Vista. More... about 12 years ago
Mention the /tray command line option in the help dialog. More... about 12 years ago
Post progress info messages to the tray window from the sync thread, and use that info to update the tooltip of the tray icon. (Fixes issue #72) : Synchronization progress More... about 12 years ago
if the source folder is not accessible, skip and don't sync it. (Fixes issue #86) : Network error on source result in all target files being deleted More... about 12 years ago
Delete the files with DeleteFile() in case deleting with SHFileOperation() fails. (Fixes issue #82) : fails to delete encypted file during sync ? More... about 12 years ago