summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-05Fixed #1902:Nanang Izzuddin
2016-02-04Misc (re #1882): Added exception catch in Call destructor.Nanang Izzuddin
2016-02-04Fixed #1904: Support for Opus codecLiong Sauw Ming
2016-01-27Misc (Re #1882): Add raw certificate information to pj_ssl_cert_info data. Th...Riza Sulistyo
2016-01-27Misc (Re #1882): When server sends blank realm on the Authentication challang...Riza Sulistyo
2016-01-15Misc (re #1882): Suppress EAGAIN recv() error log in pjmedia stream.c & vid_s...Nanang Izzuddin
2016-01-05Re #1903: Fix crash when cleaning STUN response cache.Riza Sulistyo
2016-01-05Re #1882 (misc): Crash when answering call with reason field is set. Thanks t...Riza Sulistyo
2015-12-31Re #1882 (misc): Add checks as ssocket_cli and state_cli can be NULLLiong Sauw Ming
2015-12-31Re #1882 (misc): close socket on error after calling pj_sock_getsockname() as...Liong Sauw Ming
2015-12-31Re #1882 (misc): Add assertion checks in pj_strncpy() and pj_strncpy_with_nul...Liong Sauw Ming
2015-12-31Re #1882 (misc): should check nscount (instead of anscount) when iterating ns...Liong Sauw Ming
2015-12-31Re #1882 (misc): Use cred->cnonce instead of cnonce when calling pjsip_auth_c...Liong Sauw Ming
2015-12-31Re #1882 (misc): Fixed incorrect loop when destroying streams in case of non-...Liong Sauw Ming
2015-12-31Re #1882 (misc): re r5222, fixed string truncation length checking (the strin...Liong Sauw Ming
2015-12-30Re #1882 (misc): Add checking before calling pj_strncpy(), to make it more ro...Liong Sauw Ming
2015-12-30Re #1882 (misc): Moved checking of header count earlier when parsing generic ...Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed string truncation length checking in srtp (note that t...Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed potential out-of-bound array access in ice_session.Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed incorrect sizeof argument when using pj_bzero() and pj...Liong Sauw Ming
2015-12-30Re #1882 (misc): Add checking of crypto name in transport srtp.Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed missing comma in timer names string array. Thanks to D...Liong Sauw Ming
2015-12-24Misc (re #1882): Fixed bug STUN still being used in media transport UDP & ICE...Nanang Izzuddin
2015-12-23Misc (re #1882): Fixed wrong specifier used in ssl_sock_ossl.c (should be 'PJ...Nanang Izzuddin
2015-12-16Re #1882 (misc): Check for duplicate entry when building list of ICE host can...Riza Sulistyo
2015-12-11Fixed #1901: crash when async_cnt is set to a value greater than one for SIP ...Liong Sauw Ming
2015-12-11Re #1882 (misc): Fixed configure-android shell script error on LinuxLiong Sauw Ming
2015-12-10Re #1882 (misc): Removed unnecessary callback setting for TLS listenersLiong Sauw Ming
2015-12-09Re #1882 (misc): Fixed uninitialized mainThreadOnly variable in UaConfigLiong Sauw Ming
2015-12-08Re #1882 (misc): Fixed bug in SipTransaction::fromPj(pjsip_transaction &) whi...Liong Sauw Ming
2015-12-03Misc (re #1882): Added feature of CDATA content handling into XML parser.Nanang Izzuddin
2015-12-03Fix #1899: Updated pjsua behaviour to re-create stream even when SDP directio...Nanang Izzuddin
2015-12-01Misc (re #1882): Need to zero-fill pj_thread_desc in libRegisterThread() to a...Nanang Izzuddin
2015-12-01Misc (re #1882): Added include header guard to pjnath.h.Nanang Izzuddin
2015-11-26Re #1882 (misc): Fix bug in parser,which may loop infinitely when it doesn't ...Riza Sulistyo
2015-11-19Re #1882 (misc): Configurable audio device name lengthLiong Sauw Ming
2015-11-16Fix #1898: If transport is being shutdown/destroyed and connected event comes...Nanang Izzuddin
2015-11-10Re #1896: Updated default audio device backends: mingw uses WMME, linux/*nix ...Nanang Izzuddin
2015-11-10Re #1897: Implement support to Ffmpeg 2.8.Riza Sulistyo
2015-11-09Close #1896: Update default audio device backend on MacOS to CoreAudio.Nanang Izzuddin
2015-11-06Re #1894: Fixed high socket descriptor check in ioqueue select, it should be ...Nanang Izzuddin
2015-11-06Re #1895: Terminate subscription when receiving non 2xx Notify response witho...Riza Sulistyo
2015-11-06Close #1894: Improve ioqueue performance on multithreadeded environment.Nanang Izzuddin
2015-10-30Re #1882 (misc): related to r5192, fixed inaccurate index checking in pjmedia...Liong Sauw Ming
2015-10-29Re #1882 (misc): Fixed inaccurate index checking assertion when removing SDP ...Liong Sauw Ming
2015-10-23Misc (re #1882): Only check 'hide' URI parameter on SIP/SIPS URIs in printing...Nanang Izzuddin
2015-10-23Misc (re #1882): Added array length check before inserting parsed bandwidth &...Nanang Izzuddin
2015-10-23Misc (re #1882): Updated libresample makefile to also generate shared library...Nanang Izzuddin
2015-10-08Fixed #1873: iOS application getting killed after pjsua fail to release a dis...Liong Sauw Ming
2015-10-07Re #1882 (misc): Fixed possibly incorrect stream statsLiong Sauw Ming