Completely remove the 'frozen_readable' mechanism from uxnet.c. It
[u/mdw/putty] / unix / uxnet.c
2013-07-21 simonCompletely remove the 'frozen_readable' mechanism from...
2013-07-19 simonCentralise calls to fcntl into functions that carefully...
2013-07-19 simonAdd an error check to every setsockopt call in uxnet.c.
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2009-08-06 jacobMore use of sockaddr_union (above and beyond that neces...
2009-08-06 jacobAvoid "dereferencing pointer 'sa' does break strict...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-05 jacobsk_address_is_local() failed to cope when presented...
2009-01-05 jacobAdd some hard-coded textual literal-IP representations...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-11-08 simonImplement sk_addr_dup().
2008-11-08 simonMove out of the SockAddr structure the mutable fields...
2008-08-20 jacobFix for portfwd-addr-family: on Unix, when a tunnel...
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2008-02-21 simonAha, _that's_ why I've been periodically getting blocki...
2007-11-28 simonDuplicate r7795 in uxnet.c.
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-23 simonI've just discovered that using the saved sessions...
2006-02-11 jacobFailure to connect to a Unix-domain socket could cause...
2005-09-13 benA couple of places in sk_newlistener were using AF_INET...
2005-05-05 jacobCorrect apparent misspelling of `SIOCATMARK'.
2005-04-27 benRather than checking for <sys/sockio.h>, just include...
2005-04-25 benCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-24 benOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-05 simonFixes for NO_IPV6 compilation under Unix.
2005-02-22 simonRemove the two logevent calls passing NULL as the first...
2005-02-16 jacobSimon suggests a better solution to valgrind's complain...
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_newliste...
2005-01-28 benUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 benBuffer overruns are embarassing (even if caused by...
2005-01-26 benMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-23 benWhen checking if a connection comes from localhost...
2005-01-22 benWhen calling getaddrinfo() for a listening socket,...
2005-01-22 benStupid typo, spotted by GCC.
2005-01-22 benIf getaddrinfo() fails, it's not safe to dereference...
2005-01-20 benDispose of a variable whose only use was being set...
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-16 simonRewrite of Unix sk_newlistener() which should fix any...
2005-01-14 benINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-09 simonsk_namelookup() on Unix was failing to translate from...
2005-01-09 simonHaving laboriously constructed a hints parameter for...
2005-01-04 simonDon't forget to initialise ret->ai to NULL in sk_noname...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2004-02-03 jacobPatch from Theo Markettos: apparently "BSD-derived...
2004-01-21 simonTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
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...