Skip to content
Snippets Groups Projects
  1. Nov 18, 2004
  2. Nov 16, 2004
    • Simon Tatham's avatar
      Remove .cvsignore files on all active branches. · 3884b56c
      Simon Tatham authored
      [originally from svn r4788]
      [this svn revision also touched bmbm,caltrap,charset,enigma,filter,fonts,golem,grunge,halibut,html,lj,local,misc,polyhedra,putty-website,putty-wishlist,puzzles,pycee,sdlgames,svn-tools,timber,tweak]
      3884b56c
  3. Aug 03, 2004
  4. Jul 31, 2004
  5. Jul 29, 2004
  6. Jul 28, 2004
  7. Jul 27, 2004
  8. Jul 25, 2004
    • Jacob Nevins's avatar
      Attempt to make Windows pointer hiding more robust by ignoring MOUSEMOVE and · c8e789d8
      Jacob Nevins authored
      NCMOUSEMOVE messages where nothing actually changes. It seems Windows likes
      to send such messages occasionally when other stuff is going on (e.g., in
      other windows).
      (Also spotted by Franco Barber <20040122055232.GA8168@febsun.cmhnet.org>.)
      
      [originally from svn r4358]
      c8e789d8
    • Jacob Nevins's avatar
      PSFTP was ignoring `-1' and `-2' and always using SSH-2 with fallback to · 55119c21
      Jacob Nevins authored
      SSH-1. It also ignored any settings forbidding fallback to SSH-1.
      
      Ignoring `-1' and `-2' is hardly the end of the world, as it'd be difficult
      to think of a realistic situation where fallback didn't do the right thing
      and PSFTP was still useful. However, ignoring a user's `SSH-2 only' setting
      was a bit rude.
      
      [originally from svn r4357]
      55119c21
    • Jacob Nevins's avatar
      Fix for `psftp-pscp-ignore-load': Default Settings is now loaded · c2914f21
      Jacob Nevins authored
      before "-load" is processed so that it doesn't clobber it.
      
      I've also changed the semantics of "-load" slightly for PSCP, PSFTP,
      and Plink: if it's specified at all, it overrides (disables) the
      implicit loading of session details based on a supplied hostname
      elsewhere (on the grounds that the user is more likely to want the
      "-load" session than the implicit session). (PuTTY itself doesn't do
      implicit loading at all, so I haven't changed it.)
      
      This means that all the PuTTY tools' behaviour is now consistent iff
      "-load" is specified (otherwise, some tools have implicit-session, and
      others don't).
      
      However, I've not documented this behaviour, as there's a good chance
      it will be swept away if and when we get round to sorting out how we
      deal with settings from multiple sources. It's intended as a "do
      something sensible" change.
      
      [originally from svn r4352]
      c2914f21
    • Jacob Nevins's avatar
      Text around -load option "(although Plink still requires an explicitly · 67f5853c
      Jacob Nevins authored
      specified host name)" didn't appear to actually be true any more (see
      `cmdline-host-override'). Removed
      
      [originally from svn r4350]
      67f5853c
  9. Jul 24, 2004
  10. Jul 22, 2004
  11. Jul 20, 2004
  12. Jun 27, 2004
  13. Jun 20, 2004
    • Jacob Nevins's avatar
      Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. · 20f433ef
      Jacob Nevins authored
      No very good reason, but I've occasionally wanted to frob it to see if it
      makes any difference to problems I'm having, and it was easy.
      
      Tested that it does actually cause keepalives on Windows (with tcpdump);
      should also work on Unix. Not implemented on Mac (does nothing), but then
      neither is TCP_NODELAY.
      
      Quite a big checkin, much of which is adding `keepalive' alongside `nodelay'
      in network function calls.
      
      [originally from svn r4309]
      20f433ef
  14. Jun 15, 2004
  15. Jun 10, 2004
  16. Jun 03, 2004
    • Jacob Nevins's avatar
      Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking · 14d96281
      Jacob Nevins authored
      account of coroutines and used local variables over a crFoo. I believe the
      impact was cosmetic, affecting the speeds reported in the Event Log only.
      
      I've put the variables `ispeed' and `ospeed' in the main ssh_tag structure,
      even though they're only live for a short duration; I did this rather than
      create a new state struct for ssh1_protocol() (since ssh_tag already has
      short-duration junk like portfwd_strptr).
      
      [originally from svn r4272]
      14d96281
  17. May 31, 2004
  18. May 26, 2004
  19. May 24, 2004
  20. May 22, 2004
Loading