1. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  2. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  3. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  4. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  5. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  6. 60cac48 Related to ticket #149: added test in pjlib-test to capture host resolution crash by Benny Prijono · 18 years ago
  7. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  8. c77fd57 More robust pjlib file test: it shouldn't leave the file on the disk if the test fails by Benny Prijono · 18 years ago
  9. 83217fa Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition by Benny Prijono · 18 years ago
  10. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  11. cf8ed79 Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may contain the previous registration values, causing the next pj_thread_register() to fail (tested on Linux FC4) by Benny Prijono · 18 years ago
  12. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  13. c4c8f24 Fix PJLIB on WinCE: by Benny Prijono · 18 years ago
  14. 9c025eb Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addresses, (2) handle error condition when accept() returns -1 as the new socket by Benny Prijono · 18 years ago
  15. 63ab356 Attempted to fix epoll for Linux by Benny Prijono · 18 years ago
  16. fe9c9b6 Fixed link errors in ioqueue epoll backend by Benny Prijono · 18 years ago
  17. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  18. 01de33b Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle already reset to -1 by Benny Prijono · 18 years ago
  19. 0e25e7c Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed, causing SIP transport hash table to behave erraticly by Benny Prijono · 18 years ago
  20. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  21. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  22. 2a81634 Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (for now) by Benny Prijono · 18 years ago
  23. 4fda1eb Added timestamp frequency accuracy test in pjlib-test by Benny Prijono · 18 years ago
  24. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  25. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  26. 2cab3a5 Added a little more threading test and put more info in ioqueue test log by Benny Prijono · 19 years ago
  27. 8d317a0 Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered by Benny Prijono · 19 years ago
  28. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  29. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  30. 7d433ec Added gcov-report build target and fixed bug in string test under gcov by Benny Prijono · 19 years ago
  31. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  32. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  33. 8220f90 Fixed bugs and added tests to handle NULL and zero length strings by Benny Prijono · 19 years ago
  34. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  35. a7944bb Added pj_stricmp_alnum() to speedup the parser!!! by Benny Prijono · 19 years ago
  36. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  37. 99683ae Added rdtsc option for win32 timestamp and added pj_elapsed_msec by Benny Prijono · 19 years ago
  38. d0d44f5 Changed syntax to support Windows SEH by Benny Prijono · 19 years ago
  39. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  40. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  41. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  42. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  43. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago
  44. 80f260c Split PJLIB utilities into pjutil by Benny Prijono · 19 years ago
  45. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  46. ffa5d64 Changed default number of thread in test.h by Benny Prijono · 19 years ago
  47. 8fb8467 Add ioqueue name in report by Benny Prijono · 19 years ago
  48. 7d56b6f Added more checking in UDP client by Benny Prijono · 19 years ago
  49. 40ce3fb UDP echo testing in Linux by Benny Prijono · 19 years ago
  50. a7f64a3 Added file I/O and file access API by Benny Prijono · 19 years ago
  51. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  52. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  53. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago
  54. a9946d5 Changed ioqueue to allow simultaneous operations on the same key by Benny Prijono · 19 years ago
  55. 02711ca Use delay based bandwidth calculation. by Benny Prijono · 19 years ago
  56. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  57. 005e456 Changed atomic interface and fixed bugs in echo test client by Benny Prijono · 19 years ago
  58. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  59. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  60. 0a749f1 initial import by Benny Prijono · 19 years ago