Add an assortment of missing consts I've just noticed.
[u/mdw/putty] / windows / winnet.c
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2012-11-14 simonFix another error-reporting bug, in which sk_newlistene...
2012-11-13 simonAdd a fallback case to winsock_error_string() which...
2012-10-17 simonWindows's sk_address_is_local() was returning the wrong...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-12 simonFix the _rest_ of the Windows compile warnings. (ahem)
2010-09-13 simonCreate, and use for all loads of system DLLs, a wrapper...
2009-11-08 jacobMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 jacobImprove buffer handling in Windows sk_getaddr() --...
2009-09-27 jacobAnother warning fix and cosmetic tweakage.
2009-08-21 jacobFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 jacobCorey Stup points out that any attempt to display the...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-05 jacobAdd some hard-coded textual literal-IP representations...
2008-11-08 simonImplement sk_addr_dup().
2008-11-08 simonMove out of the SockAddr structure the mutable fields...
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2007-11-26 simonsktree is indexed on the numeric value of the socket...
2007-01-08 simonThe remaining issue in `win-askappend-multi' appears...
2007-01-05 simonFrancois L'Archeveque spotted that the variable `winsoc...
2006-12-23 simonAfter discussion with Jeroen Massar, here's a patch...
2006-08-26 simonAlways initialise the `addresses' field of a SockAddr...
2005-04-07 jacobTone down canonical-name resolution when using getaddri...
2005-04-01 simonsk_address_is_local() was ignoring the possibility...
2005-03-18 simonAfter we thaw a frozen socket, we apparently need to...
2005-02-14 jacobMartin Prikryl points out that we weren't always initia...
2005-02-07 jacobPetri Kero pointed out a FreeLibrary() call that should...
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-08 simonFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 simonCleanups to sk_namelookup(). In particular, it now...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-16 simonNow that we have Subversion's file renaming ability...