summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2006-03-07Version 0.5.4 (web release)Benny Prijono
2006-03-06Fixed bug in writing log when pj_init() is calledBenny Prijono
2006-03-06Added version info on pj_init()Benny Prijono
2006-03-06Tested Speex codecs (narrowband, wideband, ultrawideband)!Benny Prijono
2006-03-05Added PJ_EEOF in pjlib errno.hBenny Prijono
2006-03-05Fixed Speex warnings, and set version to 0.5.3.1Benny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-03-02Added pj_strdup2_with_nullBenny Prijono
2006-03-01Fixed bug in timer, where poll() can return negative time, causing havoc with...Benny Prijono
2006-02-27Temporary fix: added sleep() when epoll returns non-zero while no descriptor ...Benny Prijono
2006-02-27Fixed warning about _WIN32_WINNT redefined when compiled on MingwBenny Prijono
2006-02-26Fixed bug pj_thread_register() when same thread is re-registered with differe...Benny Prijono
2006-02-26Added mutex protection for caching poolBenny Prijono
2006-02-25Version 0.5.1.3Benny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny 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 assert in timer if entry is scheduled more than onceBenny 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 compilation error in ioqueue_epoll when TCP is disabledBenny Prijono
2006-02-08Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabledBenny Prijono
2006-02-07Implement rwlock for LinuxBenny 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-03Added gcov-report build target and fixed bug in string test under gcovBenny 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-19Updated VisualC++ 7 projectsBenny 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-08Timer heap checks if callback is NULLBenny Prijono
2006-01-07Changed loggin to level 6 (from 5)Benny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-12-26Modify transport to use generic sockaddr addressBenny Prijono
2005-11-25Win32 IOCP ioqueue calls multiple connect completion on a single pollBenny Prijono
2005-11-23Fixed unused arg warning when logging is disabledBenny 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