]> asedeno.scripts.mit.edu Git - PuTTY.git/history - logging.c
Turn 'Filename' into a dynamically allocated type with no arbitrary
[PuTTY.git] / logging.c
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-07-12 Simon TathamFix the _rest_ of the Windows compile warnings. (ahem)
2009-08-30 Jacob NevinsMinor improvements to error reporting in logging.
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-02-23 Jacob NevinsStop attempting to make session logs private on Unix...
2009-01-11 Ben HarrisArguments to ctype functions are required to be either...
2008-11-11 Simon TathamIn SSH packet logging mode, log SSH-2 packet sequence...
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-23 Simon TathamAfter discussion with Jeroen Massar, here's a patch...
2006-10-31 Jacob NevinsTiny comment fix.
2006-08-29 Simon TathamNew logging mode, which records the exact bytes sent...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-02-19 Jacob NevinsLog file open mode lost a "b" in r5344. Windows at...
2005-02-18 Jacob NevinsNew enum constant ERROR clashed with a macro in MinGW...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2004-10-02 Jacob Nevins`ssh-log-pw-blank': known password fields are now omitt...
2004-08-12 Jacob NevinsFlush the logfile reasonably frequently in `printable...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Ben HarrisIn xlatlognam(), use the start of the destination buffe...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-12 Ben HarrisMake this compile again.
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
2002-12-19 Simon TathamMove the stderr output of event log messages in verbose...
2002-12-08 Jacob NevinsDoofus Award: logfopen is shared between SSH-packet...
2002-12-07 Jacob NevinsFor some reason Roman Pompejus' original logging patch...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-09-15 Simon TathamLog file tinkering: copy Event Log entries into the...
2002-01-10 Simon TathamFlush the log file after logging each packet (so that...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...