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
2001-05-09`realhost', passed back from all the backend init functions, wasSimon Tatham
2001-05-06Run entire source base through GNU indent to tidy up the varyingSimon Tatham
2001-04-28Remove my dire-warning `FIXME' in IPv4 dotted-decimal handlingSimon Tatham
2001-04-16Replace PuTTY's 2-3-4 tree implementation with the shiny new countedSimon Tatham
2001-04-16Increase the read buffer size in network processing for extra speed.Simon Tatham
2001-03-15David Brinegar's workaround for an error reporting problem in someSimon Tatham
2001-03-13Dave Hinton's modifications to the network layer interface, whichSimon Tatham
2001-02-01Yet another attempt at OOB handling in the network abstraction. ThisSimon Tatham
2001-01-29Don't forget to read any outstanding data on receipt of FD_CLOSE.Simon Tatham
2001-01-29Robert de Bath's TCP Urgent / Telnet SYNCH patch.Simon Tatham
2001-01-24Improve socket error handling so that a socket error isn't anSimon Tatham
2001-01-22Add X11 forwarding, mainly thanks to Andreas SchultzSimon Tatham
2001-01-19Experimental Rlogin support, thanks to Delian Delchev. Local flowSimon Tatham
2001-01-11Remove rogue debug statementSimon Tatham
2001-01-09IPv4 numeric addresses were broken thanks to IPv6 patchSimon Tatham
2001-01-07Jeroen Massar's IPv6 patch. Disabled by default, for now.Simon Tatham
2000-12-18Apply improved WinSock error handling to the few situations it stillSimon Tatham
2000-12-12Make memory management uniform: _everything_ now goes through theSimon Tatham
2000-10-26Fix a segfault (addr->error was unpredictable following a dotted-dec lookup)Simon Tatham
2000-10-24Fix miscellaneous compiler warnings. Thanks to Jacob NevinsSimon Tatham
2000-10-23Improved entropy gathering.Simon Tatham
2000-10-23Oops. A field like `sending_oob' in the Socket structure reallySimon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham