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
AgeCommit message (Expand)Author
2021-09-13sshproxy: share the caller's LogPolicy.Simon Tatham
2020-01-29Assorted benign warning fixes.Simon Tatham
2020-01-26New wrapper macro for printf("%zu"), for old VS compat.Simon Tatham
2020-01-26Fix format string mistakes revealed by new checking.Simon Tatham
2020-01-26Greatly improve printf format-string checking.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-02-28Replace more ad-hoc growing char buffers with strbuf.Simon Tatham
2019-02-07Assorted further migration to ptrlen.Simon Tatham
2019-02-07Make bufchain_prefix return a ptrlen.Simon Tatham
2019-02-07Make lots of 'int' length fields into size_t.Simon Tatham
2019-02-07Add some missing 'const'.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Switch some Conf settings over to being bool.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-21A few new minor utility functions.Simon Tatham
2018-10-13Avoid Event Log entries with newlines in.Simon Tatham
2018-10-10Refactor the LogContext type.Simon Tatham
2018-10-01Flush log file after asynchronous askappend.Simon Tatham
2018-09-26Add option whether to include header when logging.Jonathan Liu
2018-09-21Remove FLAG_STDERR completely.Simon Tatham
2018-09-20Introduce a typedef for frontend handles.Simon Tatham
2018-09-20Make 'LogContext' a typedef visible throughout the code.Simon Tatham
2018-02-07Make file-existence test a per-platform function.Simon Tatham
2017-11-27SSH packet logs: don't rely on locale's isprint().Simon Tatham
2015-11-07Merge tag '0.66'Simon Tatham
2015-10-25When checking for an existing log, store the FILE * in a local variable.Ben Harris
2015-10-17Sanitise bad characters in log file names.Simon Tatham
2015-10-17Shout more loudly if we can't open a log file.Simon Tatham
2015-10-17New formatting directive in logfile naming: &P for port number.Simon Tatham
2015-09-25Sanitise bad characters in log file names.Simon Tatham
2015-09-25Shout more loudly if we can't open a log file.Simon Tatham
2015-08-08New formatting directive in logfile naming: &P for port number.Simon Tatham
2015-05-15Giant const-correctness patch of doom!Simon Tatham
2014-11-09Free copied Conf in log_free().Jacob Nevins
2013-11-17Implement connection sharing between instances of PuTTY.Simon Tatham
2012-10-10Add timestamps to the 'SSH raw data' logging mode.Simon Tatham
2011-10-02Turn 'Filename' into a dynamically allocated type with no arbitrarySimon Tatham
2011-07-14Post-release destabilisation! Completely remove the struct typeSimon Tatham
2011-07-12Fix the _rest_ of the Windows compile warnings. (ahem)Simon Tatham
2009-08-30Minor improvements to error reporting in logging.Jacob Nevins
2009-08-07Workarounds for compiling with -D_FORTIFY_SOURCE=2 (as Ubuntu does), whichJacob Nevins
2009-02-24Stop attempting to make session logs private on Unix. This was introduced inJacob Nevins
2009-01-11Arguments to ctype functions are required to be either EOF or representableBen Harris
2008-11-11In SSH packet logging mode, log SSH-2 packet sequence numbers, inSimon Tatham
2007-01-09Fix `puttygen-unix-perms': f_open(), PuTTY's wrapper on fopen, nowSimon Tatham
2006-12-23After discussion with Jeroen Massar, here's a patch (mostly his)Simon Tatham
2006-10-31Tiny comment fix.Jacob Nevins
2006-08-29New logging mode, which records the exact bytes sent over the wireSimon Tatham
2006-04-23Sprinkle some header comments in various files in an attempt to explain whatJacob Nevins
2005-02-19Log file open mode lost a "b" in r5344. Windows at least needs log files toJacob Nevins