Commit Graph
8 Commits
Author SHA1 Message Date
Glenn Maynard 1670d7cdac fix data lost at the end of the connection 2006-02-14 03:39:35 +00:00
Glenn Maynard e92231f0a9 Instead of running WM_QUIT, use a flag to quit the loop. This fixes
problems when a console window is opened.
2006-02-14 03:26:27 +00:00
Glenn Maynard 9057367ef2 add GetError()
on WSAECONNRESET, just return 0, not error
set STATE_SHUTDOWN on shutdown, though nothing uses this right now;
maybe this should be removed, and instead say "always call Close()
at the end of successful processing in the thread" (to ensure that we don't
block later)
2006-02-14 01:52:42 +00:00
Glenn Maynard 70e66e9aa4 don't Shutdown on EOF 2006-02-14 01:51:55 +00:00
Glenn Maynard 3c3cd91949 cleanup 2006-02-13 01:32:25 +00:00
Chris Danford 6116d9f1bc fix VC6 build 2006-02-13 01:07:44 +00:00
Glenn Maynard b491a6d702 error strings 2006-02-11 22:53:28 +00:00
Glenn Maynard 9cbc530b64 Add networking helpers for the crash handler.
Most of this will eventually be moved to arch, once I spend some more time
polishing the interface and implementing the BSD sockets version.
2006-02-11 07:49:52 +00:00