]> asedeno.scripts.mit.edu Git - PuTTY.git/history - logging.c
first pass
[PuTTY.git] / logging.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisWhen checking for an existing log, store the FILE ...
2015-10-24 Ben HarrisWhen checking for an existing log, store the FILE ...
2015-10-17 Simon TathamSanitise bad characters in log file names.
2015-10-17 Simon TathamShout more loudly if we can't open a log file.
2015-10-17 Simon TathamNew formatting directive in logfile naming: &P for...
2015-09-25 Simon TathamSanitise bad characters in log file names.
2015-09-25 Simon TathamShout more loudly if we can't open a log file.
2015-08-08 Simon TathamNew formatting directive in logfile naming: &P for...
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsFree copied Conf in log_free().
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2012-10-10 Simon TathamAdd timestamps to the 'SSH raw data' logging mode.
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...