summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-14Ticket #558: Fixed memory leak caused by cipher_type_self_test()Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2141 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Slight optimization in GUID generation for Win32 (removed unnecessary copy ↵Benny Prijono
before encoding to string) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2140 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14More ticket #568: added hash table test to Symbian pjlib-test MMPBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2139 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table ↵Benny Prijono
iteration, causing some memory leaks during shutdown routine because some objects are not destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2138 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work ↵Benny Prijono
with some pjlib-test files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2137 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #567: Rare race condition causing crash in ICE stream transport when ↵Benny Prijono
STUN Binding resolution callback is called before initialization completes git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2136 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing call ↵Benny Prijono
in in progress and there is no answer from remote git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2135 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Related to ticket #518: only destroy the account and buddy pools after ↵Benny Prijono
busy_sleep() is done, otherwise when unregistration callback is called, the callback will access accounts which are no longer valid because the pool has been destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2134 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing ↵Benny Prijono
possible memory and handle leaks git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2133 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2132 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2131 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using ↵Benny Prijono
temporary pools for temporary variables and by having separate pool for each account and buddy git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2130 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Set default UDP media transport name if name is not specified by ↵Benny Prijono
application, otherwise memory pool name will be empty git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2129 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Related to ticket #529: ignore transaction terminate request if transaction ↵Benny Prijono
state is already DESTROYED git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2128 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all ↵Benny Prijono
platforms when application quits while transactions have not been terminated git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2127 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ↵Benny Prijono
with default value git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2126 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #562: In TURN client sample application, when STUN server is ↵Benny Prijono
specified, contact the STUN server on default STUN port rather than the TURN port git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2125 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #560: Optimize the memory usage of DNS resolverBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2124 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the ↵Benny Prijono
latest pool API git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2123 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Fixed bug in python's player_get_slot() and recorder_get_slot()Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2122 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2121 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Updated setup.py for Linux and written more docstrings documentationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2120 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Ticket #556: New object oriented Python abstraction for pjsua APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2119 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2118 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Added config settings for search range in WSOLA expand()Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2117 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Updated delay buffer to use circular bufferNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2116 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Updated WSOLA to use circular buffer and configurable hanning window size ↵Nanang Izzuddin
(which affecting number of delay produced by WSOLA) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2115 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Added two APIs to pjmedia circular buffer: copy & pack bufferNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2114 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-08Removed pjmedia_test from VS 2005 workspace as it makes compilation fails ↵Benny Prijono
when some features are disabled (e.g. SRTP). Need to modify mips_test.c to take into account if features are disabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2113 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Configuration option to include/exclude loopback interface in ↵Benny Prijono
enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2112 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Modified runall.py python testing module to accommodate mod_recvfrom.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2111 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Added mod_recvfrom.py testing module and some registrar test scenariosBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2110 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Related to ticket 554: handle the case where server rejects Authorization ↵Benny Prijono
because of incorrect nonce but fails to set stale parameter to true. In this case we will retry the authentication as long as the nonce in the challenge is different than current nonce. This seems to have fixed ticket 554 too (to be confirmed) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2109 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Stop putting PUBLISH in Allow header since that's probably is not ↵Benny Prijono
semantically correct (thanks Ruud Klaver for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2108 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Removed pjmedia-test from pjmedia build for now since it's causing build ↵Benny Prijono
error when SRTP is disabled (thanks Pedro Gonalves) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2107 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2106 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-05Added WinCE project for pjmedia_testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2105 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-05Added pjmedia_test to Visual Studio workspacesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2104 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2103 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Updated mips_test.c after running on ARMBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2102 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Added MIPS benchmark in pjmedia-test, and loopback media transport to assist ↵Benny Prijono
the stream testing git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2101 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Fixed crash in stream.c when it tries to send RTCP BYE when stream ↵Benny Prijono
initialization fails git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2100 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Fixed bug in SRTP regarding startup flags evaluationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2099 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Added module circular buffer (circbuf.h) to pjmediaNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2098 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-02Fixed VS 2005 dependency for samples projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2097 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-02Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2096 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-01Ticket #553: PUBLISH callback is not called when authentication fails ↵Benny Prijono
(thanks Ruud Klaver for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2095 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-01Ticket #552: Added TLS server name extension to support connecting to ↵Benny Prijono
multi-hosted SIP TLS server (thanks Klaus Darilion for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2094 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-01Changed version to 0.9.0-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2093 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-28Updated PJ_VERSION to 0.9.0-releaseBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2091 74dad513-b988-da41-8d7b-12977e46ad98