summaryrefslogtreecommitdiff
path: root/pjlib/include
AgeCommit message (Expand)Author
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...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-14More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work with...Benny Prijono
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the lat...Benny Prijono
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
2008-07-07Configuration option to include/exclude loopback interface in enum_ip_interfa...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-19Clarified in the pj_create_random_string() comment that the output string is ...Benny Prijono
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-06More ticket #531: added user_data parameter in activesocket creation API to m...Benny Prijono
2008-06-02More ticket #61: enabled SRTP on SymbianNanang Izzuddin
2008-05-30Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is use...Nanang Izzuddin
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-17Ticket #535: added initial source of math.hNanang Izzuddin
2008-05-16Modified pj_list_size() to take const argument insteadBenny Prijono
2008-05-11Implement ticket #531: active socket abstraction to make ioqueue programming ...Benny Prijono
2008-05-11Added pj_sockaddr_cp()Benny Prijono
2008-05-07Added nios2 processor settings PJLIB in config.h (thanks F)Benny Prijono
2008-04-23More ticket #497: added configuration to disable WSOLA and set default to dis...Benny Prijono
2008-04-07Removed setting PJ_IOQUEUE_HAS_SAFE_UNREG to zero in config_site_sample.h as ...Benny Prijono
2008-04-07Changed PJ_IOQUEUE_MAX_HANDLES count when PJ_CONFIG_MINIMAL_SIZE is set from ...Benny Prijono
2008-04-02Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba)Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-11Added missing PJ_INT64() macro for Symbian compilersBenny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-18Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual ...Benny Prijono
2008-02-14Ticket #475: ported GSM codec to Symbian OSBenny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SET...Benny Prijono
2008-02-08More ticket #470: semaphore got disabled on Mingw because semaphore.h is not ...Benny Prijono
2008-02-08Related to ticket #61: disable SRTP on Symbian while it is not ported yetBenny Prijono
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, C...Benny Prijono
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-24More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unis...Benny Prijono
2008-01-23Merged from SRTP branch: added stdint.h header detection in autoconf. Result ...Benny Prijono
2008-01-02Tweak config_site_sample.h for SymbianBenny Prijono
2008-01-02Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least...Benny Prijono
2007-12-28Ticket #435: Fixed and tested audio on Symbian deviceBenny Prijono
2007-12-12Add doxygen comment in pj_log_func() to inform that the data is NULL terminatedBenny Prijono
2007-12-03More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_so...Benny Prijono
2007-12-03Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415)Benny Prijono
2007-12-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-02More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed ...Benny Prijono