summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
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
2014-04-30Fixed #1763: Add pj_ssl_cipher_id() APILiong Sauw Ming
2014-03-10Re #1745 (Shared lib on MinGW): Fixed multiple definition of pj_time_decode/e...Nanang Izzuddin
2014-02-24Re #1680: Fixed compile warnings on VS2005 for x64/win64 config.Nanang Izzuddin
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-01-31Misc (re #1630): Fixed some more typos in the codes.Nanang Izzuddin
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-10-21Re #1630 (misc):Liong Sauw Ming
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-10-03Re #1697: Add device info in pj_get_sys_info() and set default clock rate for...Liong Sauw Ming
2013-09-25Misc (re #1630): Fixed compile warning of assigning var to itself.Nanang Izzuddin
2013-07-19Closed #1690: Assertion in timer in SIP transaction: Timer being rescheduled ...Benny Prijono
2013-07-02Re #1680:Riza Sulistyo
2013-06-19Close #1681:Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-05-30Re #1664: Fixed wrong handling of poll errorLiong Sauw Ming
2013-05-03Fixed #1664: Fixed the bug of unhandled error events in non-connecting socket...Nanang Izzuddin
2013-05-03Fix #1663: Fixed pj_ioqueue_register_sock2() to avoid access to uninitialized...Nanang Izzuddin
2013-04-26Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it ...Benny Prijono
2013-04-23Re #1630: fixed various warningsBenny Prijono
2013-04-15Re #1630: Modified OpenSSL library names for Win platform.Liong Sauw Ming
2013-04-05Re #1643: Code restructure+add callback to support symbian gui appRiza Sulistyo
2013-03-22Fixed #1648: Timer heap new API cancel_if_active() should not assert if given...Benny Prijono
2013-03-14Re #1643: add initial support for CLIRiza Sulistyo
2013-03-11Fixed #1638: more group lock fixes, this time for ioqueue_epollBenny Prijono
2013-03-05Misc (re #1559): fixed compile errors/warnings on MSVCRiza Sulistyo