summaryrefslogtreecommitdiff
path: root/tcp.c
AgeCommit message (Expand)Author
2018-07-02Free socket buffers on disconnectHEADmasterPierre Ossman
2018-03-28Save and re-use resolved address for given hostnameKarl Mikaelsson
2018-03-23Revert "Reconnect-related fixes"Karl Mikaelsson
2018-03-22Save and re-use resolved address for given hostnameKarl Mikaelsson
2017-12-07Implement dynamic session resizeCendio
2017-09-28Make use of shared stream apiHenrik Andersson
2017-05-12Add additional logging for SSL errorsHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2013-08-29Test if SSL_OP_NO_COMPRESSION is defined before use.Henrik Andersson
2013-08-10Return a NULL value as expected.Henrik Andersson
2013-06-27Do not do SSL_Shutdown if we have triggered a network error,Henrik Andersson
2013-06-20Run indent-all script.Henrik Andersson
2013-06-20Added tcp_ui_run() to prevent ui_select() push data on transportHenrik Andersson
2013-06-20Bring back reset of g_ssl on reset_state()Henrik Andersson
2013-06-20Move g_ssl cleanup from reset_state() and only setup one ssl context per proc...Henrik Andersson
2013-06-20SSL library initialization is not reentrant, lets do it once.Henrik Andersson
2013-06-20Set g_sock at correct point and remove from reset_state()Henrik Andersson
2013-06-14Silence some error spamming when rdesktop is in reconnect loop.Henrik Andersson
2013-06-13Make sure we don't spam log with failed send() messages if weHenrik Andersson
2013-04-12Reconnect upon network failure, retry as long the autoreconnectHenrik Andersson
2012-11-22Added check if socket is connected to prevent sending disconnectHenrik Andersson
2012-11-15Change the SSL context option to specific onse instead of using allHenrik Andersson
2012-06-15Added support for protocol negotiation, this is a part ofHenrik Andersson
2011-04-13Include emails in copyright statements. Peter Åstrand
2011-04-13Updated the copyright notices for the things we have been working on.Peter Åstrand
2010-01-12Changed license to GPLv3Peter Åstrand
2009-09-02Clean up and document the return values. Trying to solve a number of issues:Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2007-02-20always make g_out an arrayMichael Gernoth
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2007-01-03Indent fixPeter Åstrand
2006-12-23win32 bitsJay Sorg
2006-11-03more smartcard locking fixesMichael Gernoth
2006-11-01Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additionalMichael Gernoth
2005-08-08Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Direct...Peter Åstrand
2005-08-03Added missing c-basic-offset:s and license headersPeter Åstrand
2005-03-31Real fix for socklen_tMichael Gernoth
2005-03-30socklen_t is not available on all systems (for example mac osx 10.2)Michael Gernoth
2005-03-06bump version to 1.4.0Michael Gernoth
2005-03-02fix compiler warning about passing arg from incompatible pointer typeJeroen Meijer
2004-06-27Fix for my last tcp.c fix to provide sensible error-messages againMichael Gernoth
2004-06-25Fix segfault on platforms where getaddrinfo returns non-negative error-Michael Gernoth
2004-06-15proceed more global vars with g_Jay Sorg
2004-03-04get address function from volker mildePeter Kallden
2003-11-08errno is not valid when recv returns zero.Peter Åstrand
2003-08-17ipv6 connect sanity checking: error message if not able to connect,Peter Åstrand
2003-08-11Applied IPv6 patch from mike@dexy.mine.nu.Peter Åstrand
2003-06-17Eliminate previous ugly hack for RDP5 packets, in order to make it workMatt Chapman
2003-06-06Indentation changes.Erik Forsberg