1. 09b1082 Re #1559: Removed unnecessary assertion from sock_bsd's pj_sock_recvfrom() implementation. by Sauw Ming · 12 years ago
  2. 0915030 Fixed #1538: Suppress SIGPIPE for broken TCP connection on Linux (thanks Mike Evans for the suggestion) by Benny Prijono · 12 years ago
  3. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  4. a4b628f Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS by Sauw Ming · 13 years ago
  5. e2c3501 Re #1221: Fixed wrong reference to the socket variable. by Sauw Ming · 13 years ago
  6. 446ba13 Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of in the SIP transport. by Sauw Ming · 14 years ago
  7. d9d2f5e Fixed #1221: Crash when SIP transport tried to write to a broken pipe. by Sauw Ming · 14 years ago
  8. a61c43d Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP transport to stop working by Benny Prijono · 14 years ago
  9. be3771a Closed ticket #1107: iOS4 background feature by Sauw Ming · 14 years ago
  10. d39818b Fixed #1104: Append ".local" to the system's hostname in IOS 4. by Sauw Ming · 14 years ago
  11. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  12. 78531d7 More ticket #972: SOL_UDP is not set properly on Linux by Benny Prijono · 15 years ago
  13. 72748d0 More ticket #972: compilation problem with IPPROTO_IPV6 constant (thanks Robert Cichielo for the report) by Benny Prijono · 15 years ago
  14. db04cd5 Ticket #972: setsockopt compatibility problems on Windows (thanks Yann and John Ridges for the reports) by Benny Prijono · 15 years ago
  15. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  16. a199cb7 Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6 by Benny Prijono · 16 years ago
  17. 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
  18. 513d135 Fixed ticket #644 and #648: incorrect muticast related socket constant names, missing ws2tcpip.h include causing build error on Mingw, and error building on Visual Studio 6 due to PJ_SOCK_HAS_GETADDRINFO being declared accidentally. by Benny Prijono · 16 years ago
  19. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  20. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  21. ab872f2 Fixed bug in IPv6 address to string conversion on WinCE by Benny Prijono · 17 years ago
  22. 5f55a1f Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() is called with larger addrlen by Benny Prijono · 17 years ago
  23. 62b86eb More ticket #415: more IPv6 and some reorganization of the source codes by Benny Prijono · 17 years ago
  24. 444ef3f Ticket #419: initial support for DNS AAAA resolution by Benny Prijono · 17 years ago
  25. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  26. 0de9e2b Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or IPPROTO_TCP (thanks Jim Gomes) by Benny Prijono · 17 years ago
  27. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  28. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  29. 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
  30. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  31. 57dc48b In relation to ticket #49: fix support for recv() flags such as PJ_MSG_PEEK and PJ_MSG_OOB etc by Benny Prijono · 18 years ago
  32. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  33. 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
  34. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  35. 7a4cf15 Added pj_inet_addr2() by Benny Prijono · 19 years ago
  36. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  37. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  38. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  39. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  40. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  41. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  42. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  43. ce931fd Fixed error with inet_ntoa() by Benny Prijono · 19 years ago
  44. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  45. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago
  46. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  47. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  48. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  49. 0a749f1 initial import by Benny Prijono · 19 years ago