summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
2017-01-24Misc (re #1945): Fixed compile warnings on Android 64bit platforms, e.g: dere...Nanang Izzuddin
2017-01-23Re #1900: Reintegrated works in UWP branch to trunk.Nanang Izzuddin
2017-01-23Close #1932: Support OpenSSL 1.1.0.Nanang Izzuddin
2017-01-11Re 1989: Implement pj_strtok()/pj_strtok() as a replacement to strtok().Riza Sulistyo
2017-01-10Re #1975: Riza Sulistyo
2016-12-19Misc (re #1945): Fixed various compile warnings.Nanang Izzuddin
2016-12-07Fixed #1984: Remove the implementation of PJ_HASH_USE_OWN_TOLOWERLiong Sauw Ming
2016-11-17Fixed #1979: Add support to parse address string with scope IDLiong Sauw Ming
2016-11-16Re #1975: Add autoconf detection of OpenSSL elliptic curve and sigalg supportLiong Sauw Ming
2016-11-15Re #1961: Fallback to CLOCK_MONOTONIC if /dev/alarm is not found, or getting ...Liong Sauw Ming
2016-10-27Fixed #1975: Add support to select elliptic curve and signature algorithm for...Liong Sauw Ming
2016-10-13Re #1969: Fix crash on using an already destroyed SSL socket.Riza Sulistyo
2016-10-13Re #1945 (misc): Use localtime_r() instead of localtime() (if available) sinc...Riza Sulistyo
2016-10-10Re #1961: Updated Android pj_gettimestamp() implementation to use ANDROID_ALA...Nanang Izzuddin
2016-10-06Fix #1961: Updated Android timestamp to use CLOCK_BOOTTIME (or ANDROID_ALARM_...Nanang Izzuddin
2016-10-05Re #1964: Implement QoS for darwin OS which supports SO_NET_SERVICE_TYPE.Riza Sulistyo
2016-10-05Re #1963: Implement QoS for IPv6 for platform that supports IPV6_TCLASS.Riza Sulistyo
2016-08-18Misc (re #1945): Added PJ_HAS_IPV6 in pj_dump_config(), thanks Alexei Gradina...Nanang Izzuddin
2016-08-02Re #1945 (misc): Set IPv6 sockets to be IPv6 onlyLiong Sauw Ming
2016-07-13Re #1928: Change the cipher on pjlib-test since DES_CBC_SHA might not beRiza Sulistyo
2016-07-05Misc (re #1928): Reverted back some dirty changes in r5376 about address info...Nanang Izzuddin
2016-07-05Misc (re #1928): pj_getaddrinfo() is better to return error when no address i...Nanang Izzuddin
2016-06-29Re #1930: Fixing stuck issue or server socket not closed after an incoming co...Nanang Izzuddin
2016-06-15Re #1930: Revert back the change to comment do_handshake() in on_accept_compl...Liong Sauw Ming
2016-06-14Re #1930: Fixed race condition when more than one thread try to close the sam...Liong Sauw Ming
2016-06-08Close #1930: Race condition in OpenSSL socketLiong Sauw Ming
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