Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / misc.c
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2012-08-11 benRework bufchain code to allow for variable-sized granules.
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-10-02 simonAnother utility function, to free a string containing...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-01-04 jacobBah, I've bumped into this often enough. Change one...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-12-29 jacobUse va_copy() where available. This should fix a segfau...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-09-13 benWhen asked to malloc zero bytes, malloc one byte instea...
2005-04-19 jacobInvent a way of specifying control characters numerical...
2005-04-19 jacobPull out parsing of ^C style strings from the terminal...
2005-03-21 simonMartin Trautmann spotted a bare char being passed to...
2005-02-20 simonAdditional robustness to SFTP packet parsing and memory...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-08-16 simonUpdate comment on dupprintf().
2004-04-27 jacobVarious tweaks to header comments to remind me which...
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 jacobdupstr() should cope with being passed NULL
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 simonReorganisation of misc.c: Minefield has moved out to...
2003-01-10 simonIntroduce framework for authenticating with the local...
2002-12-08 jacobArgh. With DEBUG and MALLOC_LOG enabled, I found output...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
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...
2002-03-31 simonFix bug in Minefield's realloc() which was throwing...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2002-02-27 simonMake sure out-of-memory errors are logged to malloc...
2001-12-15 simonImprovements to the malloc debugging stuff: when MALLOC...
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 simonDebugging improvements. Started using Dave Hinton's...
2001-04-28 simonDave Hinton's debugging patch.
2000-12-12 simonRemove unnecessary printfs from Minefield
2000-12-12 simonAdded Minefield: an alternative memory allocator along...
2000-11-01 simonMove dprintf and the debug system out into misc.c,...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-09 simonMiscellaneous fixes to try to make other compilers...
1999-01-15 simonRemove buffering on malloc log file
1999-01-08 simonInitial checkin: beta 0.43