source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2189   16 years bennylp Fixed compilation warning in test-pjsip
(edit) @2188   16 years bennylp Changed SIP transport to use active socket to fix ticket #579: "Data loss …
(edit) @2187   16 years bennylp Added new active socket API's to specify application buffers in …
(edit) @2186   16 years bennylp Fixed ticket #582: Extended presence status is not sent in initial NOTIFY …
(edit) @2185   16 years bennylp Initial work for ticket #579: added option to make the active socket sends …
(edit) @2184   16 years nanang Ticket #557: Fixed memory leak in Speex EC (actually this is updating …
(edit) @2183   16 years bennylp Fixed ticket #581: Fixed build dependencies in the makefiles
(edit) @2182   16 years bennylp Ticket #463: Configuration option to have external sound device …
(edit) @2181   16 years bennylp Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity …
(edit) @2180   16 years bennylp Ticket #538: Closed TCP connection should be removed from the hash table …
(edit) @2179   16 years bennylp Ticket #580: Incoming target refresh request does not update the Contact …
(edit) @2178   16 years bennylp Added latency.c in the samples (see …
(edit) @2177   16 years bennylp Fixed linking errors in pjnath when TCP is disabled in PJLIB
(edit) @2176   16 years bennylp Fixed invalid configuration generation in pjsua for auto-update-nat option …
(edit) @2175   16 years bennylp Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej …
(edit) @2174   16 years nanang Ticket #577: Initial source of sound device wrapper with APS
(edit) @2173   16 years bennylp Added setup-vc.py for Visual Studio installation
(edit) @2172   16 years bennylp Tweak setup.py
(edit) @2171   16 years bennylp Added simplecall.py sample
(edit) @2170   16 years bennylp pjsua.py: fixed transport port bug, changed default tracing to disabled, …
(edit) @2169   16 years bennylp pj_strtoul() should stop the conversion as soon as it finds a non-digit …
(edit) @2168   16 years bennylp Fixed crash in stateful proxy sample when receiving request with malformed …
(edit) @2167   16 years bennylp Added math.h to pjlib's Visual Studio projects
(edit) @2166   16 years bennylp Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)
(edit) @2165   16 years bennylp Added sleep() in python handle events to avoid starvation in the main …
(edit) @2164   16 years bennylp Fixed gcc warning on _pjsua.c about suggested parenthesis
(edit) @2163   16 years bennylp Major modifications in Python module and pjsua.py wrapper: - replaced …
(edit) @2162   16 years bennylp Ticket #576: Added user data in pjsua account and buddy
(edit) @2161   16 years bennylp Added pjsua option to set the logging color scheme for terminal with light …
(edit) @2160   16 years bennylp Fixed build error with some Mingw configuration related to socklen_t
(edit) @2159   16 years bennylp Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and …
(edit) @2158   16 years bennylp Added WAV playlist and conf_set/get_level API to Python module
(edit) @2157   16 years bennylp Related to ticket #192: crash when shutting down pjsua if buddy pool has …
(edit) @2156   16 years bennylp Implemented ticket #192 for Python: Add callback to notify application …
(edit) @2155   16 years bennylp Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue …
(edit) @2154   16 years nanang Added pjsua command line option '--jb-max-size' to set jitter buffer max …
(edit) @2153   16 years nanang Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for …
(edit) @2152   16 years nanang Added ability to dump extended statistics (RTCP XR) in pjsua.
(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
Note: See TracRevisionLog for help on using the revision log.