Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / logging.c
2012-10-10 simonAdd timestamps to the 'SSH raw data' logging mode.
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-07-12 simonFix the _rest_ of the Windows compile warnings. (ahem)
2009-08-30 jacobMinor improvements to error reporting in logging.
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-02-23 jacobStop attempting to make session logs private on Unix...
2009-01-11 benArguments to ctype functions are required to be either...
2008-11-11 simonIn SSH packet logging mode, log SSH-2 packet sequence...
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-23 simonAfter discussion with Jeroen Massar, here's a patch...
2006-10-31 jacobTiny comment fix.
2006-08-29 simonNew logging mode, which records the exact bytes sent...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-02-19 jacobLog file open mode lost a "b" in r5344. Windows at...
2005-02-18 jacobNew enum constant ERROR clashed with a macro in MinGW...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-08-12 jacobFlush the logfile reasonably frequently in `printable...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 benIn xlatlognam(), use the start of the destination buffe...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-12 benMake this compile again.
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonEach platform's implementation of askappend() is no...
2002-12-19 simonMove the stderr output of event log messages in verbose...
2002-12-08 jacobDoofus Award: logfopen is shared between SSH-packet...
2002-12-07 jacobFor some reason Roman Pompejus' original logging patch...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-09-15 simonLog file tinkering: copy Event Log entries into the...
2002-01-10 simonFlush the log file after logging each packet (so that...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...