summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
2017-01-24Re #1945 (misc): Prevent automatically adding Content-Type and Content-Length onRiza Sulistyo
2017-01-19Close #1919: Clear unused-variable warnings.Riza Sulistyo
2017-01-19Re #1513: Applied the new API pj_pool_safe_release().Nanang Izzuddin
2017-01-11Fixed #1988: Wait for any active spinning loop in read callback to complete b...Nanang Izzuddin
2016-10-31Fixed #1976: Support to generate a synthesized IPv6 address from IPv4 addressLiong Sauw Ming
2016-10-27Fixed #1975: Add support to select elliptic curve and signature algorithm for...Liong Sauw Ming
2016-10-27Fixed #1974: Various fixes for DNS IPv6Liong Sauw Ming
2016-10-24Misc (re #1945): Avoid calling memchr() or memcpy() with NULL pointer (thanks...Nanang Izzuddin
2016-10-07Fixed #1967: Add function pjsip_tdata_get_dlgLiong Sauw Ming
2016-10-07Re #1945 (misc): Fixed wrong parameter caused by previous commit r5450Liong Sauw Ming
2016-10-07Re #1945 (misc): Fixed incorrect usage of pj_memcmp()Liong Sauw Ming
2016-08-23Fixed #1955: Fixed assertions in DNS SRV resolution with IPv6 TCP/TLS target.Nanang Izzuddin
2016-07-28Fix #1946: Avoid deinitialization of uninitialized client auth session.Nanang Izzuddin
2016-07-28Misc (re #1945): Updated checks in pjsip_tx_data_dec_ref(). Thanks Alexei Gra...Nanang Izzuddin
2016-07-26Misc (re #1945): Updated array limit checks and docs in pjsip_evsub_register_...Nanang Izzuddin
2016-07-15Re #1928 (misc): Re #1878 (Compile time option for TCP/TLS transport to not c...Liong Sauw Ming
2016-06-30Fixed #1929: Fixed memory leak when using sip_auth_client since it's also use...Liong Sauw Ming
2016-06-29Re #1926: Fixed bug of premature app callback invocation in DNS A+AAAA resolu...Nanang Izzuddin
2016-06-29Misc (re #1928): Fixed various compile warnings.Nanang Izzuddin
2016-06-20Close #1927: IPv6 support in DNS SRV:Nanang Izzuddin
2016-06-08Close #1930: Race condition in OpenSSL socketLiong Sauw Ming
2016-06-08Close #1926: Support IPv6 address resolution without DNS resolver.Nanang Izzuddin
2016-06-07Re #1929: Avoid memory pool growing when doing re-Registration.Riza Sulistyo
2016-05-31Re #1917: Related to ticket #1311, sets the factory on transports created as ...Liong Sauw Ming
2016-05-25Fix #1924: Put check whether dialog has been registered to pjsip UA before ca...Nanang Izzuddin
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
2016-05-19Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and...Liong Sauw Ming
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