Sprinkle some header comments in various files in an attempt to explain what
[u/mdw/putty] / logging.c
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...