summaryrefslogtreecommitdiff
path: root/pjlib/src/pj
AgeCommit message (Expand)Author
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny 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-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-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-19Added assert in timer if entry is scheduled more than onceBenny Prijono
2006-02-14Changed the unicode functionsBenny 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-07Tested initial implementation: basic UAC, client registration, authentication...Benny 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-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-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-22Added more info for pj_dump_configBenny 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-11First clean compile of pjsipBenny Prijono
2005-11-09Rework pjlib++Benny Prijono
2005-11-08Linux alpha testBenny Prijono
2005-11-08Initial configuration for pjlib-utilBenny Prijono
2005-11-08Split PJLIB utilities into pjutilBenny Prijono
2005-11-07Modif in configureBenny Prijono
2005-11-07UDP echo testing in LinuxBenny Prijono
2005-11-07Added file I/O and file access APIBenny Prijono
2005-11-06Tested UDP echo server on Win2KBenny Prijono
2005-11-06Disable validate_set as it's not valid anymoreBenny Prijono
2005-11-06Fixed error with inet_ntoa()Benny Prijono
2005-11-06Tested new ioqueue framework on Linux with select and epollBenny Prijono
2005-11-06Put common ioqueue functionalities in separate file to be used by both select...Benny Prijono
2005-11-06Changed ioqueue to allow simultaneous operations on the same keyBenny Prijono
2005-11-02Final commit before 0.3-pre3Benny Prijono