1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Function name now undecorated Module name to report added
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
CHANGES.txt updated
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Minor fix
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
VLDSetIncludeModules/VLDGetIncludeModules fixed Batch file for building setup added Supported loading symbols from Visual Studio symbol cache directory
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
HMODULE fixed again Callstack displacement fixed
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Setup URL fixed
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Copyright string updated
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Issue #7584 fixed
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Option VLD_OPT_SKIP_HEAPFREE_LEAKS added
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Improved LdrLoadDll hooking on Windows 7. On Windows 7 VLD doesn't attach to newly loaded DLLs, because LdrLoadDll is called from KernelBase.dll instead of kernel32.dll (older systems). This patch should fix it. Patch by geordi
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
Compiling with PreFAST codeanalysis will generate some warnings. This patch will remove some of the most obvious warnings, but not all. GetModuleHandle is called explicit with wide characters, then the function called should be GetModuleHandleW. Patch by jerker_back
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
New functions added: VLDGlobalDisable, VLDGlobalEnable, VLDGetOptions, VLDGetReportFilename, VLDSetOptions, VLDSetIncludeModules, VLDGetIncludeModules Hash for each leak added
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
vld.h header fixed Copyright string updated in headers
Arkady Shapkin
as Arkadiy Shapkin
More... over 13 years ago
vld.h fixed
Arkady Shapkin
as Arkadiy Shapkin
More... almost 14 years ago
VS2010 project fixed Minor changes
Arkady Shapkin
as Arkadiy Shapkin
More... almost 14 years ago
Setup file fixed
Arkady Shapkin
as Arkadiy Shapkin
More... almost 14 years ago
Patch by llessieux
Arkady Shapkin
as Arkadiy Shapkin
More... almost 14 years ago
Renamed vld dll files. Problem with MSVC 2010 Unicode library fixed.
Arkady Shapkin
as Arkadiy Shapkin
More... about 14 years ago
Added console projects Setup file fixed
Arkady Shapkin
as Arkadiy Shapkin
More... about 14 years ago
Added missing files
Arkady Shapkin
as Arkadiy Shapkin
More... about 14 years ago
First commit
Arkady Shapkin
as Arkadiy Shapkin
More... about 14 years ago
Minor fixes Added mfc_detect project
Arkady Shapkin
as KindDragon
More... about 14 years ago
64-bit MFC functions ordinals fixed Rewrited m_patchtable Added support x64 MFC 7 (VS2005)
Arkady Shapkin
as KindDragon
More... about 14 years ago
Improved x64 callstack tracing
Arkady Shapkin
as KindDragon
More... about 14 years ago
Added support Visual Studio 2010
Arkady Shapkin
as KindDragon
More... about 14 years ago
Added Win64 configuration Assembler code replaced by intrinsic More... over 14 years ago
Fixed checking of _WIN32_WINNT for Windows XP or earlier. Targeting XP SP2. More... almost 15 years ago
Optimized the code of checking if the thread was created by current process More... almost 15 years ago
Fixed a bug where VLD waits on a thread created by another process. It happened because Windows recycles thread IDs. More... almost 15 years ago
Corrected invalid ordinals More... almost 15 years ago