]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxstore.c
New timing infrastructure. There's a new function schedule_timer()
[PuTTY.git] / unix / uxstore.c
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-01-19 Simon TathamIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 Simon TathamIdiot me! store_host_key() was blindly _appending_...
2003-10-31 Simon TathamClose the host keys file after use. Well spotted Theo...
2003-10-14 Jacob NevinsRemove dead comment about writing settings, and query...
2003-04-11 Simon TathamSaving of Default Settings under Unix was broken, becau...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamCan now save and load settings under Unix.
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-11 Simon TathamNever pass a `char' to a ctype function. I had relied...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2002-11-07 Simon TathamImprove robustness in random seed file handling.
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...