summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_transport_tcp.c
AgeCommit message (Expand)Author
2017-01-19Re #1513: Applied the new API pj_pool_safe_release().Nanang Izzuddin
2016-05-31Re #1917: Related to ticket #1311, sets the factory on transports created as ...Liong Sauw Ming
2016-05-19Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and...Liong Sauw Ming
2016-02-22Misc (re #1882): Updated log level (from 1 or 2 to 3) for some error messages...Nanang Izzuddin
2015-11-16Fix #1898: If transport is being shutdown/destroyed and connected event comes...Nanang Izzuddin
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-08-07Fixed #1878: Compile time option for TCP/TLS transport to not create a listenerLiong Sauw Ming
2015-06-11Misc (re #1843): Updated SIP transport TCP & TLS to get server local address ...Nanang Izzuddin
2015-05-11Fixed #1851: Runtime configuration of TCP and TLS keep alive intervalsLiong Sauw Ming
2015-03-19Misc (re #1782): Check if the transport being shutdown in on_accept_complete ...Riza Sulistyo
2014-06-19Fix #1773: Added group lock to SIP transport to avoid race condition between ...Nanang Izzuddin
2014-06-19Re #1771: Implement run-time configuration to set specific socket option.Riza Sulistyo
2014-04-15Closed #1760: added pjsip_tcp_transport_get_socket() API to get the raw socke...Benny Prijono
2014-02-04Fixed #1731: Fix TCP transport leak problemLiong Sauw Ming
2013-11-29Fixed #1714: Workaround for stuck in TCP/TLS shutdown when another thread is ...Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-04-26Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it ...Benny Prijono
2013-03-27Re #1630: Prevent the update of TCP transport address if the address is zero.Liong Sauw Ming
2012-11-06Misc (re #1562): Fixed Symbian build errors on S60 5th edition SDK.Nanang Izzuddin
2012-10-08Fixed #1592: Multithreading issues in PJSIP (fixing pj_timer_heap_poll() and ...Liong Sauw Ming
2012-09-20Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2Benny Prijono
2012-09-18Re #1583: Removed testing scenario accidentally left in the codeLiong Sauw Ming
2012-09-18Re #1583: Fixed error propagation that caused the disconnection of the transportLiong Sauw Ming
2012-09-18Fixed #1583: Unexpected SIP message transmission after transaction has timed-outLiong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-03-23Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of...Liong Sauw Ming
2011-03-23Fixed #1221: Crash when SIP transport tried to write to a broken pipe.Liong Sauw Ming
2010-04-14Ticket #1056:Nanang Izzuddin
2010-03-30Ticket #1044:Nanang Izzuddin
2010-03-10More #1032 (new SIP TCP/TLS transport callback):Benny Prijono
2010-02-26Minor #1032: Fixed transport TCP of missing returning PJ_FALSE when connect a...Nanang Izzuddin
2010-02-25More ticket #1032:Nanang Izzuddin
2010-02-24Ticket #1032:Nanang Izzuddin
2009-12-22Misc (#1003): added protection against situation when pj_sock_getsockname() r...Benny Prijono
2009-10-25Initial commit for ticket #950: QoS support:Benny Prijono
2009-06-22Ticket #758:Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-02-22Ticket #491: Crash in TCP/TLS transport when the listener is destroyedBenny Prijono
2007-12-01Ticket #421: initial IPv6 support: UDP transportBenny Prijono
2007-11-05SIP TCP and TLS transports may call send completion callback with bytes_set=0...Benny Prijono
2007-10-24Fixed ticket #402: Endless error loop when TCP accept() continuously returns ...Benny Prijono
2007-10-05Related to ticket #95: bug in TLS transport: keep-alive timer is not cancelle...Benny Prijono
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono