38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jan 05, 2025 — Jan 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
default.build: reindent More... almost 13 years ago
update checkyear.js from TortoiseSVN More... almost 13 years ago
Add the -ssw flag to 7-zip when compressing/encrypting files. More... almost 13 years ago
Fix version resources and use dots in the version strings: * FILEVER and PRODUCTVER must use commas with a space after the comma - not using that format results in various apps just showing "1, 0, 0, 0" for the version. * The STRFILEVER and STRPRODUCTVER can actually be anything - they're strings after all. But they must include the \0 char at the end or some apps will fail to read those strings or even crash. * in the version resource, the "BLOCK" value must match the "Translation" value, or almost all applications that read the version will not find the version strings. More... almost 13 years ago
Update the version check file. More... almost 13 years ago
Bump version to 1.0.5. More... almost 13 years ago
Update copyright year in the version resource. More... almost 13 years ago
* if 7-zip fails to encrypt/decrypt a file, remove the target file which 7zip might have left lying around but crippled. * before running 7-zip to encrypt a file, first try to open it to check whether the file is locked. Don't run 7-zip if opening the file fails. * when removing crippled files, prevent the notification handler from acting upon them (Fixes issue #21) : Sync not working for locked files (e.g. nginx logs) More... almost 13 years ago
Go back using ',' to separate the version numbers in the version resource for FileVersion and ProductVersion. Only this is actually valid, using periods is not: the API VerQueryValue will fail if periods are used! More... almost 13 years ago
Happy new year 2013 More... about 13 years ago
replace ZeroMemory with SecureZeroMemory More... about 13 years ago
Update the version check file. More... about 13 years ago
switch to v110_xp platform toolset More... about 13 years ago
update default.build.user.tmpl More... about 13 years ago
Save file as ANSI. More... about 13 years ago
Use VS2012 to build. More... about 13 years ago
If decrypting a filename fails, return the original filename. (Fixes issue #19) : Problem with nameless (only extension) files (like .htaccess) More... about 13 years ago
Bump version to 1.0.4. More... about 13 years ago
Implement command line options to synchronize directly without UI. (Closes issue #12) : Feature request: Command line options More... about 13 years ago
Add new method to do a folder sync but without using a different thread. More... about 13 years ago
Allow overriding the ignore patterns with a specific string instead of using the saved one from the registry. More... about 13 years ago
Add build instructions. (Closes issue #18) : Compile from svn (version.h - No such file or directory) More... about 13 years ago
Also save the options when just syncing without running in the background. More... about 13 years ago
Don't recurse into ignored folders. (Closes issue #15) : Feature request: Directory exclusion filter More... about 13 years ago
Revert r145, do it right this time. More... about 13 years ago
remove unused var More... about 13 years ago
use the _countof macro where possible More... about 13 years ago
use an empty line before and after #pragma once and reindent version.in More... about 13 years ago
When starting with Windows, do not start a full sync immediately: give the could drives time to sync first. More... about 13 years ago
merge targetver.h to stdafx.h More... about 13 years ago