summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-18Implemented ticket #192 for Python: Add callback to notify application about ...Benny Prijono
2008-07-18Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue does ...Benny Prijono
2008-07-17Added pjsua command line option '--jb-max-size' to set jitter buffer max framesNanang Izzuddin
2008-07-17Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for pjmedia_se...Nanang Izzuddin
2008-07-17Added ability to dump extended statistics (RTCP XR) in pjsua.Nanang Izzuddin
2008-07-17Fixed Winsock link error in pjturn-srv VS6 projectBenny Prijono
2008-07-17Ticket #192: Add callback to notify application about incoming SUBSCRIBE requ...Benny Prijono
2008-07-17Ticket #574: Add new API to know why the outgoing subscription request is ter...Benny Prijono
2008-07-17More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projectsBenny Prijono
2008-07-16Ticket #573: Handle receiving short version of Event headerBenny Prijono
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header b...Benny Prijono
2008-07-14Ticket #570: Fixed find_pitch() search range iteration; and fixed wsola_gener...Nanang Izzuddin
2008-07-14Ticket #569: Updated SRTP locking to not guard member transport when sending ...Nanang Izzuddin
2008-07-14Fixed minor bug missing wsola_plc initialization.Nanang Izzuddin
2008-07-14Fixed unitialized read when parsing account's Contact URIBenny Prijono
2008-07-14Ticket #558: Fixed memory leak caused by cipher_type_self_test()Nanang Izzuddin
2008-07-14Slight optimization in GUID generation for Win32 (removed unnecessary copy be...Benny Prijono
2008-07-14More ticket #568: added hash table test to Symbian pjlib-test MMPBenny Prijono
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table i...Benny Prijono
2008-07-14More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work with...Benny Prijono
2008-07-14Ticket #567: Rare race condition causing crash in ICE stream transport when S...Benny Prijono
2008-07-14Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing call ...Benny Prijono
2008-07-14Related to ticket #518: only destroy the account and buddy pools after busy_s...Benny Prijono
2008-07-14Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing poss...Benny Prijono
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using tempo...Benny Prijono
2008-07-13Set default UDP media transport name if name is not specified by application,...Benny Prijono
2008-07-12Related to ticket #529: ignore transaction terminate request if transaction s...Benny Prijono
2008-07-12Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all pl...Benny Prijono
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ...Benny Prijono
2008-07-12Ticket #562: In TURN client sample application, when STUN server is specified...Benny Prijono
2008-07-12Ticket #560: Optimize the memory usage of DNS resolverBenny Prijono
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the lat...Benny Prijono
2008-07-11Fixed bug in python's player_get_slot() and recorder_get_slot()Benny Prijono
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
2008-07-11Updated setup.py for Linux and written more docstrings documentationBenny Prijono
2008-07-10Ticket #556: New object oriented Python abstraction for pjsua APIBenny Prijono
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
2008-07-10Added config settings for search range in WSOLA expand()Nanang Izzuddin
2008-07-10Updated delay buffer to use circular bufferNanang Izzuddin
2008-07-10Updated WSOLA to use circular buffer and configurable hanning window size (wh...Nanang Izzuddin
2008-07-10Added two APIs to pjmedia circular buffer: copy & pack bufferNanang Izzuddin
2008-07-08Removed pjmedia_test from VS 2005 workspace as it makes compilation fails whe...Benny Prijono
2008-07-07Configuration option to include/exclude loopback interface in enum_ip_interfa...Benny Prijono
2008-07-07Modified runall.py python testing module to accommodate mod_recvfrom.pyBenny Prijono
2008-07-07Added mod_recvfrom.py testing module and some registrar test scenariosBenny Prijono
2008-07-07Related to ticket 554: handle the case where server rejects Authorization bec...Benny Prijono
2008-07-07Stop putting PUBLISH in Allow header since that's probably is not semanticall...Benny Prijono
2008-07-07Removed pjmedia-test from pjmedia build for now since it's causing build erro...Benny Prijono