38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a third column and show the failure count there if there are any sync failures. Update Issue #7 More... about 13 years ago
Show number of failed synchronizations in the tray icon tooltip. Update Issue #7 This is just a quick view of failure/success. A window showing all failed synchronizations and their paths needs to be implemented as well. More... about 13 years ago
Count encryption/decryption failures. Update Issue #7 More... about 13 years ago
Fix duplicate custom window messages. More... about 13 years ago
Add comment about the -stl switch. More... about 13 years ago
Update check version update. More... about 13 years ago
Bump version to 1.0.1 More... about 13 years ago
* add boolean parameter to the pair tuple, indicating sync/mirror behavior * add checkbox to the add-pair dialog indicating sync/mirror mode * when in mirror mode, don't monitor the encrypted folder for changes * when in mirror mode, don't decrypt files to the original folder unless the original folder is empty (Closes issue #6) : Feature Request: Allow option for one-way syncing More... about 13 years ago
When "encrypt filenames" is active, encrypt the foldernames as well. Also implemented an upgrade path which changes the unencrypted foldernames to encrypted ones in case they're not encrypted yet. (Closes issue #5) : Feature Request: Ability to encrypt folder names More... over 13 years ago
Move stringtok() to the StringUtils.h file More... over 13 years ago
Save the pairs immediately after new pairs got added. (Fixes issue #2) : Unintuitive option about data being saved More... over 13 years ago
handle WM_CLOSE and WM_ENDSESSION, and also stop the folder sync thread. More... over 13 years ago
increase the full scan interval to 30 minutes. More... over 13 years ago
Before running a full scan, handle all notifications. More... over 13 years ago
Add Paint.NET files of application icon. More... over 13 years ago
On change notifications, sync all matching pairs instead of just the first one: the user might have set up multiple folder pairs with the same source/original folder. More... over 13 years ago
ran tabspace. More... over 13 years ago
Add version resource and get rid of last AAClr reference. More... over 13 years ago
Add screenshots. More... over 13 years ago
Ups! HKLM instead of HKCU. More... over 13 years ago
Set the InstallDir registry key under HKCU, not HKLM. More... over 13 years ago
fix tab order. More... over 13 years ago
Add image. More... over 13 years ago
Wait another interval before acting on change notifications. More... over 13 years ago
Start 7zip with below-normal process priority. More... over 13 years ago
Add sanity checks for pair paths. More... over 13 years ago
Add a second password field: the user must enter the password twice to avoid typos. More... over 13 years ago
improve debug output. More... over 13 years ago
Prevent the main dialog from showing multiple times. More... over 13 years ago
Ignore all *.tmp files, including *.tmp1, *.tmp2, ... More... over 13 years ago