aboutsummaryrefslogtreecommitdiffstats
path: root/main/tcptls.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-16Merged revisions 246980 via svnmerge from dvossel1-0/+5
2009-10-22Merged revisions 225445 via svnmerge from dvossel1-27/+41
2009-09-24Merged revisions 220365 via svnmerge from dvossel1-2/+7
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-9/+0
2009-02-04When using a socket as a FILE *, the stdio functions will sometimes try to dotilghman1-1/+3
2009-01-21Fix a regression in TCP support.russell1-1/+1
2009-01-17Fix qualify for TCP peertwilson1-4/+4
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...russell1-61/+61
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-121/+135
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.oej1-3/+5
2008-06-18Fix a crash in tcp and tls connections related to reference counts.bbryant1-1/+2
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-9/+27
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-7/+7
2008-03-04add a destroy API call for a server instancerussell1-0/+6
2008-03-04More public API name changes to use an appropriate ast_ prefixrussell1-7/+7
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-6/+6
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-8/+7
2008-01-23Fix tcptls build when openssl isn't installedrussell1-6/+6
2008-01-22Doxygen updatesoej1-25/+22
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-0/+452