source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2151   16 years bennylp Fixed Winsock link error in pjturn-srv VS6 project
(edit) @2150   16 years bennylp Ticket #192: Add callback to notify application about incoming SUBSCRIBE …
(edit) @2149   16 years bennylp Ticket #574: Add new API to know why the outgoing subscription request is …
(edit) @2148   16 years bennylp More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projects
(edit) @2147   16 years bennylp Ticket #573: Handle receiving short version of Event header
(edit) @2146   16 years bennylp Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP …
(edit) @2145   16 years nanang Ticket #570: Fixed find_pitch() search range iteration; and fixed …
(edit) @2144   16 years nanang Ticket #569: Updated SRTP locking to not guard member transport when …
(edit) @2143   16 years nanang Fixed minor bug missing wsola_plc initialization.
(edit) @2142   16 years bennylp Fixed unitialized read when parsing account's Contact URI
(edit) @2141   16 years nanang Ticket #558: Fixed memory leak caused by cipher_type_self_test()
(edit) @2140   16 years bennylp Slight optimization in GUID generation for Win32 (removed unnecessary copy …
(edit) @2139   16 years bennylp More ticket #568: added hash table test to Symbian pjlib-test MMP
(edit) @2138   16 years bennylp Ticket #568: The hash table ignores the last row of the table in hash …
(edit) @2137   16 years bennylp More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work …
(edit) @2136   16 years bennylp Ticket #567: Rare race condition causing crash in ICE stream transport …
(edit) @2135   16 years bennylp Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing …
(edit) @2134   16 years bennylp Related to ticket #518: only destroy the account and buddy pools after …
(edit) @2133   16 years bennylp Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing …
(edit) @2132   16 years bennylp Ticket #565: Call WSACleanup() when pj_shutdown() is called on Windows
(edit) @2131   16 years bennylp Ticket #564: Reduce the memory usage for default pjsip settings
(edit) @2130   16 years bennylp Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using …
(edit) @2129   16 years bennylp Set default UDP media transport name if name is not specified by …
(edit) @2128   16 years bennylp Related to ticket #529: ignore transaction terminate request if …
(edit) @2127   16 years bennylp Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all …
(edit) @2126   16 years bennylp Ticket #561: select() ioqueue default concurrency setting is not …
(edit) @2125   16 years bennylp Ticket #562: In TURN client sample application, when STUN server is …
(edit) @2124   16 years bennylp Ticket #560: Optimize the memory usage of DNS resolver
(edit) @2123   16 years bennylp Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the …
(edit) @2122   16 years bennylp Fixed bug in python's player_get_slot() and recorder_get_slot()
(edit) @2121   16 years bennylp Fixed gcc function is not a prototype warnings
(edit) @2120   16 years bennylp Updated setup.py for Linux and written more docstrings documentation
(edit) @2119   16 years bennylp Ticket #556: New object oriented Python abstraction for pjsua API
(edit) @2118   16 years bennylp Ticket 555: modifications to pjsua instant messaging callbacks
(edit) @2117   16 years nanang Added config settings for search range in WSOLA expand()
(edit) @2116   16 years nanang Updated delay buffer to use circular buffer
(edit) @2115   16 years nanang Updated WSOLA to use circular buffer and configurable hanning window size …
(edit) @2114   16 years nanang Added two APIs to pjmedia circular buffer: copy & pack buffer
(edit) @2113   16 years bennylp Removed pjmedia_test from VS 2005 workspace as it makes compilation fails …
(edit) @2112   16 years bennylp Configuration option to include/exclude loopback interface in …
(edit) @2111   16 years bennylp Modified runall.py python testing module to accommodate mod_recvfrom.py
(edit) @2110   16 years bennylp Added mod_recvfrom.py testing module and some registrar test scenarios
(edit) @2109   16 years bennylp Related to ticket 554: handle the case where server rejects Authorization …
(edit) @2108   16 years bennylp Stop putting PUBLISH in Allow header since that's probably is not …
(edit) @2107   16 years bennylp Removed pjmedia-test from pjmedia build for now since it's causing build …
(edit) @2106   16 years bennylp Fixed segfault when getifaddrs() returns NULL address (thanks Filippo …
(edit) @2105   16 years bennylp Added WinCE project for pjmedia_test
(edit) @2104   16 years bennylp Added pjmedia_test to Visual Studio workspaces
(edit) @2103   16 years bennylp Fixed compilation warnings on gcc-4.2.3
(edit) @2102   16 years bennylp Updated mips_test.c after running on ARM
(edit) @2101   16 years bennylp Added MIPS benchmark in pjmedia-test, and loopback media transport to …
(edit) @2100   16 years bennylp Fixed crash in stream.c when it tries to send RTCP BYE when stream …
(edit) @2099   16 years bennylp Fixed bug in SRTP regarding startup flags evaluation
(edit) @2098   16 years nanang Added module circular buffer (circbuf.h) to pjmedia
(edit) @2097   16 years bennylp Fixed VS 2005 dependency for samples project
(edit) @2096   16 years bennylp Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specs
(edit) @2095   16 years bennylp Ticket #553: PUBLISH callback is not called when authentication fails …
(edit) @2094   16 years bennylp Ticket #552: Added TLS server name extension to support connecting to …
(edit) @2093   16 years bennylp Changed version to 0.9.0-trunk
(edit) @2091   16 years bennylp Updated PJ_VERSION to 0.9.0-release
(edit) @2090   16 years bennylp Fixed build error on Symbian
(edit) @2089   16 years bennylp Removed old PLC setting from pjmedia/config.h
(edit) @2088   16 years nanang Updated PESQ test to save the WAV output on failure and report the PESQ …
(edit) @2087   16 years bennylp Updated python test readme doc
(edit) @2086   16 years bennylp Fixed crash when handling incoming MESSAGE request without message body …
(edit) @2085   16 years nanang Fixed wrong variable name for number of failed tests
(edit) @2084   16 years bennylp Added stdout buffering option in Python tests
(edit) @2083   16 years nanang Removed userdata param in callback funcs of mod_media_playrec.py
(edit) @2082   16 years nanang Updated runall.py to cleanup the 'logs' directory before test; fixed log …
(edit) @2081   16 years bennylp Added more Python tests: offer with multiple media lines
(edit) @2080   16 years bennylp Added the ability to send a complete/arbitrary SIP INVITE message in …
(edit) @2079   16 years bennylp Fix handling of multiple media lines in the incoming SDP offer. Now …
(edit) @2078   16 years nanang Ticket #543: - added options to run.py - passing options in runall.py to …
(edit) @2077   16 years bennylp Media session should not reject the whole SDP when it receives SDP with …
(edit) @2076   16 years bennylp Fixed assertion when parsing incoming SDP which is not properly terminated …
(edit) @2075   16 years nanang Ticket #543: - Fixed bug of calculating clock interval which should …
(edit) @2074   16 years nanang Fixed minor bug on ptime calculation on player creation; Updated pjsua-app …
(edit) @2073   16 years nanang Fixed session.c incorrectly parsing channel count from SDP
(edit) @2072   16 years bennylp Fixed extra '/' character when encoding stereo codecs (thanks Gianluca …
(edit) @2071   16 years bennylp python testing: fixed slow test performance due to expecting wrong text in …
(edit) @2070   16 years bennylp Rearrange the commands in mod_pres.py to make it work
(edit) @2069   16 years bennylp echo command in pjsua can be used to print any text, and this is used to …
(edit) @2068   16 years bennylp Added test duration in runall.py output, and add public ICE in excluded …
(edit) @2067   16 years bennylp Added option to disable stdout buffering in pjsua, and adjust the python …
(edit) @2066   16 years bennylp Added various tests with invalid SDP and other SIP parameters
(edit) @2065   16 years bennylp Fixed assertion in invite session when INVITE has bad SDP because the SDP …
(edit) @2064   16 years nanang Ticket #544: Fixed SRTP on hold+reinvite scenario
(edit) @2063   16 years nanang Ticket #543: Updated PESQ to start/stop manually stream/record instead of …
(edit) @2062   16 years bennylp Set universal_newlines=False in run.py, and added failed UPDATE scenario …
(edit) @2061   16 years bennylp Specifying star in codec selection will select all codecs. Fixed the codec …
(edit) @2060   16 years bennylp Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE …
(edit) @2059   16 years bennylp Added PRACK tests and ICE with public proxy tests
(edit) @2058   16 years bennylp Do no disconnect invite session if authentication fails for requests …
(edit) @2057   16 years nanang Ticket #543: Updated PESQ test, sound device used only by one side to …
(edit) @2056   16 years bennylp Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since …
(edit) @2055   16 years bennylp Replaced WAV files for automated testing
(edit) @2054   16 years bennylp Optimize the number of characters written to SDP by ICE
(edit) @2053   16 years bennylp Fixed assertion error when resending re-INVITE after it is challenged with …
(edit) @2052   16 years nanang Ticket #543: Updated mod_pseq & mod_media_playrec.
(edit) @2051   16 years nanang Ticket #543: added mod pesq & mod media playrec to runall.py, also added …
Note: See TracRevisionLog for help on using the revision log.