0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add note that this project is old :) More... about 3 years ago
Updated version to 1.5.19 and updated changelog.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Made process listing code common between plist and clist.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Switched from $(SolutionDir) to $(MSBuildThisFileDirectory) to allow msbuild to run from the command line.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed version :) More... over 10 years ago
Updated changelog to note resolving issues #19 and #21 . More... over 10 years ago
Reverted to simple GetShortPathNameW behavior. More... over 10 years ago
Remove only the last null in version info strings, not all of them. More... over 10 years ago
Banned iostreams. More... over 10 years ago
Moved version processing to the build script. More... over 10 years ago
Updated changelog for 1.5.17.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Bumped version to 1.5.17.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed issue 16 -- EXEC /s broken when the PEV executable is in a path that contains spaces.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed infinite loops caused by entering reparse points. Fixes issue 11.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed issue #20, emitting trailing nulls in version strings.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed about a million warnings from CryptoPP. First attempt at fixing GetShortPathName when the path is a folder of spaces.
BillyONeal
as Billy O'Neal
More... over 10 years ago
Fixed a bunch of compiler warnings. More... almost 11 years ago
Put _SCL_SECURE_NO_WARNINGS back for now. All projects using that .props file now. More... almost 11 years ago
More compiler switches More... almost 11 years ago
Turnd off ODR checking, that produces way too much noise. More... almost 11 years ago
Cleaned up build a lot. Removed dependence on _CRT_SECURE_NO_WARNINGS. More... almost 11 years ago
Removed waf stuff... maybe I'll resurrect this in the future but for now I just better understand MSBuild. More... almost 11 years ago
Ignored the TestResults directory. More... almost 11 years ago
Restored "signature present" switch -ti. More... almost 11 years ago
Performance optimizations for signature verification. More... almost 11 years ago
Fixed attempt to use network access to verify digital signatures. More... almost 11 years ago
Updated changelog. More... almost 11 years ago
Fixed hashing on WinXP machines. More... almost 11 years ago
Fixed deprecated string functions. More... almost 11 years ago
Cleaned up some signature verification stuff. More... almost 11 years ago