]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2002-10-26 Simon TathamRichard points out that it would probably help if I...
2002-10-26 Simon TathamX forwarding authentication is now invented on a per...
2002-10-26 Simon TathamFix proxy.c so that the static variables become const.
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamOops; remembering to call term_provide_resize_fn in...
2002-10-25 Simon TathamThe Zlib module now uses dynamically allocated contexts...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 Simon TathamFix some compiler warnings.
2002-10-25 Simon TathamTidy up and fix a compiler warning.
2002-10-25 Simon TathamSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 Simon TathamSSH2 MACs now use dynamically allocated contexts.
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2002-10-25 Simon TathamFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 Simon Tathampty backend now supports the changed function interface...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-24 Simon TathamNeed to stub frontend_keypress() in console.c as well...
2002-10-24 Simon TathamOops - repercussions of the close-on-exit stuff which...
2002-10-23 Jacob NevinsMinor compiler nits:
2002-10-23 Simon TathamImplement handling of all Close On Exit modes. Default...
2002-10-23 Jacob NevinsFixes for (Backend)->size() changes -- internal declara...
2002-10-23 Jacob NevinsRemove apparently unnecessary declaration of typedef...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-23 Simon TathamOops. Forgot to check in terminal.h from yesterday...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamMake -ut work the right way round! :-)
2002-10-22 Simon TathamStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-22 Simon TathamThanks to Richard B for pointing out that xterm has...
2002-10-22 Simon TathamJustin Bradford's patch for increased proxy robustness.
2002-10-21 Simon TathamMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 Simon TathamDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 Simon TathamVT100 line drawing characters should only happen betwee...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-20 Simon TathamScrollOnKey wasn't working because I failed to set...
2002-10-18 Simon TathamReject unrecognised command-line options; thanks rjk.
2002-10-18 Simon TathamFix typo in man page. Thanks Richard.
2002-10-17 Simon TathamOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
2002-10-17 Simon TathamThis should fix the bug causing Alt-Shift to generate...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamAdd a man page.
2002-10-16 Simon TathamTemporarily change the default for cut-and-paste of...
2002-10-16 Simon TathamA few more command-line options.
2002-10-16 Simon TathamOops, forgot to add BoldFont to the settings module.
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-16 Simon TathamAdd a file to the source archive mentioning the version...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-16 Simon TathamFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 Simon TathamBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-16 Simon TathamOops - check in leftovers from yesterday's development...
2002-10-15 Simon TathamSupport bold-as-font, by means of a separate bold font...
2002-10-15 Simon TathamConfigure the pty so that it agrees with our idea of...
2002-10-15 Simon TathamSupport underline and vertical-line cursors as well...
2002-10-15 Simon TathamIf we can't load the specified font, give an error...
2002-10-15 Simon TathamPrinter support: cfg.printer is assumed to be a Unix...
2002-10-15 Simon TathamScrollbar can now be configured to go on the left ...
2002-10-15 Simon TathamSupport ALT + numeric keypad for typing in strange...
2002-10-15 Simon TathamAdd newline at EOF in uxucs.c. Thanks Richard. :-)
2002-10-15 Simon TathamSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 Simon TathamFixes to terminal.c to support blinking and visual...
2002-10-15 Simon TathamSupport for blinking text and blinking cursor. Won...
2002-10-15 Simon TathamUse the appalling gnome-terminal hack for server-contro...
2002-10-15 Simon TathamRemove some rogue diagnostics.
2002-10-15 Simon TathamDon't forget to initialise the pixel size parameters...
2002-10-15 Simon TathamRichard's patch to fix `make clean' under Unix.
2002-10-15 Simon TathamRichard's patch to make the scrollbar configurably...
2002-10-15 Simon TathamSupport for all the server-side window configuration...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-15 Simon TathamFinish up utmp processing: add the -ut- command-line...
2002-10-15 Simon TathamSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 Simon TathamDeal with the warnings generated when passing a pointer...
2002-10-15 Simon TathamSupport for BSD-style pty devices. Tested under Linux...
2002-10-15 Simon TathamTrim wide text properly at the RH edge of the screen.
2002-10-15 Simon TathamSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 Simon TathamDon't cause the mouse pointer to reappear just because...
2002-10-14 Simon TathamOnly engage a GTK idle function when absolutely necessa...
2002-10-14 Simon TathamSet up the palette _before_ trying to paint the window...
2002-10-14 Simon TathamAdd the -log option, which activates full session loggi...
2002-10-14 Simon TathamBell overload was working in principle, but wasn't...
2002-10-14 Simon TathamSupport server requests for colour palette changes.
2002-10-14 Simon TathamDon't forget to call term_paste() when we get the chanc...
2002-10-14 Simon TathamSupport NetHack keypad mode. :-)
2002-10-14 Simon TathamSupport for hiding the mouse pointer on keypresses...
2002-10-14 Simon Tathamxterm-class programs should exit when their primary...
2002-10-14 Simon TathamSEL_NL is different between Windows and Unix; move...
2002-10-14 Simon TathamOops. Defining max() the wrong way round was breaking...
2002-10-14 Simon TathamVarious faffs in the pty allocation process to get...
2002-10-14 Simon TathamWindow title configurability: -T to set it from the...
2002-10-13 Simon TathamDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 Simon Tathamgnome-terminal insists on receiving the selection as...
2002-10-13 Simon TathamAdded two simple command-line arguments: -fn (so I...
2002-10-13 Simon TathamResizing of pterm now works, and the size information...
2002-10-13 Simon TathamDeal with the appalling mouse pointer colours. (Why...
2002-10-13 Simon TathamShift-Ins pastes.
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-13 Simon TathamFix underline, which I cleverly broke while adding...
2002-10-13 Simon TathamScrollbar now exists and functions; so do Shift-PgUp...
2002-10-13 Simon TathamThe Great Defaults Change (and about time too)! SSH...
2002-10-11 Jacob NevinsInitialise some members of the Proxy_Socket structure...
next