]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxstore.c
Post-release destabilisation! Completely remove the struct type
[PuTTY.git] / unix / uxstore.c
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2009-04-26 Jacob NevinsReported by Tim Kosse: on Unix, read_random_seed()...
2008-10-12 Jacob NevinsFix inability to save session on Unix when ~/.putty...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-04-05 Simon TathamIn the new unified font handling, my strategy so far...
2008-03-22 Simon TathamMerge from trunk again (because I want the helpful...
2008-03-22 Simon TathamFor convenience of debugging, and perhaps some real...
2005-09-13 Ben HarrisThe ANSI-C constant FILENAME_MAX is ludicrously small...
2004-12-07 Owen DunnFix segfault when HOME not set on Unix.
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...