New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / unix / pty.c
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-24 simonI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 simonRJK's OS X portability patch:
2004-10-16 simonMoved the environment variables config block out of...
2004-08-16 jacobPatch from Kurt Roeckx: apparently on Debian amd64...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-05-11 simonI think I've just fixed Debian bug #166396. The +ut...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-03-29 simonHaving created and used uxsel, it actually turns out...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-01-20 benAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2002-11-02 simonAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 simonRJK's general signal-handling robustness patch. Should...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 simonMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 simonDon't bother closing fds 0-2 before dup2ing over them...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-15 simonConfigure the pty so that it agrees with our idea of...
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonFinish up utmp processing: add the -ut- command-line...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 simonSupport for BSD-style pty devices. Tested under Linux...
2002-10-14 simonxterm-class programs should exit when their primary...
2002-10-14 simonVarious faffs in the pty allocation process to get...
2002-10-13 simonDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 simonAdded two simple command-line arguments: -fn (so I...
2002-10-13 simonResizing of pterm now works, and the size information...
2002-10-10 simonAnd that's it! pty.c is now a real pty backend rather...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...