]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxnet.c
Fixes for Debian bug #192701 (64-bit gccs warn about casts between
[PuTTY.git] / unix / uxnet.c
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-18 Simon TathamMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 Ben HarrisReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 Ben HarrisMake IPv6 support for Unix work, and make it a lot...
2003-03-29 Simon TathamAdded uxsel.c, into which I've moved those parts of...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamSupport asynchronous connect() in Unix networking....
2003-01-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 Owen DunnAvoid potential memory leak.
2002-12-04 Owen DunnChanged to use strerror()
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamStop the segfault on failure to resolve a host name.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...