Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)Author
2005-02-20Additional robustness to SFTP packet parsing and memory allocation.Simon Tatham
2004-12-24Basic configurability for client-initiated rekeys.Jacob Nevins
2004-11-27New timing infrastructure. There's a new function schedule_timer()Simon Tatham
2004-08-16Update comment on dupprintf().Simon Tatham
2004-04-27Various tweaks to header comments to remind me which bits are meant to beJacob Nevins
2003-10-12Remove all the "assert(len>0)" which forbade zero-length writes across theJacob Nevins
2003-08-30dupstr() should cope with being passed NULLJacob Nevins
2003-03-29Introduced wrapper macros snew(), snewn() and sresize() for theSimon Tatham
2003-03-06Reorganisation of misc.c: Minefield has moved out to winmisc.c, andSimon Tatham
2003-01-10Introduce framework for authenticating with the local X server.Simon Tatham
2002-12-08Argh. With DEBUG and MALLOC_LOG enabled, I found output intended for theJacob Nevins
2002-11-07Robustness fixes for KEXINIT handling and others. In particular, I'veSimon Tatham
2002-10-09First phase of porting. pterm now compiles and runs under Linux+gtk.Simon Tatham
2002-09-21Cleanups to proxy code: greater robustness in receiving proxy data,Simon Tatham
2002-09-21Support username and password authentication when talking to HTTPSimon Tatham
2002-03-31Fix bug in Minefield's realloc() which was throwing away most of anySimon Tatham
2002-03-06Ensure our network layer is properly cleaned up before PuTTY exits.Simon Tatham
2002-02-28Make sure out-of-memory errors are logged to malloc.log when we'reSimon Tatham
2001-12-15Improvements to the malloc debugging stuff: when MALLOC_LOG isSimon Tatham
2001-08-26Further tightening up in PSCP. Fixed a couple more holes whereby aSimon Tatham
2001-08-25Extensive changes that _should_ fix the socket buffering problems,Simon Tatham
2001-05-06Run entire source base through GNU indent to tidy up the varyingSimon Tatham
2001-04-28Debugging improvements. Started using Dave Hinton's dmemdumpSimon Tatham
2001-04-28Dave Hinton's debugging patch.Simon Tatham
2000-12-12Remove unnecessary printfs from MinefieldSimon Tatham
2000-12-12Added Minefield: an alternative memory allocator along the lines ofSimon Tatham
2000-11-01Move dprintf and the debug system out into misc.c, to centralise it.Simon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham
2000-10-09Miscellaneous fixes to try to make other compilers happierSimon Tatham
1999-01-15Remove buffering on malloc log fileSimon Tatham
1999-01-08Initial checkin: beta 0.43Simon Tatham