source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5250   8 years ming Re #1882 (misc): Fixed Rseq to start from 1 (instead of from 0). According …
(edit) @5249   8 years ming Re #1882 (misc): Various IPv6 fixes: - For contact rewrite feature, when …
(edit) @5248   8 years ming Re #1882 (misc): Fixed a bug in Android sound device backends which …
(edit) @5247   8 years nanang Misc (re #1882): Updated ioqueue epoll related vars in build config, e.g: …
(edit) @5246   8 years nanang Fix #1311: Updated pjsip_tpmgr_acquire_transport2() to look up from …
(edit) @5245   8 years nanang Misc (#1882): Fixed compile error on VS2005 due to double semicolons.
(edit) @5244   8 years nanang Misc (re #1882): Updated log level (from 1 or 2 to 3) for some error …
(edit) @5243   8 years riza Misc (Re #1882): When finding a dialog, use normal check for the dialog id …
(edit) @5242   8 years riza Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to …
(edit) @5241   8 years nanang Fixed #1902: - Crash when endpoint has multiple worker threads and SIP …
(edit) @5240   8 years nanang Misc (re #1882): Added exception catch in Call destructor.
(edit) @5239   8 years ming Fixed #1904: Support for Opus codec
(edit) @5238   8 years riza Misc (Re #1882): Add raw certificate information to pj_ssl_cert_info data. …
(edit) @5237   8 years riza Misc (Re #1882): When server sends blank realm on the Authentication …
(edit) @5236   8 years ismangil Tidying branches for git migration
(edit) @5235   8 years ismangil Tidying branches for git migration
(edit) @5234   8 years nanang Misc (re #1882): Suppress EAGAIN recv() error log in pjmedia stream.c & …
(edit) @5233   8 years riza Re #1903: Fix crash when cleaning STUN response cache.
(edit) @5232   8 years riza Re #1882 (misc): Crash when answering call with reason field is set. …
(edit) @5231   8 years ming Re #1882 (misc): Add checks as ssocket_cli and state_cli can be NULL …
(edit) @5230   8 years ming Re #1882 (misc): close socket on error after calling pj_sock_getsockname() …
(edit) @5229   8 years ming Re #1882 (misc): Add assertion checks in pj_strncpy() and …
(edit) @5228   8 years ming Re #1882 (misc): should check nscount (instead of anscount) when iterating …
(edit) @5227   8 years ming Re #1882 (misc): Use cred->cnonce instead of cnonce when calling …
(edit) @5226   8 years ming Re #1882 (misc): Fixed incorrect loop when destroying streams in case of …
(edit) @5225   8 years ming Re #1882 (misc): re r5222, fixed string truncation length checking (the …
(edit) @5224   8 years ming Re #1882 (misc): Add checking before calling pj_strncpy(), to make it more …
(edit) @5223   8 years ming Re #1882 (misc): Moved checking of header count earlier when parsing …
(edit) @5222   8 years ming Re #1882 (misc): Fixed string truncation length checking in srtp (note …
(edit) @5221   8 years ming Re #1882 (misc): Fixed potential out-of-bound array access in ice_session. …
(edit) @5220   8 years ming Re #1882 (misc): Fixed incorrect sizeof argument when using pj_bzero() and …
(edit) @5219   8 years ming Re #1882 (misc): Add checking of crypto name in transport srtp. Thanks to …
(edit) @5218   8 years ming Re #1882 (misc): Fixed missing comma in timer names string array. Thanks …
(edit) @5217   8 years nanang Misc (re #1882): Fixed bug STUN still being used in media transport UDP & …
(edit) @5216   8 years nanang Misc (re #1882): Fixed wrong specifier used in ssl_sock_ossl.c (should be …
(edit) @5215   8 years riza Re #1882 (misc): Check for duplicate entry when building list of ICE host …
(edit) @5214   8 years ming Fixed #1901: crash when async_cnt is set to a value greater than one for …
(edit) @5213   8 years ming Re #1882 (misc): Fixed configure-android shell script error on Linux
(edit) @5212   8 years ming Re #1882 (misc): Removed unnecessary callback setting for TLS listeners
(edit) @5211   8 years riza Re #1900: add missing file (pjproject-vs14-common-targets.targets).
(edit) @5210   8 years riza Re #1900: Initial implementation with pjsua cli/telnet sample app.
(edit) @5209   8 years ming Re #1882 (misc): Fixed uninitialized mainThreadOnly variable in UaConfig?
(edit) @5208   8 years riza Creating wp8 and uwp branch
(edit) @5207   8 years ming Re #1882 (misc): Fixed bug in SipTransaction::fromPj(pjsip_transaction &) …
(edit) @5206   8 years nanang Misc (re #1882): Added feature of CDATA content handling into XML parser.
(edit) @5205   8 years nanang Fix #1899: Updated pjsua behaviour to re-create stream even when SDP …
(edit) @5204   8 years nanang Misc (re #1882): Need to zero-fill pj_thread_desc in libRegisterThread() …
(edit) @5203   8 years nanang Misc (re #1882): Added include header guard to pjnath.h.
(edit) @5202   8 years riza Re #1882 (misc): Fix bug in parser,which may loop infinitely when it …
(edit) @5201   8 years ming Re #1882 (misc): Configurable audio device name length Thanks to Wolfgang …
(edit) @5200   8 years nanang Fix #1898: If transport is being shutdown/destroyed and connected event …
(edit) @5199   8 years nanang Re #1896: Updated default audio device backends: mingw uses WMME, …
(edit) @5198   8 years riza Re #1897: Implement support to Ffmpeg 2.8.
(edit) @5197   8 years nanang Close #1896: Update default audio device backend on MacOS to CoreAudio?.
(edit) @5196   8 years nanang Re #1894: Fixed high socket descriptor check in ioqueue select, it should …
(edit) @5195   8 years riza Re #1895: Terminate subscription when receiving non 2xx Notify response …
(edit) @5194   8 years nanang Close #1894: Improve ioqueue performance on multithreadeded environment.
(edit) @5193   8 years ming Re #1882 (misc): related to r5192, fixed inaccurate index checking in …
(edit) @5192   8 years ming Re #1882 (misc): Fixed inaccurate index checking assertion when removing …
(edit) @5191   8 years nanang Misc (re #1882): Only check 'hide' URI parameter on SIP/SIPS URIs in …
(edit) @5190   8 years nanang Misc (re #1882): Added array length check before inserting parsed …
(edit) @5189   8 years nanang Misc (re #1882): Updated libresample makefile to also generate shared …
(edit) @5188   8 years ming Fixed #1873: iOS application getting killed after pjsua fail to release a …
(edit) @5187   8 years ming Re #1882 (misc): Fixed possibly incorrect stream stats When a codec is …
(edit) @5186   8 years ming Fixed #1888: Support for WebRtc? AEC
(edit) @5185   8 years nanang Close #1892: Add pjsua/pjsua2 callback …
(edit) @5184   8 years nanang Fix #1891: Also match base address in find local candidate after receiving …
(edit) @5183   9 years nanang Fix #1889: DNS parser should return error on RR class != IN only when RR …
(edit) @5182   9 years nanang Fix #1887: Feed only one PCM input frame at a time to iOS iLBC encoder.
(edit) @5181   9 years riza Re #1881: Add filters file.
(edit) @5180   9 years ming Fixed #1886: Ddestruction of locked mutex in SIP dialog
(edit) @5179   9 years ming Re #1882 (misc): Related to r4852 and r4857, fixed problem in reopening …
(edit) @5178   9 years nanang Re #1885: Fixed race condition in evsub scenario 2 (Subscription timer …
(edit) @5177   9 years nanang Re #1885: Fixed race condition in evsub scenario 1 (Subscription timeout …
(edit) @5176   9 years nanang Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is …
(edit) @5175   9 years nanang Re #1881: Minor update on pjlib-util project to use default target …
(edit) @5174   9 years nanang Fix #1884: Fixed silence frame length in stream (frame length calculation …
(edit) @5173   9 years nanang Fix #1883: Check transport validity after getting transport manager lock …
(edit) @5172   9 years nanang Re #1881: Removed WM5 & WM6 target from VS2015 solution, also fixed …
(edit) @5171   9 years ming Re #1882 (misc): In iOS, set the option to notify other apps upon audio …
(edit) @5170   9 years nanang Re #1881: Fixed compile warnings on VS2015 about declaration hides …
(edit) @5169   9 years nanang Re #1881: - Updated build output naming 'vc8' -> 'vc14' for VS2015. - …
(edit) @5168   9 years riza Re #1881: Add Visual Studio 2015 support.
(edit) @5167   9 years riza Re #1879: Fix bug in resetVideoCodecParam when not using Video build …
(edit) @5166   9 years ming Fixed #1880: Incorrect orientation after switching video capture or when …
(edit) @5165   9 years riza Re #1879: - Implement set video codec param in PJSUA2 API - Fix bug in …
(edit) @5164   9 years riza Changed version to 2.4.5-svn
(edit) @5163   9 years riza Remove extra space on the revision number
(edit) @5162   9 years riza Remove extra space on the revision number
(edit) @5161   9 years riza Tagged 2.4.5
(edit) @5160   9 years riza Changed version to 2.4.5
(edit) @5159   9 years nanang Updated r5158, as it introduced more warnings on Android about unknown …
(edit) @5158   9 years nanang Misc (re #1843): Fixed GCC compile warnings of unused variables in …
(edit) @5157   9 years nanang Misc (re #1843): Fixed compile warnings of unused variable.
(edit) @5156   9 years nanang Re #1842: Updated automated test scenarios to invoke 'make distclean' …
(edit) @5155   9 years nanang Re #1842: Added automated test scenarios for Android and iOS 64-bit
(edit) @5154   9 years nanang Misc (re #1843): Fixed compile warnings of "command line option '-frtti' …
(edit) @5153   9 years ming Re #1843 (misc): Fixed wrong calculation of timestamp in L16 codec (should …
(edit) @5152   9 years ming Fixed #1878: Compile time option for TCP/TLS transport to not create a …
(edit) @5151   9 years ming Fixed #1877: Race condition between stopping ICE and sending data in ICE …
Note: See TracRevisionLog for help on using the revision log.