summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test
AgeCommit message (Expand)Author
2009-06-25Ticket #900: pjlib-test failed on timer heap test on Symbian S60 3rd Edition MRBenny Prijono
2009-06-25Ticket #899: pjlib-test failed with "Bus Error" on MacOS XBenny Prijono
2009-06-25Ticket #765: Bug with milliseconds time resolution in WinCE/Windows Mobile ta...Benny Prijono
2009-06-25Ticket #759: Problem with TCP transport on SymbianBenny Prijono
2009-01-01Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIsBenny Prijono
2009-01-01Fixed unreached code, deprecated fopen(), unused arguments, and other warning...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-10-01Ticket #650: Unit test failure in the timestamp test on very fast CPU (thanks...Benny Prijono
2008-08-28Fixed unused parameter warning in active socket testBenny Prijono
2008-08-15Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun...Benny Prijono
2008-07-29Initial work for ticket #579: added option to make the active socket sends al...Benny Prijono
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table i...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-06More ticket #531: added user_data parameter in activesocket creation API to m...Benny Prijono
2008-05-11Implement ticket #531: active socket abstraction to make ioqueue programming ...Benny Prijono
2008-04-23Fixed chunk size alignment in pool drain testNanang Izzuddin
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETS...Benny Prijono
2007-12-28Set pool_test_malloc_free() to use malloc()/free() instead of new/delete sinc...Benny Prijono
2007-11-18Ticket #415: implement IPv6 support in PJLIBBenny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-28Fixed ticket #348: various bugs in string comparison functionsBenny Prijono
2007-05-28Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna P...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-01Ported PJLIB and PJLIB-TEST to Symbian!Benny Prijono
2007-05-01Fixed build error on LinuxBenny Prijono
2007-04-30Initial Symbian integration to trunk for pjlibBenny Prijono
2007-04-15Ticket #223: Added pj_strtoul2()Benny Prijono
2007-03-01Related to ticket #149: added test in pjlib-test to capture host resolution c...Benny Prijono
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