summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
2014-07-02Closed #1775: Changing OpenSSL default method from TLSv1 to SSLv23 to enable ...Benny Prijono
2014-06-26Fixed #1774: Unfreed transports upon stack shutdown/restartLiong Sauw Ming
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-06-10Re #1770: Fixed issue with "other params" quotes when proxying WWW-authentica...Riza Sulistyo
2014-05-23Misc (re #1751): Fixed SIP status phrase of status code 484 to be "Address In...Nanang Izzuddin
2014-05-08Fixed #1766: Assertion due to stray retransmit timer in UAC transaction compl...Benny Prijono
2014-04-15Closed #1760: added pjsip_tcp_transport_get_socket() API to get the raw socke...Benny Prijono
2014-03-31Fixed #1756: Race condition in SIP transaction termination (thanks to Kevin H...Liong Sauw Ming
2014-03-25Re #1752: Add option to resolve hostname when trying to get network interface.Riza Sulistyo
2014-03-13Re #1742: fixed bug: when cloning multipart body in multipart_clone_data(). T...Benny Prijono
2014-03-11Fixed #1746: Assertion in sip_transaction.c when ACK and retransmit timer eve...Benny Prijono
2014-03-04Close #1739: Info of last receive timestamp and data size in TCP/TLS.Nanang Izzuddin
2014-02-28Fixed #1699: Transport state callback to report transport shutdown events (Th...Liong Sauw Ming
2014-02-27Fixed #1740: TLS will be used whenever request URI uses "sips" scheme regardl...Nanang Izzuddin
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-02-04Re #1731: Fix the same problem in TLS transportLiong Sauw Ming
2014-02-04Fixed #1731: Fix TCP transport leak problemLiong Sauw Ming
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2014-01-16Closed #1723: Merging pjsua2 branch into trunkLiong Sauw Ming
2013-11-29Fixed #1714: Workaround for stuck in TCP/TLS shutdown when another thread is ...Benny Prijono
2013-10-22Fixed #1706: Race condition in SIP transactionLiong Sauw Ming
2013-10-08Re #1703 General bug fixes: fixed some wrong null checking orderBenny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-07-19Closed #1690: Assertion in timer in SIP transaction: Timer being rescheduled ...Benny Prijono
2013-07-12Fixed #1689: The bound address is not updated when UDP transport is restartedLiong Sauw Ming
2013-07-02Re #1680:Riza Sulistyo
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-06-13Re #1671: Destroy tdata_counter only after cleaning up dangling transmit buffer.Nanang Izzuddin
2013-05-30Fixed #1671:Nanang Izzuddin
2013-05-30Re #1630 (misc): Fixed various error handling (sip_transport.c and sip_endpoi...Liong Sauw Ming
2013-05-06Fix #1665: Added check for tx_data pending state in tsx_send_msg().Nanang Izzuddin
2013-04-26Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it ...Benny Prijono
2013-04-25Fixed #1660: SIP transport fallbacks to use default interface when pj_getipin...Nanang Izzuddin
2013-03-29Re #1630 (misc): Added missing destroy of mutexes. This may cause failure to ...Liong Sauw Ming
2013-03-29Re #1630 (misc): Fixed compilation problem due to r4275 if PJSIP_CHECK_VIA_SE...Liong Sauw Ming
2013-03-27Re #1630: Prevent the update of TCP transport address if the address is zero.Liong Sauw Ming
2013-03-22Fix #1649: Invoke SIP TLS transport callback when transport is shutdown by TL...Nanang Izzuddin
2013-03-21More on re #1646: added flag to prevent another transmit data from being tran...Benny Prijono
2013-03-21Part 2, fixed #1646: crash in transaction when it is destroyed while transpor...Benny Prijono
2013-03-20Misc (re #1630): Exported parse_generic_array_hdr() implementation, named pjs...Nanang Izzuddin
2013-03-20Part 1 of re #1646: fixed the deadlock problem in SIP transaction related to ...Benny Prijono
2013-03-19Close #1645: Added run-time setting 'pjsip_cfg()->req_has_via_alias' and comp...Nanang Izzuddin
2013-03-19Re #1644: Added run-time setting 'pjsip_cfg()->follow_early_media_fork' and c...Nanang Izzuddin
2013-03-12Fixed #1641: Handling transport disconnection when the transaction state is s...Liong Sauw Ming
2013-03-05Implementation of Re #1628: Modify SIP transaction to use group lock to avoid...Benny Prijono
2013-03-04Misc (re #1559): fixed compile errors/warnings on Symbian platform.Nanang Izzuddin
2013-01-17Really fix #1609 after better understanding about the problem. This changeset:Benny Prijono
2013-01-17Fixed #1609: Garbage character may be printed after the URI parameter in Auth...Benny Prijono