]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winnet.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / windows / winnet.c
2017-02-20 Simon TathamMerge the 0.68 release branchlet to master.
2017-02-19 Owen DunnMake Windows sockets non-inheritable
2017-02-14 Simon TathamFixes for winelib building (used by our Coverity build).
2017-02-05 Simon Tathamclang-specific pragmas to suppress -Wmissing-braces.
2017-01-28 Simon TathamReport the right address in connection setup errors.
2017-01-28 Tim KosseAdd error variable to loop condition
2016-12-11 Simon TathamFix a compile failure with NO_IPV6.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-15 Tim KosseCast pointers to uintptr_t instead of unsigned {long,int}.
2015-08-15 Tim KosseFix warning about mismatched constness.
2015-08-15 Tim KosseUse correct type to print Windows error codes.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2014-01-25 Simon TathamSupport explicit IPv6 source addresses in Windows port...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-10-09 Simon TathamDon't pass WinSock error codes to strerror.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2012-11-14 Simon TathamFix another error-reporting bug, in which sk_newlistene...
2012-11-13 Simon TathamAdd a fallback case to winsock_error_string() which...
2012-10-17 Simon TathamWindows's sk_address_is_local() was returning the wrong...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-12 Simon TathamFix the _rest_ of the Windows compile warnings. (ahem)
2010-09-13 Simon TathamCreate, and use for all loads of system DLLs, a wrapper...
2009-11-08 Jacob NevinsMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 Jacob NevinsImprove buffer handling in Windows sk_getaddr() --...
2009-09-27 Jacob NevinsAnother warning fix and cosmetic tweakage.
2009-08-21 Jacob NevinsFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 Jacob NevinsCorey Stup points out that any attempt to display the...
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-05 Jacob NevinsAdd some hard-coded textual literal-IP representations...
2008-11-08 Simon TathamImplement sk_addr_dup().
2008-11-08 Simon TathamMove out of the SockAddr structure the mutable fields...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-11-26 Simon Tathamsktree is indexed on the numeric value of the socket...
2007-01-08 Simon TathamThe remaining issue in `win-askappend-multi' appears...
2007-01-05 Simon TathamFrancois L'Archeveque spotted that the variable `winsoc...
2006-12-23 Simon TathamAfter discussion with Jeroen Massar, here's a patch...
2006-08-26 Simon TathamAlways initialise the `addresses' field of a SockAddr...
2005-04-07 Jacob NevinsTone down canonical-name resolution when using getaddri...
2005-04-01 Simon Tathamsk_address_is_local() was ignoring the possibility...
2005-03-18 Simon TathamAfter we thaw a frozen socket, we apparently need to...
2005-02-14 Jacob NevinsMartin Prikryl points out that we weren't always initia...
2005-02-07 Jacob NevinsPetri Kero pointed out a FreeLibrary() call that should...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-08 Simon TathamFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 Simon TathamCleanups to sk_namelookup(). In particular, it now...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...