summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #463: Configuration option to have external sound device implementationBenny Prijono
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-07-28Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/Measurin...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-25Fixed invalid configuration generation in pjsua for auto-update-nat option (t...Benny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-24Ticket #577: Initial source of sound device wrapper with APSNanang Izzuddin
2008-07-24Added setup-vc.py for Visual Studio installationBenny Prijono
2008-07-24Tweak setup.pyBenny Prijono
2008-07-24Added simplecall.py sampleBenny Prijono
2008-07-24pjsua.py: fixed transport port bug, changed default tracing to disabled, and ...Benny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...Benny Prijono
2008-07-23Fixed crash in stateful proxy sample when receiving request with malformed CS...Benny Prijono
2008-07-22Added math.h to pjlib's Visual Studio projectsBenny Prijono
2008-07-22Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)Benny Prijono
2008-07-21Added sleep() in python handle events to avoid starvation in the main threadBenny Prijono
2008-07-21Fixed gcc warning on _pjsua.c about suggested parenthesisBenny Prijono
2008-07-21Major modifications in Python module and pjsua.py wrapper:Benny Prijono
2008-07-21Ticket #576: Added user data in pjsua account and buddyBenny Prijono
2008-07-19Added pjsua option to set the logging color scheme for terminal with light ba...Benny Prijono
2008-07-19Fixed build error with some Mingw configuration related to socklen_tBenny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-07-19Added WAV playlist and conf_set/get_level API to Python moduleBenny Prijono
2008-07-18Related to ticket #192: crash when shutting down pjsua if buddy pool has been...Benny Prijono
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