1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

17 Commits

Author SHA1 Message Date
Daniel Collins
ce8d9be9ca Stream logs back to test script in 30-ip-ipx.t 2024-11-03 12:39:09 +00:00
Daniel Collins
b4e4480d75 Skip profiling when disabled in stubs with unknown arguments.
The profiling code normally harmlessly no-ops in this case, but
it can crash when the profiling code hasn't bee initialised.
2024-06-27 23:57:10 +01:00
Daniel Collins
53bfadc0e5 Add option to enable/disable profiling. 2023-11-19 21:49:52 +00:00
Daniel Collins
09b235024d Reinstate stub function logging hooks. 2023-11-19 21:12:06 +00:00
Daniel Collins
904b60d21b Log function profiling statistics every 10 seconds. 2019-08-24 16:06:41 +01:00
Daniel Collins
7e6280b560 Record times taken within stub functions
Reporting not done yet.

Call logging broken (for now).
2019-08-23 20:25:14 +01:00
Daniel Collins
a930a972df Log entry and target of stub calls. 2014-01-25 23:14:29 +00:00
Daniel Collins
c836c55ee4 Implemented function for formatting complete IPX addresses as strings.
Bugfix: mkstubs.pl used wrong DLL number for calls to log_call.
2012-10-20 19:21:59 +00:00
Daniel Collins
f1fa666c00 Log stub DLL name rather than target DLL when logging calls. 2011-11-16 22:29:27 +00:00
Daniel Collins
b888762538 Rewrote DLL loading code to avoid corrupting the system error code. 2011-09-11 13:28:41 +00:00
Daniel Collins
bfa611ae6e Correctly terminate strings in stub DLLs. 2011-08-12 01:12:10 +00:00
Daniel Collins
adfdff8fb7 Log DLL and function names in ipxwrapper.log instead of seperate log file. 2011-08-11 20:36:35 +00:00
Daniel Collins
9aba673989 Fixed typo: mkstubs.pl generated all stub DLLs with wsock32.dll as the internal DLL name. 2011-07-09 02:00:37 +00:00
Daniel Collins
f2ca6e3028 Log all stub DLL calls in winsock_calls.txt if enabled in the registry. 2011-06-16 23:55:20 +00:00
Daniel Collins
cbbc7f13b1 Terminate stub symbol names correctly and optionally log calls 2011-05-10 00:21:38 +00:00
Daniel Collins
75c0f30518 Rewrote stub generation code to create ASM code, no more unimplemented functions due to missing declarations! 2009-01-25 17:06:29 +00:00
Daniel Collins
4d28856065 Imported current tree into SVN 2008-12-09 21:36:07 +00:00