]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
24 years agoThird attempt at Blowfish, dammit 0.46
Simon Tatham [Thu, 8 Jul 1999 08:37:32 +0000 (08:37 +0000)]
Third attempt at Blowfish, dammit

[originally from svn r179]

24 years agoBlowfish patch, second attempt
Simon Tatham [Wed, 7 Jul 1999 17:33:34 +0000 (17:33 +0000)]
Blowfish patch, second attempt

[originally from svn r178]

24 years agoFix misparse of ESC[?9r sequence; I must find out what it _should_ do
Simon Tatham [Wed, 7 Jul 1999 13:16:41 +0000 (13:16 +0000)]
Fix misparse of ESC[?9r sequence; I must find out what it _should_ do

[originally from svn r176]

24 years agoAdd encryption selection, and Blowfish as second option
Simon Tatham [Tue, 6 Jul 1999 19:42:57 +0000 (19:42 +0000)]
Add encryption selection, and Blowfish as second option

[originally from svn r175]

24 years agoJoris's RSA works; reformat and remove old version pre-blowfish
Simon Tatham [Tue, 6 Jul 1999 19:38:54 +0000 (19:38 +0000)]
Joris's RSA works; reformat and remove old version

[originally from svn r173]

24 years agoPut that ReleaseCapture call just _before_ return, not after!
Simon Tatham [Mon, 5 Jul 1999 16:35:34 +0000 (16:35 +0000)]
Put that ReleaseCapture call just _before_ return, not after!

[originally from svn r172]

24 years agoJoris van Rantwijk's RSA speedup patch
Simon Tatham [Mon, 5 Jul 1999 16:31:57 +0000 (16:31 +0000)]
Joris van Rantwijk's RSA speedup patch

[originally from svn r171]

24 years agoImprove error handling in registry code
Simon Tatham [Mon, 5 Jul 1999 16:13:31 +0000 (16:13 +0000)]
Improve error handling in registry code

[originally from svn r170]

25 years agoAdd SSH_STATE_CLOSED to prevent accidentally sending resizes down a
Simon Tatham [Tue, 23 Mar 1999 17:21:44 +0000 (17:21 +0000)]
Add SSH_STATE_CLOSED to prevent accidentally sending resizes down a
closed connection; was causing process hangs under NT and whole-
system hangs under '95

[originally from svn r126]

25 years agoChange default mouse pointer to an I-beam
Simon Tatham [Tue, 23 Mar 1999 17:14:00 +0000 (17:14 +0000)]
Change default mouse pointer to an I-beam

[originally from svn r125]

25 years agoAdd AltGr support at last! Thanks to <andre@via.ecp.fr> for the technique
Simon Tatham [Fri, 12 Mar 1999 17:14:06 +0000 (17:14 +0000)]
Add AltGr support at last! Thanks to <andre@via.ecp.fr> for the technique
if not all of the details.

[originally from svn r92]

25 years agoAllow CSI 0;0r to set default scroll region (previously did nothing useful)
Simon Tatham [Thu, 11 Mar 1999 10:27:12 +0000 (10:27 +0000)]
Allow CSI 0;0r to set default scroll region (previously did nothing useful)

[originally from svn r85]

25 years agoUse different window procedures for the About box and the Licence box.
Simon Tatham [Sat, 20 Feb 1999 18:12:47 +0000 (18:12 +0000)]
Use different window procedures for the About box and the Licence box.
Should prevent the version string masking part of the licence text ;-)

[originally from svn r51]

25 years agoUse SetCapture() to fix the problem with double-clicks on saved sessions
Simon Tatham [Thu, 18 Feb 1999 10:39:23 +0000 (10:39 +0000)]
Use SetCapture() to fix the problem with double-clicks on saved sessions
carrying throuh to the window below the config box

[originally from svn r37]

25 years agoRevert to using WinSock 1 - the upgrade to 2 was a checkin error
Simon Tatham [Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)]
Revert to using WinSock 1 - the upgrade to 2 was a checkin error

[originally from svn r36]

25 years agoCause irritating ? markers in cvs update/commit to disappear
Simon Tatham [Wed, 10 Feb 1999 11:13:28 +0000 (11:13 +0000)]
Cause irritating ? markers in cvs update/commit to disappear

[originally from svn r35]

25 years agoAdd DeleteObject calls to go with the CreatePen calls in do_text. Should
Simon Tatham [Wed, 10 Feb 1999 11:11:11 +0000 (11:11 +0000)]
Add DeleteObject calls to go with the CreatePen calls in do_text. Should
fix a fairly nasty-looking resource leak. Thanks to Andrew Mobbs.

[originally from svn r34]

25 years agoImprove nasty version.obj hack so it doesn't actually do two compiles
Simon Tatham [Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)]
Improve nasty version.obj hack so it doesn't actually do two compiles

[originally from svn r33]

25 years agoAttempt to fix problems with version.obj in some nmakes
Simon Tatham [Wed, 10 Feb 1999 09:48:29 +0000 (09:48 +0000)]
Attempt to fix problems with version.obj in some nmakes

[originally from svn r32]

25 years agoReplaced ICON line which was accidentally removed *blush*
Simon Tatham [Wed, 10 Feb 1999 09:48:15 +0000 (09:48 +0000)]
Replaced ICON line which was accidentally removed *blush*

[originally from svn r31]

25 years agoFix various segfaults and heap trashes. Thanks to Andrew Mobbs.
Simon Tatham [Tue, 9 Feb 1999 15:39:08 +0000 (15:39 +0000)]
Fix various segfaults and heap trashes. Thanks to Andrew Mobbs.

[originally from svn r29]

25 years agoAdded automatic version distinguishing code, to differentiate releases
Simon Tatham [Tue, 9 Feb 1999 15:18:34 +0000 (15:18 +0000)]
Added automatic version distinguishing code, to differentiate releases
from nightly builds from random development builds

[originally from svn r28]

25 years agoImprove drag select (dragging outside LHS doesn't now select first 0.45
Simon Tatham [Fri, 22 Jan 1999 09:36:21 +0000 (09:36 +0000)]
Improve drag select (dragging outside LHS doesn't now select first
char too)

[originally from svn r20]

25 years agoFix double/triple click, and improve drag select
Simon Tatham [Fri, 22 Jan 1999 09:35:08 +0000 (09:35 +0000)]
Fix double/triple click, and improve drag select

[originally from svn r19]

25 years agoUpdate version number for 0.45 release
Simon Tatham [Fri, 22 Jan 1999 09:34:42 +0000 (09:34 +0000)]
Update version number for 0.45 release

[originally from svn r18]

25 years agoRemove /D_X86_ in Makefile to allow Alpha builds equally happily
Simon Tatham [Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)]
Remove /D_X86_ in Makefile to allow Alpha builds equally happily

[originally from svn r17]

25 years agoAdd SSH don't-allocate-pty option, and corresponding LF-implies-CR
Simon Tatham [Fri, 15 Jan 1999 11:30:40 +0000 (11:30 +0000)]
Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting

[originally from svn r16]

25 years agoRemove CVS logs
Simon Tatham [Fri, 15 Jan 1999 11:29:55 +0000 (11:29 +0000)]
Remove CVS logs

[originally from svn r15]

25 years agoFix breakage in window redraw
Simon Tatham [Fri, 15 Jan 1999 11:28:11 +0000 (11:28 +0000)]
Fix breakage in window redraw

[originally from svn r14]

25 years agoRemove buffering on malloc log file
Simon Tatham [Fri, 15 Jan 1999 11:27:36 +0000 (11:27 +0000)]
Remove buffering on malloc log file

[originally from svn r13]

25 years agoJohn Sullivan's patches plus more fixes:
Simon Tatham [Fri, 8 Jan 1999 13:10:19 +0000 (13:10 +0000)]
John Sullivan's patches plus more fixes:
  - Stop using the identifier `environ' as some platforms make it a macro
  - Fix silly error box at end of connection in FWHACK mode
  - Fix GPF on maximise-then-restore
  - Use SetCapture to allow drag-selecting outside the window
  - Correctly update window title when iconic and in win_name_always mode

[originally from svn r12]

25 years agoInitial checkin: beta 0.43
Simon Tatham [Fri, 8 Jan 1999 13:02:13 +0000 (13:02 +0000)]
Initial checkin: beta 0.43

[originally from svn r11]