summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-26Tagged 2.6v2.6Nanang Izzuddin
2017-01-26Changed version to 2.6Nanang Izzuddin
2017-01-25Re #1964: Fixed QoS build config for mingw32/msys.Nanang Izzuddin
2017-01-25Re #1954: Fixed WebRTC build config for mingw32/msys.Nanang Izzuddin
2017-01-25Re #1900: Fixed some build error for UWP arm. Riza Sulistyo
2017-01-25Re #1900: Updated audio device config to automatically enable WASAPI and disa...Nanang Izzuddin
2017-01-24Re #1945 (misc): Prevent automatically adding Content-Type and Content-Length onRiza Sulistyo
2017-01-24Misc (re #1945): Fixed compile warnings on Android 64bit platforms, e.g: dere...Nanang Izzuddin
2017-01-24Misc (re #1945): Automatically define macro PJ_ANDROID=1 on Android platforms...Nanang Izzuddin
2017-01-23Re #1945 (misc): On iOS, print log in debugging console output when using ipj...Liong Sauw Ming
2017-01-23Re #1900: Deleted dirty dir third_party/build/portaudio. The dir was copied f...Nanang Izzuddin
2017-01-23Re #1932: Updated configure script for AES-GCM support detection.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-23Re #1945 (misc): Don't trigger SRV complete callback when there is a parse er...Riza Sulistyo
2017-01-19Close #1919: Clear unused-variable warnings.Riza Sulistyo
2017-01-19Re #1513: Applied the new API pj_pool_safe_release().Nanang Izzuddin
2017-01-19Close #1513: Added pj_pool_safe_release() API.Nanang Izzuddin
2017-01-18Misc (re #1945): re r5530, reset SIP transport port setting to SIP_PORT befor...Nanang Izzuddin
2017-01-18Misc (re #1945): Added TLS transport in pjsua2 sample app.Nanang Izzuddin
2017-01-18Re #1945 (misc): Add an alias REQUESTED-ADDRESS-FAMILY (which is used in the ...Liong Sauw Ming
2017-01-17Re #1945 (misc): Fixed occasional crash in pjsua Android sample app when init...Liong Sauw Ming
2017-01-17Re #1945 (misc): move default setting of number of supported video device for...Liong Sauw Ming
2017-01-12Misc (re #1945): Fixed bug in NAT detect: missing address family assignment i...Nanang Izzuddin
2017-01-11Re #1960: Use boolean field to indicate whether the info is empty (instead of...Liong Sauw Ming
2017-01-11Fixed #1990:Nanang Izzuddin
2017-01-11Re 1989: Implement pj_strtok()/pj_strtok() as a replacement to strtok().Riza Sulistyo
2017-01-11Fixed #1988: Wait for any active spinning loop in read callback to complete b...Nanang Izzuddin
2017-01-11Fixed #1960: Export SIP transport TLS state and TLS certificate info to PJSUA2Liong Sauw Ming
2017-01-10Re #1975: Riza Sulistyo
2017-01-03Misc (re #1945): Fixed warning of missing braces in nested struct/union var i...Nanang Izzuddin
2016-12-23Fixed #1987: Verify 'med_prov_cnt' after media reinitialization (with a new c...Nanang Izzuddin
2016-12-22Misc (re #1945): Fixed WebRTC build failure for mips64 platform (thanks Olive...Nanang Izzuddin
2016-12-21Re #1986: Moved MainActivity.java of Android pjsua sample app, so it is not d...Nanang Izzuddin
2016-12-21re #1986: Updated missing CFLAGS/LDFLAGS in Makefile of pjsua sample app for ...Nanang Izzuddin
2016-12-21Re #1986: Convert pjsua sample app Android project from Eclipse to Android St...Nanang Izzuddin
2016-12-21Misc (re #1945): Creates pjsip-apps/src/swig/android/app/src/main/jniLibs/arm...Nanang Izzuddin
2016-12-20Misc (re #1945): Creates pjsip-apps/src/swig/java/output automatically in SWI...Nanang Izzuddin
2016-12-19Re #1986: Removed PjCamera.java and PjCameraInfo.java from pjsua2 sample app ...Nanang Izzuddin
2016-12-19Re #1986: Convert pjsua2 sample app Android project from Eclipse to Android S...Nanang Izzuddin
2016-12-19Misc (re #1945): Fixed various compile warnings.Nanang Izzuddin
2016-12-19Misc (re #1945): Update SRTP to restart crypto tag from 1 when generating reo...Nanang Izzuddin
2016-12-16Misc (re #1945 and re #1954): Export TARGET_ABI to env var in configure-andro...Nanang Izzuddin
2016-12-16Re #1941: re #5454, modify declaration of NSArray to support older compiler v...Liong Sauw Ming
2016-12-09Re #1954: Add WebRTC license info filesLiong Sauw Ming
2016-12-07Fixed #1985: Escape '@' character in the Replaces parameter of REFER requestLiong Sauw Ming
2016-12-07Fixed #1984: Remove the implementation of PJ_HASH_USE_OWN_TOLOWERLiong Sauw Ming
2016-12-06Fixed #1983: Add option to update call Via addressLiong Sauw Ming
2016-12-06Re #1982: Cleanup call setting flags even if callbacks on_call_tx/rx_offer() ...Liong Sauw Ming
2016-12-06Re #1982: Add the new call flag for PJSUA2 swigLiong Sauw Ming