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
path: root/raw.c
AgeCommit message (Expand)Author
2005-01-16Support for falling back through the list of addresses returned fromSimon Tatham
2004-12-30Integrate unfix.org's IPv6 patches up to level 10, with rather a lotSimon Tatham
2004-12-29Loose end from r5031: the Kex panel should only be displayed inSimon Tatham
2004-11-27New timing infrastructure. There's a new function schedule_timer()Simon Tatham
2004-06-20Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.Jacob Nevins
2003-08-07Control of 'addr' is now handed over to {platform_,}new_connection() andJacob Nevins
2003-05-04Colin's const-fixing Patch Of Death. Seems to build fine on WindowsSimon Tatham
2003-05-04Colin's and my fixes to connection_fatal().Simon Tatham
2003-04-05Turned the old `Telnet Command' System-submenu into a more generalSimon Tatham
2003-03-31pterm.c now relies on backend `exitcode' functions returning <0 whenSimon Tatham
2003-03-29Introduced wrapper macros snew(), snewn() and sresize() for theSimon Tatham
2003-01-16Add the ability to close sessions. This adds *_free() functions to mostBen Harris
2003-01-12proxy.c now no longer refers to `cfg'. Instead, each of the threeSimon Tatham
2003-01-12The back ends now contain their own copies of the Config structure,Simon Tatham
2003-01-04Fix a few stylistic warnings from Apple's C compilers.Ben Harris
2002-12-18Support for doing DNS at the proxy end. I've invented a new type ofSimon Tatham
2002-11-07Robustness fixes for KEXINIT handling and others. In particular, I'veSimon Tatham
2002-10-30More preparatory work: remove the <windows.h> include from lots ofSimon Tatham
2002-10-26Yet more global-removal. The static variables in logging.c are nowSimon Tatham
2002-10-26Line discipline module now uses dynamically allocated data. AlsoSimon Tatham
2002-10-25Major destabilisation, phase 2. This time it's the backends' turn:Simon Tatham
2002-10-23Fixes for (Backend)->size() changes -- internal declarations didn't includeJacob Nevins
2002-10-22Major destabilisation, phase 1. In this phase I've moved (I think)Simon Tatham
2002-03-23Attempt to ensure that everything passed to connection_fatal() isSimon Tatham
2002-03-23Justin Bradford's proxy support patch. Currently supports only HTTPSimon Tatham
2001-12-29Add a new back-end function to return the exit code of the remoteSimon Tatham
2001-11-30Configurable TCP_NODELAY option on network connectionsSimon Tatham
2001-09-08Robert de Bath's asynchronous-connect patch. Helps a lot in portSimon Tatham
2001-08-27Add a couple of missing return valuesSimon Tatham
2001-08-25Extensive changes that _should_ fix the socket buffering problems,Simon Tatham
2001-07-31Yet another possible segfault path in the backends fixed. I don'tSimon Tatham
2001-05-13Placate gcc's `-Wall' warnings.Simon Tatham
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-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-29Prevent duplicate sk_close() calls on the same socket when theSimon Tatham
2001-01-26Ensure all backends _remember_ the connection has closed afterSimon Tatham
2001-01-24Rethink the whole line discipline architecture. Instead of havingSimon Tatham
2001-01-24Improve socket error handling so that a socket error isn't anSimon Tatham
2001-01-19Experimental Rlogin support, thanks to Delian Delchev. Local flowSimon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham
2000-10-20Introduce a sane interface function, from_backend(), for backends toSimon Tatham
2000-10-04Store default port number in each back endSimon Tatham
2000-09-22Enable better build-time flexibility over which WinSock to includeSimon Tatham
2000-09-22Bug fix: line discipline selection is not enabled until after sshSimon Tatham
2000-09-22Prevent network errors from summarily closing the window when CoE is offSimon Tatham
2000-09-08Stop plink losing data at start of sessionSimon Tatham
2000-09-08Added a fourth application: plink, a command line connection utilitySimon Tatham
2000-07-26Robert de Bath's Big Patch, part 1Simon Tatham