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

22 Commits

Author SHA1 Message Date
Daniel Collins
5062920b1d Allow disabling logging entirely (#18). 2024-06-18 00:06:07 +01:00
Daniel Collins
53bfadc0e5 Add option to enable/disable profiling. 2023-11-19 21:49:52 +00:00
Daniel Collins
e4dc937e44 Merge branch 'master' into profiling 2023-10-18 23:12:12 +01:00
Daniel Collins
5c65628fca Add options for DOSBox encapsulation to ipxconfig.
Been sitting on this for a while, the code to actually support
interacting with a DOSBox IPX server isn't done yet.
2021-08-19 22:28:22 +01: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
574094050c Moved reg_{get,set}_addr{32,48} from src/addr.[ch] to src/common.[ch] 2014-01-03 01:19:24 +00:00
Daniel Collins
50bb5a3868 Implemented reg_check_value to check if a value exists. 2012-11-12 20:42:55 +00:00
Daniel Collins
f29bbb7f06 Updated ipxconfig to use some C utility functions and new config variables. 2012-11-11 23:57:35 +00:00
Daniel Collins
39c6e18b46 Implemented registry writing functions.
Implemented random (locally-administered) MAC address generator.

Added config options for single interface mode.
2012-10-28 13:08:36 +00:00
Daniel Collins
32bf06ebed Implemented string-to-addr{32,48} functions and added headers. 2012-10-21 11:00:03 +00:00
Daniel Collins
ebcf1673e2 REFACTOR ALL THE THINGS. 2012-10-21 10:26:52 +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
e7c6358044 Updated logging API. 2011-11-16 21:32:59 +00:00
Daniel Collins
a8a700b6f2 Added option to change router control port. 2011-09-19 00:43:16 +00:00
Daniel Collins
322b2fe97d Added tray icon and menu with exit option to ipxrouter. Added filename argument to log_open. 2011-09-18 14:36:24 +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
2674e3356f More code cleanup and a couple of files I forgot to add last commit. 2011-08-29 13:21:18 +00:00
Daniel Collins
8b1c53e0bd More code cleanup 2011-08-29 13:15:10 +00:00
Daniel Collins
9f62a21b30 Started rewrite of router code to be isolated from the rest of IPXWrapper. 2011-08-29 10:03:58 +00:00
Daniel Collins
bbfbcb79cd Lots of code cleanup. 2011-08-28 21:27:06 +00:00