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