summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2006-09-25Version 0.5.8Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-17Added pool for allocating memory from the stack bufferBenny Prijono
2006-09-14Applied temporary fix to error code returned by pj_gethostbyname(). Under *ni...Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-14Fixed compilation error in Linux when the legacy configure is being used: mul...Benny Prijono
2006-09-13SIP methods are now compared case-sensitively (previously it was case-insensi...Benny Prijono
2006-09-12Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mut...Benny Prijono
2006-09-10Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD)Benny Prijono
2006-09-10Fixed autoconf in mingwBenny Prijono
2006-09-10Fixed autoconf on MacOS XBenny Prijono
2006-09-09Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, some d...Benny Prijono
2006-09-09Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND...Benny Prijono
2006-08-25Yet another documentation/doxygen updateBenny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Fixed yet another bug for 64bit target: error in initializing caching pool be...Benny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Added pj_thread_is_registeredBenny Prijono
2006-08-11Increased width for sender column in log message, and added additional check ...Benny Prijono
2006-08-10Removed copyright info from pj_timer_heap [hc], and explain more about ACEBenny Prijono
2006-08-09Changed WinCE demo app to automatically answer incoming calls.Benny Prijono
2006-08-07Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5...Benny Prijono
2006-08-06Echo suppressor tuning and testing on WincE, and also added config_site_sample.hBenny Prijono
2006-08-04Fixed complilation error in config.h for ARM target.Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-01Fix PJLIB on WinCE:Benny Prijono
2006-07-31Fixed bug in registring external thread: thread descriptor is not large enoug...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-29Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" to ...Benny Prijono
2006-07-24Added initial implementation of autoconf script (aconfigure)Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-18Increased version number to 0.5.7!Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-10Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addres...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-09Added feature to report peak memory used in caching poolBenny Prijono
2006-07-08Attempted to fix epoll for LinuxBenny Prijono
2006-07-06Fixed link errors in ioqueue epoll backendBenny Prijono
2006-07-06Improve the search for correct size in caching poolBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-03PJLIB will print the exception name when there is an unhandled exceptionBenny Prijono