Add proper error reports in write_random_seed, via the new 'nonfatal'
[sgt/putty] / unix / uxstore.c
2013-07-19 simonAdd proper error reports in write_random_seed, via...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2009-04-26 jacobReported by Tim Kosse: on Unix, read_random_seed()...
2008-10-12 jacobFix inability to save session on Unix when ~/.putty...
2008-06-04 simonAt last, merge the putty-gtk2 branch back into the...
2008-03-22 simonFor convenience of debugging, and perhaps some real...
2005-09-13 benThe ANSI-C constant FILENAME_MAX is ludicrously small...
2004-12-07 owenFix segfault when HOME not set on Unix.
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-01-19 simonIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 simonIdiot me! store_host_key() was blindly _appending_...
2003-10-31 simonClose the host keys file after use. Well spotted Theo...
2003-10-14 jacobRemove dead comment about writing settings, and query...
2003-04-11 simonSaving of Default Settings under Unix was broken, becau...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonCan now save and load settings under Unix.
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2002-11-07 simonImprove robustness in random seed file handling.
2002-11-02 simonImprove the noise collection for the internal random...
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-16 simonAdd the -xrm command-line option, to allow specificatio...
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...