1. fe3bf0e Re #1068 (misc): fixed error in cross compiling Mingw on a Linux box (thanks Atik Khan for the report) by Benny Prijono · 14 years ago
  2. 5bbebc0 Misc fixes (re #1068): fixed aconfigure to handle the case where ifaddrs.h is present but the functions are not available, as reported to happen with uClibc (thanks Jones Desougi for the patch) by Benny Prijono · 14 years ago
  3. b18e950 Misc fix (re #1068): set default alignment in the configure script to 8 bytes on Sparc (thanks David Coppa for the patch) by Benny Prijono · 14 years ago
  4. 2d1f1b6 Re #1050: fixed aconfigure error caused by iPhone merging by Benny Prijono · 14 years ago
  5. 7920fb2 Merge #1050, #1052, #1053, #1054 into the main trunk. by Sauw Ming · 14 years ago
  6. 8ec5eae Support for iPhone tools in the build system: by Benny Prijono · 14 years ago
  7. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  8. 46bd084 More ticket #1009: Initial support for IPP on Mac by Benny Prijono · 15 years ago
  9. 3965f19 Ticket #1009: Support for IPP 6.1 on Linux by Benny Prijono · 15 years ago
  10. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  11. a1aec0e Initial fixes for #993 (OpenSolaris issues) by Benny Prijono · 15 years ago
  12. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  13. d523370 Initial OpenBSD fixes (#994): by Benny Prijono · 15 years ago
  14. 9c7616f Ticket #957: Updated PJSIP_HAS_TLS_TRANSPORT default value to refer to PJ_HAS_SSL_SOCK. by Nanang Izzuddin · 15 years ago
  15. ea6d3c4 Ticket #957: by Nanang Izzuddin · 15 years ago
  16. 1d61ba5 More ticket #972: fixed compilation error on Linux due to the last introduction ot PJ_TCP_NODELAY. Everyone needs to re-run configure though (thanks Dan Arrhenius for the report) by Benny Prijono · 15 years ago
  17. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  18. e274613 Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options by Benny Prijono · 16 years ago
  19. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  20. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  21. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  22. 37fc9de Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm.h> is not included) by Benny Prijono · 16 years ago
  23. ebb2c33 Ticket #463: Configuration option to have external sound device implementation by Benny Prijono · 16 years ago
  24. a9948e6 Fixed autoconf configure warning when detecting mswsock.h on Mingw by Benny Prijono · 17 years ago
  25. 188ba7e Fixed autoconf configure warning when detecting net/if.h on MacOS X by Benny Prijono · 17 years ago
  26. 71f657d More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence by Benny Prijono · 17 years ago
  27. 0b46232 Ticket #511: Add --disable-oss option to disable OSS in configure script by Benny Prijono · 17 years ago
  28. 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
  29. 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
  30. 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
  31. 3e09167 Ticket #441: Fix endianess detection for PortAudio by Benny Prijono · 17 years ago
  32. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago
  33. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  34. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  35. 550a1a6 Ticket #398: support for libsamplerate in the autoconf+Makefile by Benny Prijono · 17 years ago
  36. 53847a3 Updated ./configure to handle Mingw problem with mount directories (thanks Lafras Henning) by Benny Prijono · 17 years ago
  37. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  38. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  39. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  40. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  41. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  42. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  43. 1248311 Ticket #168: Added some variables in build.mak that can be used by application in its makefile by Benny Prijono · 18 years ago
  44. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  45. ce1db76 Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option) by Benny Prijono · 18 years ago
  46. f63a255 Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS stuffs) by Benny Prijono · 18 years ago
  47. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  48. 7e0d75f Added TLS support in Makefiles (see ticket #3) by Benny Prijono · 18 years ago
  49. 39ae2da Updated PortAudio to latest version for Mac by Benny Prijono · 18 years ago
  50. d145982 Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet] by Benny Prijono · 18 years ago
  51. 5b818b2 Fixed incorrect cross compilation settings with the autoconf script. by Benny Prijono · 18 years ago
  52. c1fe23d Set default CFLAGS in configure to -O2 -DNDEBUG by Benny Prijono · 18 years ago
  53. 1d97162 Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD) by Benny Prijono · 18 years ago
  54. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  55. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  56. 30f85c6 Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, some dont) by Benny Prijono · 18 years ago
  57. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  58. a9b372a Added initial implementation of autoconf script (aconfigure) by Benny Prijono · 18 years ago