summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
2016-05-10Close #1915: Added API pjsip_udp_transport_start2() that can create both IPv4...Nanang Izzuddin
2016-04-20Re #1882 (misc): Removed stripping of '[]' from pvalue header parameters.Liong Sauw Ming
2016-04-11Re #1882 (misc): Incorrect use of pjsip_VIA_PARAM_SPEC on sip_parser.c. Thank...Riza Sulistyo
2016-02-25Fix #1311: Updated pjsip_tpmgr_acquire_transport2() to look up from transport...Nanang Izzuddin
2016-02-22Misc (re #1882): Updated log level (from 1 or 2 to 3) for some error messages...Nanang Izzuddin
2016-02-19Misc (Re #1882): When finding a dialog, use normal check for the dialog id in...Riza Sulistyo
2016-02-05Fixed #1902:Nanang Izzuddin
2016-01-27Misc (Re #1882): When server sends blank realm on the Authentication challang...Riza Sulistyo
2015-12-31Re #1882 (misc): close socket on error after calling pj_sock_getsockname() as...Liong Sauw Ming
2015-12-31Re #1882 (misc): Use cred->cnonce instead of cnonce when calling pjsip_auth_c...Liong Sauw Ming
2015-12-30Re #1882 (misc): Moved checking of header count earlier when parsing generic ...Liong Sauw Ming
2015-12-11Fixed #1901: crash when async_cnt is set to a value greater than one for SIP ...Liong Sauw Ming
2015-12-10Re #1882 (misc): Removed unnecessary callback setting for TLS listenersLiong Sauw Ming
2015-11-26Re #1882 (misc): Fix bug in parser,which may loop infinitely when it doesn't ...Riza Sulistyo
2015-11-16Fix #1898: If transport is being shutdown/destroyed and connected event comes...Nanang Izzuddin
2015-10-23Misc (re #1882): Only check 'hide' URI parameter on SIP/SIPS URIs in printing...Nanang Izzuddin
2015-09-17Fixed #1886: Ddestruction of locked mutex in SIP dialogLiong Sauw Ming
2015-09-09Fix #1883: Check transport validity after getting transport manager lock in {...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-08-06Fixed #1875: Assertion in rescheduling PJSIP retransmissionLiong Sauw Ming
2015-06-19Fixed #1859: Increment tsx group lock counter before send operation and decre...Nanang Izzuddin
2015-06-12Misc (re #1843): Fix the possibility of crash when parsing multipart message.Riza Sulistyo
2015-06-11Misc (re #1843): Updated SIP transport TCP & TLS to get server local address ...Nanang Izzuddin
2015-05-18Fixed #1853: Add callback for dropped data in SIP transportLiong Sauw Ming
2015-05-11Fixed #1851: Runtime configuration of TCP and TLS keep alive intervalsLiong Sauw Ming
2015-04-08Re #1838: Enable application to provide its own external resolver implementat...Riza Sulistyo
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-26Re #1828:Nanang Izzuddin
2015-03-19Misc (re #1782): Check if the transport being shutdown in on_accept_complete ...Riza Sulistyo
2015-03-06Fixed #1821: Remove unnecessary locking in pjsip transaction and add new API ...Liong Sauw Ming
2015-03-03Re #1818: Fixed destruction of locked mutex in sip transportLiong Sauw Ming
2015-02-10Re #1782 (misc): Prevent buffer overrun in pjsip message/uri printingLiong Sauw Ming
2015-01-15Close #1810: Adding CA path support into SSL socket.Nanang Izzuddin
2014-12-18Re #1806: Implement SSL/TLS setting to set protocol operation.Riza Sulistyo
2014-11-28Misc (re #1782): Fixed exchanged timer I timeout value (for absorbing any add...Nanang Izzuddin
2014-11-07Misc (re #1782): Print log message when SIP UDP transport is destroyed.Nanang Izzuddin
2014-10-24Fix #1800: Fixed crash in SIP resolver when DNS server return a lot of addres...Nanang Izzuddin
2014-10-02Re #1782 (misc): Fixed bug caused by wrong order of code made in r4933 (thank...Liong Sauw Ming
2014-10-01Re #1782 (misc): Fixed missing add_ref() in pjsip_tsx_retransmit_no_state() (...Liong Sauw Ming
2014-09-02Fix #1781: Don't update dialog route set from UPDATE response.Nanang Izzuddin
2014-08-21Close #1735: Implemented secure dialog check of "sips" scheme in Contact/Reco...Nanang Izzuddin
2014-08-18Closed #1677: Contact uses source port in initial registration.Benny Prijono
2014-07-25Misc #1751: added logging when TLS domain verification fails due to invalid u...Benny Prijono
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