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-04-18New library-style 'utils' subdirectories.Simon Tatham
2020-01-26Greatly improve printf format-string checking.Simon Tatham
2019-12-24Refactor 'struct context *ctx = &actx' pattern.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2018-12-01Remove some redundant variables and assignments.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-09-20tree234.c: new search234() system.Simon Tatham
2018-09-20tree234.c: minor fixes to the test suite.Simon Tatham
2017-06-20Another format-string fix.Simon Tatham
2013-07-11Fixes for the tree234 unit test: break its dependencies on half of theSimon Tatham
2006-12-31Patch from Colin Watson intended to give a clean Unix compile with GCC 4.Jacob Nevins
2003-03-29Introduced wrapper macros snew(), snewn() and sresize() for theSimon Tatham
2001-05-06Run entire source base through GNU indent to tidy up the varyingSimon Tatham
2001-05-03Remove diagnostics and attempt to work around VC compiler bug :-(Simon Tatham
2001-05-02Extra diagnostics in the hope that we can track down the problem withSimon Tatham
2001-04-17Having now compiled the last few days' changes with MSVC, it's turnedSimon Tatham
2001-04-17countnode234() should politely return 0 when passed NULL. WasSimon Tatham
2001-04-16Replace PuTTY's 2-3-4 tree implementation with the shiny new countedSimon Tatham
2000-12-12Make memory management uniform: _everything_ now goes through theSimon Tatham
2000-10-02Make the new test suite's comment more accurate :-)Simon Tatham
2000-10-02Deletion case 2c can shift the root; case 3b is not the only case thatSimon Tatham
2000-10-02Shiny new test harness for the 2-3-4 treeSimon Tatham
2000-09-28Keep parent pointers valid during deletionSimon Tatham
2000-09-26Fix tree corruption in the "really easy" case on deletionSimon Tatham
2000-09-26Fix a small bug in 2-3-4 tree enumerationSimon Tatham
2000-09-15Delete should be void not void *; also use correct compare fn in find.Simon Tatham
2000-09-142-3-4 tree routinesSimon Tatham