summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
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
2012-11-06Re #1590: Fixed pjsip_rx_data_clone() when there are multiple instances of a ...Nanang Izzuddin
2012-11-06Misc (re #1562): Fixed Symbian build errors on S60 5th edition SDK.Nanang Izzuddin
2012-11-01Re #1590: Fixed compile error 'invalid conversion from `pj_list_type*' to `pj...Nanang Izzuddin
2012-10-26Misc (re #1559): Require name-addr to have the quote if display name is given...Benny Prijono
2012-10-19Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_...Nanang Izzuddin
2012-10-08Fixed #1592: Multithreading issues in PJSIP (fixing pj_timer_heap_poll() and ...Liong Sauw Ming
2012-10-04Close #1590: APIs to facilitate pending processing of pjsip_rx_dataBenny Prijono
2012-09-28Close #1587: Added settings to accept call replace when in early state and as...Nanang Izzuddin
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