Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / misc.h
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2012-07-28 simonMove the declaration of smemclr() out of putty.h into...
2011-10-02 simonAnother utility function, to free a string containing...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-04-19 jacobPull out parsing of ^C style strings from the terminal...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-24 jacobFix comment re dmemdumpl()
2005-01-09 owenRemove unwanted underscore.
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2003-03-06 simonReorganisation of misc.c: Minefield has moved out to...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-10 simonIntroduce framework for authenticating with the local...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-10-14 simonOops. Defining max() the wrong way round was breaking...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-09-21 simonCleanups to proxy code: greater robustness in receiving...
2002-09-21 simonSupport username and password authentication when talki...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-08-26 simonFurther tightening up in PSCP. Fixed a couple more...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonDave Hinton's debugging patch.