1. 7ebdb3e Fixed compilation errors/warnings on Linux with the recent IPv6 commits by Benny Prijono · 17 years ago
  2. 80025db More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed Symbian combilation warnings with gcce by Benny Prijono · 17 years ago
  3. 62b86eb More ticket #415: more IPv6 and some reorganization of the source codes by Benny Prijono · 17 years ago
  4. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  5. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  6. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  7. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  8. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  9. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  10. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  11. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  12. 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
  13. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  14. ad91043 Ticket #66: fix broken compilation with gcc 2.9x.x or older by Benny Prijono · 18 years ago
  15. 08b5309 Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by other project in pj/compat/cc_msvc.h by Benny Prijono · 18 years ago
  16. 893628d Fixed compilation error in Linux when the legacy configure is being used: multiple declaration of socklen_t. Also does similar things with os_sunos, os_darwinos, and os_rtems by Benny Prijono · 18 years ago
  17. 1d97162 Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD) by Benny Prijono · 18 years ago
  18. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  19. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  20. 30f85c6 Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, some dont) by Benny Prijono · 18 years ago
  21. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  22. c4c8f24 Fix PJLIB on WinCE: by Benny Prijono · 18 years ago
  23. a9b372a Added initial implementation of autoconf script (aconfigure) by Benny Prijono · 18 years ago
  24. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  25. 92ac447 Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used by Benny Prijono · 18 years ago
  26. 2bbd710 Fixed several bugs related to TCP: by Benny Prijono · 18 years ago
  27. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  28. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  29. ae44a76 Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in portable manner by Benny Prijono · 18 years ago
  30. 9f0a523 Added OSERR_ENOTCONN to compat/socket.h by Benny Prijono · 18 years ago
  31. ba06362 Changed codec priority to use integer with value between 0-255 instead of enum by Benny Prijono · 18 years ago
  32. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  33. 03fefff Fixed build error on Linux by Benny Prijono · 19 years ago
  34. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  35. b8f63d6 Added <stdio.h> in this file by Benny Prijono · 19 years ago
  36. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  37. e1a3de5 Fixed warning about _WIN32_WINNT redefined when compiled on Mingw by Benny Prijono · 19 years ago
  38. c5784c1 Added pj_ansi/native/unicode_snprintf, and added comment in errno.h by Benny Prijono · 19 years ago
  39. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  40. ace0093 Changed the unicode string API and ported to ARM/WinCE by Benny Prijono · 19 years ago
  41. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  42. 37685d5 Fixed warning about isblank() redefinition on cygwin by Benny Prijono · 19 years ago
  43. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  44. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  45. ac9d142 Fixed minor warnings/mismatched comments mainly in pjlib++ by Benny Prijono · 19 years ago
  46. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  47. 33723ce Added more info for pj_dump_config by Benny Prijono · 19 years ago
  48. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  49. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  50. e9ed389 Added hex character conversion utility in ctype by Benny Prijono · 19 years ago
  51. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  52. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  53. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  54. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  55. a9946d5 Changed ioqueue to allow simultaneous operations on the same key by Benny Prijono · 19 years ago
  56. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  57. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  58. 0a749f1 initial import by Benny Prijono · 19 years ago