summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
2016-06-01Re 1917(misc): Fix silly mistake on r5330.Riza Sulistyo
2016-06-01Re #1917(misc): Fix failed purity_test() on pjlib-test since getaddrinfo() mi...Riza Sulistyo
2016-05-31Re #1917 (misc): Fix failed pjlib-test when built using Visual Studio 2015 ca...Riza Sulistyo
2016-05-25Fix #1925: pj_getaddrinfo() should invoke getaddrinfo() even when IP address ...Nanang Izzuddin
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
2016-05-13Re #1917 (misc): Fixed pj_getaddrinfo()'s CFHost version (such as on iOS) whi...Liong Sauw Ming
2016-05-10Misc (re #1882): Fixed buffer size not sufficient when setting cipher list.Riza Sulistyo
2016-04-13Fixed #1912: Build Error on Alpine linux (musl libc).Riza Sulistyo
2016-04-01Re #1909: Fixed crash related to r5264.Riza Sulistyo
2016-03-17Fixed #1909: GUID implementation for Android.Liong Sauw Ming
2016-01-27Misc (Re #1882): Add raw certificate information to pj_ssl_cert_info data. Th...Riza Sulistyo
2015-12-31Re #1882 (misc): Add checks as ssocket_cli and state_cli can be NULLLiong Sauw Ming
2015-12-30Re #1882 (misc): Fixed incorrect sizeof argument when using pj_bzero() and pj...Liong Sauw Ming
2015-12-23Misc (re #1882): Fixed wrong specifier used in ssl_sock_ossl.c (should be 'PJ...Nanang Izzuddin
2015-12-11Fixed #1901: crash when async_cnt is set to a value greater than one for SIP ...Liong Sauw Ming
2015-11-06Re #1894: Fixed high socket descriptor check in ioqueue select, it should be ...Nanang Izzuddin
2015-11-06Close #1894: Improve ioqueue performance on multithreadeded environment.Nanang Izzuddin
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-08-05Fixed #1874: Truncated IPv6 address during address lookup on iOSLiong Sauw Ming
2015-06-25Fixed #1862: Crash on iOS when destroying an activesock and creating a new on...Liong Sauw Ming
2015-05-12Re #1843 (misc): Fixed incorrect memcpy size in sock_common (thanks to Richar...Liong Sauw Ming
2015-05-07Close #1849: Enabled multiple TLS certificate chains (RSA+ECC+DSA) for server...Nanang Izzuddin
2015-05-05Misc (re #1843): Fixed compile warnings on pjlib SSL socket with BoringSSL ba...Nanang Izzuddin
2015-04-27Re #1843: Enable OpenSSL to use legacy certificates(1024 bit root certificate...Riza Sulistyo
2015-04-23Fixed #1846: Update to use 'HIGH' ciphers as default in OpenSSLLiong Sauw Ming
2015-04-23Fixed #1845: Add support if OpenSSL library has more than 100 cipher suitesLiong Sauw Ming
2015-04-22Re #1843:Liong Sauw Ming
2015-04-10Misc (re #1782): Suppress compile warnings on MSVC.Nanang Izzuddin
2015-04-02Re #1782 (misc): Fixed activesock's lock msg w.r.t iOS background to be more ...Liong Sauw Ming
2015-03-22Fixed #1827: Video port's clock thread may get stuck during format change eventLiong Sauw Ming
2015-03-06Fixed #1821: Remove unnecessary locking in pjsip transaction and add new API ...Liong Sauw Ming
2015-03-06Re #1782 (misc): Suppress Helgrind's warning about possible data race when do...Liong Sauw Ming
2015-03-05Re #1782 (misc): Fixed unitialized mutex owner variable when creating mutexLiong Sauw Ming
2015-01-15Close #1810: Adding CA path support into SSL socket.Nanang Izzuddin
2015-01-05Re #1782 (misc): Change assert check of ssl_state to non assert check on Open...Riza Sulistyo
2014-12-18Re #1806: Implement SSL/TLS setting to set protocol operation.Riza Sulistyo
2014-09-23Fixed #1792: Create generic JNI OnLoad functionLiong Sauw Ming
2014-09-01Misc (re #1751): fixed printing value issue when using %02X format. (Thanks I...Riza Sulistyo
2014-08-26Misc (re #1751): Avoid confusion caused by double variable declaration. (Than...Riza Sulistyo
2014-08-22Misc (re #1751): Suppress compile warnings of OpenSSL deprecation on MacOSX.Nanang Izzuddin
2014-08-20Misc re #1751: disable one pjlib-test entry on socket address parsingBenny Prijono
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
2014-07-07Re #1765: Riza Sulistyo
2014-07-02Closed #1775: Changing OpenSSL default method from TLSv1 to SSLv23 to enable ...Benny Prijono
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-06Misc (re #1751): fixed error when retrieving SSL error. Thanks Vittorio Giova...Benny Prijono
2014-06-04Misc (re #1751): invalidate timer entry for every cancel() scenario to avoid ...Benny Prijono
2014-05-23Misc (re #1751): Fixed AF_INET should be PJ_AF_INET in sock_common.c (thanks ...Nanang Izzuddin
2014-05-02Fixed #1765: Add PFS supportLiong Sauw Ming