summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-17More robust pjlib file test: it shouldn't leave the file on the disk if the t...Benny Prijono
2007-02-16Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) o...Benny Prijono
2007-01-23Fixed several compilation warnings with MSVCBenny Prijono
2006-11-21Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may cont...Benny Prijono
2006-09-10Fixed autoconf in mingwBenny Prijono
2006-08-01Fix PJLIB on WinCE:Benny Prijono
2006-07-10Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addres...Benny Prijono
2006-07-08Attempted to fix epoll for LinuxBenny Prijono
2006-07-06Fixed link errors in ioqueue epoll backendBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-28Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle...Benny Prijono
2006-06-28Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed,...Benny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-04-05Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (fo...Benny Prijono
2006-04-05Added timestamp frequency accuracy test in pjlib-testBenny Prijono
2006-03-30Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP ...Benny Prijono
2006-03-25Fixed bug in ioqueue: crashed when key is unregistered while another thread i...Benny Prijono
2006-03-22Added a little more threading test and put more info in ioqueue test logBenny Prijono
2006-03-22Fixed bug in ioqueue with IO Completion Port backend, where events may still ...Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-02-08Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabledBenny Prijono
2006-02-03Added gcov-report build target and fixed bug in string test under gcovBenny Prijono
2006-01-20Completed testing for WinCE portBenny Prijono
2006-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2006-01-09Fixed bugs and added tests to handle NULL and zero length stringsBenny Prijono
2005-11-22More optimizations for msg parser etc.Benny 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-21Changed syntax to support Windows SEHBenny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny 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-07Changed default number of thread in test.hBenny Prijono
2005-11-07Add ioqueue name in reportBenny Prijono
2005-11-07Added more checking in UDP clientBenny 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-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-02Use delay based bandwidth calculation.Benny Prijono
2005-11-02Final commit before 0.3-pre3Benny Prijono