summaryrefslogtreecommitdiff
path: root/pjlib/include
AgeCommit message (Expand)Author
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
2006-02-19Added pj_list_size()Benny Prijono
2006-02-14Changed the unicode string API and ported to ARM/WinCEBenny Prijono
2006-02-14Changed the unicode functionsBenny Prijono
2006-02-14Added pj_strcat2Benny Prijono
2006-02-08Changed PJ_ASSERT_RETURN implementation, to prevent expr from being evaluated...Benny Prijono
2006-02-08Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabledBenny Prijono
2006-02-07Fixed warning about isblank() redefinition on cygwinBenny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2006-02-07Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project filesBenny Prijono
2006-02-02Added framework for attaching custom error message handlerBenny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-20Completed testing for WinCE portBenny Prijono
2006-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2006-01-18Fixed minor warnings/mismatched comments mainly in pjlib++Benny Prijono
2006-01-09Fixed bugs and added tests to handle NULL and zero length stringsBenny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-11-22More optimizations for msg parser etc.Benny Prijono
2005-11-22Added more info for pj_dump_configBenny Prijono
2005-11-21Added pj_stricmp_alnum() to speedup the parser!!!Benny Prijono
2005-11-21Fixed MSVC compilation warnings in release buildBenny Prijono
2005-11-21Added rdtsc option for win32 timestamp and added pj_elapsed_msecBenny Prijono
2005-11-21Small optimization in pool (removed used_size)Benny Prijono
2005-11-21Changed syntax to support Windows SEHBenny Prijono
2005-11-21Set svn:eol-style for all filesBenny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-20Added hex character conversion utility in ctypeBenny Prijono
2005-11-19Added PJ_IOQUEUE_ALWAYS_ASYNC flagBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-13Updated pjlib docsBenny Prijono