summaryrefslogtreecommitdiff
path: root/pjlib/include
AgeCommit message (Expand)Author
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-11Added pj_thread_is_registeredBenny 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-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-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-22Changed all public header files to compile correctly when -ansi and -pedantic...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-09Added feature to report peak memory used in caching poolBenny Prijono
2006-07-06Improve the search for correct size in caching poolBenny 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-06-28Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in portab...Benny Prijono
2006-06-26Added OSERR_ENOTCONN to compat/socket.hBenny Prijono
2006-06-23Minor fix to doxygen documentation to ioqueue.hBenny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-06-16Fixed pjlib doxygen documentationBenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono
2006-06-01Added "#undef s_addr" in sock.h to fix build error on some Windows platformsBenny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny Prijono
2006-05-19Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that...Benny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-03-30Added ability to have custom pool backend (needed for pool debugging facility)Benny Prijono
2006-03-24Added byte order swapping utilitiesBenny Prijono
2006-03-23Fixed build error on LinuxBenny Prijono
2006-03-23Set default option to exclude pj_stricmp_alnum()Benny Prijono
2006-03-22Fixed bug in ioqueue with IO Completion Port backend, where events may still ...Benny Prijono
2006-03-22Added pj_inet_addr2()Benny Prijono
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono
2006-03-18Fixed or added misc flags to enable build selection via compile time macroBenny Prijono
2006-03-17Added <stdio.h> in this fileBenny Prijono
2006-03-16Added misc flags and modify Makefiles to allow exclusion of PortAudio and spe...Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-05Added PJ_EEOF in pjlib errno.hBenny Prijono
2006-03-02Added pj_strdup2_with_nullBenny Prijono
2006-02-27Fixed warning about _WIN32_WINNT redefined when compiled on MingwBenny Prijono
2006-02-26Added mutex protection for caching poolBenny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-22Register pjlib-util errno, and update pjlib versionBenny Prijono
2006-02-21Added pj_ansi/native/unicode_snprintf, and added comment in errno.hBenny Prijono
2006-02-19Fixing Makefiles for the new pjmedia-codec and pjsip-simple librariesBenny Prijono