38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only strip ".cryptsync" from the end of a filename, not if it's somewhere in between. More... about 13 years ago
if a filename starts with a '-' char, prepend ".\" to it before passing it to 7zip: 7zip otherwise treats the filename as an option and errors out. More... about 13 years ago
Don't match paths if they're empty. More... about 13 years ago
* allow only one sync thread to be running at a time, stop the existing one before a new one is started * pass "-w" to 7zip to make it use the windows temp folder instead of creating its temp file in the same folder * don't act on change notifications for paths that are currently synced in the sync thread More... about 13 years ago
Enclose the path to the exe in quotes. More... about 13 years ago
On access-denied errors, ignore the change notifications. More... about 13 years ago
Add WiX script and adjust the build files to create an msi installer. More... about 13 years ago
Use a better icon. More... about 13 years ago
Add the 7zip command line tool files. More... about 13 years ago
if there's an unencrypted file in the encrypted folder, move it to the original folder. The watcher or the next scan will then encrypt that file. More... about 13 years ago
Return the real success instead of unconditionally true. More... about 13 years ago
fix proj guid. More... about 13 years ago
when deleting files, move them to the trash bin. More... about 13 years ago
fix build script. More... about 13 years ago
Pressing escape in the main dialog makes CryptSync run in the background. Only clicking on the exit button will terminate the process. More... about 13 years ago
add an "About" link on the main dialog. More... about 13 years ago
Show the update dialog in background mode as well. More... about 13 years ago
Implement a check for newer, updated versions of CryptSync and show a dialog if there is. More... about 13 years ago
Add version file, used for update check (implemented later). More... about 13 years ago
have only one instance of CryptSync running. More... about 13 years ago
Allow syncing with a progress UI from the main dialog. More... about 13 years ago
Add helper class to show a progress dialog. More... about 13 years ago
Call _endthreadex() at the end of the thread to close the thread handle automatically. More... about 13 years ago
Automatically start monitoring and syncing on startup. More... about 13 years ago
Guard access to the pair vector. More... about 13 years ago
Add an option to keep the filenames unencrypted. More... about 13 years ago
Run a full scan every 15 minutes. More... about 13 years ago
Make sure the sync pair paths do not have a backslash at the end. More... about 13 years ago
Add option to ignore files from getting synced, defaults to *.tmp|~*.* More... about 13 years ago
Add wildcard compare functions. More... about 13 years ago