]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winnet.c
Revamp net_pending_errors using toplevel callbacks.
authorSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:27 +0000 (16:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:27 +0000 (16:06 +0000)
commitd35a41f6ba2683956b6c0219824c4b8df8c8fbc4
tree3dc92a97df2d641d2f8f10a37b6678ca4841d120
parenta44366585fbc11021c330a2f110d2b24f5d0c9cd
Revamp net_pending_errors using toplevel callbacks.

Again, I've removed the special-purpose ad-hockery from the assorted
front end message loops that dealt with deferred handling of socket
errors, and instead uxnet.c and winnet.c arrange that for themselves
by calling the new general top-level callback mechanism.

[originally from svn r10023]
network.h
unix/gtkwin.c
unix/unix.h
unix/uxnet.c
unix/uxplink.c
unix/uxpterm.c
windows/window.c
windows/winnet.c