Expect

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "win32-jump-point-1"

2002-03-22
05:26
new "follow the mouse" test case. check-in: 8a18d3f5f5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch
2002-03-16
00:38
no message Leaf check-in: 3b3b7d3e33 user: davygrvy tags: trunk, win32-jump-point-1
00:37
fixed a nasty bug in the SetArgv() function that was all my fault. check-in: abce3fafb9 user: davygrvy tags: trunk, win32-jump-point-1
2002-03-15
07:51
final instalment. tried to work on cleanup issues, but more testing needed. Fixed a big bug in ConsoleDebugger::OnFillConsoleOutputCharacter() where the master console handle was null. I successfully logged into panix.com with Win2k's telnet.exe and trapped it all! check-in: d536f21d49 user: davygrvy tags: trunk, win32-jump-point-1
07:44
no message check-in: 1aa8ffe271 user: davygrvy tags: trunk, win32-jump-point-1
07:41
final instalment. tried to work on cleanup issues, but more testing needed. Fixed a big bug in ConsoleDebugger::OnFillConsoleOutputCharacter() where the master console handle was null. I successfully logged into panix.com with Win2k's telnet.exe and trapped it all! check-in: fa3e69bdbc user: davygrvy tags: trunk, win32-jump-point-1
2002-03-13
03:58
milestone! It works. check-in: 3c6cd13a95 user: davygrvy tags: trunk, win32-jump-point-1
03:53
milestone! It works. check-in: 5d20676967 user: davygrvy tags: trunk, win32-jump-point-1
2002-03-12
23:12
Got debug build working again. check-in: 8009340451 user: davygrvy tags: trunk, win32-jump-point-1
22:36
Re-arranged headers. The ConsoleDebugger class is now hidden from public veiw. I might have to pull off a bridge pattern to hide it more correctly. check-in: ec80245cd5 user: davygrvy tags: trunk, win32-jump-point-1
21:34
renamed SpawnPipeClient to SpawnStdioClient to be more meaningful. check-in: d0c08fb0e3 user: davygrvy tags: trunk, win32-jump-point-1
21:33
renamed check-in: db93863a79 user: davygrvy tags: trunk, win32-jump-point-1
21:07
added a ShutdownTcl() so I wouldn't have to share the HMODULE. check-in: 8561c5011e user: davygrvy tags: trunk, win32-jump-point-1
18:41
renamed check-in: d6c65ebbcb user: davygrvy tags: trunk, win32-jump-point-1
18:15
added a write() method. check-in: 84be978733 user: davygrvy tags: trunk, win32-jump-point-1
18:14
re-added use of tcl's hash tables, but this time using the template. check-in: ca4f17f334 user: davygrvy tags: trunk, win32-jump-point-1
18:13
we'll need this again. check-in: 9884495824 user: davygrvy tags: trunk, win32-jump-point-1
18:10
Added a Top() and Next() for hash searches. check-in: 98f950d0ee user: davygrvy tags: trunk, win32-jump-point-1
16:42
Wait a sec. I'm not happy with the STL's map template. It adds too much bloat. Let's go back to Tcl's hash tables. check-in: 2844ff3ab7 user: davygrvy tags: trunk, win32-jump-point-1
07:59
final cleaning of Tcl from the slavedrv. check-in: 2f69a1fb60 user: davygrvy tags: trunk, win32-jump-point-1
07:53
not needed anymore check-in: d74352fd28 user: davygrvy tags: trunk, win32-jump-point-1
07:09
removed all use of Tcl from the slavedrv. It was only being used for hash tables. replaced them with std::map. It's a bit fatter now, but i'll live. check-in: 92bf3d702e user: davygrvy tags: trunk, win32-jump-point-1
04:37
more stuff added to the pipe client component. slavedrv.exe now sits at a miniature 29,184 bytes :) check-in: 9ab26d977d user: davygrvy tags: trunk, win32-jump-point-1
01:38
Message class pulled-out to a seperate source file, due to expected growth in that area. check-in: 9b627db1e2 user: davygrvy tags: trunk, win32-jump-point-1
2002-03-11
07:03
minor lint check-in: 5500b537a9 user: davygrvy tags: trunk, win32-jump-point-1
06:56
added missing file header comments check-in: 7829da16e3 user: davygrvy tags: trunk, win32-jump-point-1
06:52
added ExpSyslogGetSysMsg() check-in: 056daddd81 user: davygrvy tags: trunk, win32-jump-point-1
05:36
replacing mailboxing with simple pipes as our transport. check-in: 941dec6e28 user: davygrvy tags: trunk, win32-jump-point-1
00:32
Moved BuildCommandLine out of the ConsoleDebugger class for testing reasons. check-in: 049e771fce user: davygrvy tags: trunk, win32-jump-point-1
00:31
Added a test for the BuildCommandLine function. check-in: a299a70995 user: davygrvy tags: trunk, win32-jump-point-1
2002-03-10
01:02
Added more fatal error checks. check-in: 897f5b1365 user: davygrvy tags: trunk, win32-jump-point-1
2002-03-09
22:56
Started on the app-level message queue. check-in: 94f9cb8e7c user: davygrvy tags: trunk, win32-jump-point-1
22:55
now builds for release once more. check-in: fc5c48f1ea user: davygrvy tags: trunk, win32-jump-point-1
05:48
Got error codes working. check-in: d41a46d4b1 user: davygrvy tags: trunk, win32-jump-point-1
03:10
links once more, but isn't yet working again. check-in: e28107c5f5 user: davygrvy tags: trunk, win32-jump-point-1
01:54
resource script for the slave driver. check-in: 60c78891ef user: davygrvy tags: trunk, win32-jump-point-1
01:51
Changed all uses of NULL to the C++ 0L understanding. check-in: 612fa9b494 user: davygrvy tags: trunk, win32-jump-point-1
01:42
resource script for the slave driver. check-in: 01fd2336c4 user: davygrvy tags: trunk, win32-jump-point-1
01:42
Needed to rename this. check-in: e34971ba0b user: davygrvy tags: trunk, win32-jump-point-1
01:17
Almost linkable again. check-in: 7457b94228 user: davygrvy tags: trunk, win32-jump-point-1
00:10
more little stuff. check-in: b3823e0e10 user: davygrvy tags: trunk, win32-jump-point-1
00:00
fixed file header comments, again. check-in: 8b6c607f3d user: davygrvy tags: trunk, win32-jump-point-1
2002-03-08
23:51
fixed file header comments. check-in: 0e81fcc722 user: davygrvy tags: trunk, win32-jump-point-1
23:49
multi-lingual message catalog used for error messages in the slave driver. check-in: da60ab35d6 user: davygrvy tags: trunk, win32-jump-point-1
23:37
not close to done, but a good launch point. check-in: 8ac9f924ca user: davygrvy tags: trunk, win32-jump-point-1
23:33
stopped including the IntPlat stuff from here. check-in: e3e2bbfe60 user: davygrvy tags: trunk, win32-jump-point-1
23:31
When is a pid not a pid? When it's a process handle, so stop lying about it. check-in: e0763b50f6 user: davygrvy tags: trunk, win32-jump-point-1
23:29
name change for the event loop function. check-in: bb884f4692 user: davygrvy tags: trunk, win32-jump-point-1
23:20
more cleanup. check-in: c0a0d1e86d user: davygrvy tags: trunk, win32-jump-point-1
2002-03-07
03:25
C++ rewrite of the debugger code is coming along well. check-in: 5be3d84e9a user: davygrvy tags: trunk, win32-jump-point-1