]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
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)
commit463bd3d2fe8db546ef51eeb60b90d1e8c2a8af48
tree3dc92a97df2d641d2f8f10a37b6678ca4841d120
parentbf20b38b686ddc3c874e6c035963c73c4885b140
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@10023 cda61777-01e9-0310-a592-d414129be87e
network.h
unix/gtkwin.c
unix/unix.h
unix/uxnet.c
unix/uxplink.c
unix/uxpterm.c
windows/window.c
windows/winnet.c