summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-10-06Fixed #1888: Support for WebRtc AECLiong Sauw Ming
2015-10-02Close #1892: Add pjsua/pjsua2 callback on_call_tx_offer()/Call::onCallTxOffer...Nanang Izzuddin
2015-10-01Fix #1891: Also match base address in find local candidate after receiving IC...Nanang Izzuddin
2015-09-29Fix #1889: DNS parser should return error on RR class != IN only when RR type...Nanang Izzuddin
2015-09-28Fix #1887: Feed only one PCM input frame at a time to iOS iLBC encoder.Nanang Izzuddin
2015-09-21Re #1881: Add filters file.Riza Sulistyo
2015-09-17Fixed #1886: Ddestruction of locked mutex in SIP dialogLiong Sauw Ming
2015-09-17Re #1882 (misc): Related to r4852 and r4857, fixed problem in reopening sound...Liong Sauw Ming
2015-09-11Re #1885: Fixed race condition in evsub scenario 2 (Subscription timer callba...Nanang Izzuddin
2015-09-11Re #1885: Fixed race condition in evsub scenario 1 (Subscription timeout vs s...Nanang Izzuddin
2015-09-11Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is cur...Nanang Izzuddin
2015-09-11Re #1881: Minor update on pjlib-util project to use default target platform v...Nanang Izzuddin