Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[u/mdw/putty] / unix / uxnet.c
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-18 simonMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 benReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 benMake IPv6 support for Unix work, and make it a lot...
2003-03-29 simonAdded uxsel.c, into which I've moved those parts of...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonSupport asynchronous connect() in Unix networking....
2003-01-02 simonsk_nonamelookup() should ensure the sockaddr it returns...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 owenAvoid potential memory leak.
2002-12-04 owenChanged to use strerror()
2002-11-01 simonImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 simonStop the segfault on failure to resolve a host name.
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...