summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/sock_bsd.c
AgeCommit message (Expand)Author
2012-08-21Re #1559: Removed unnecessary assertion from sock_bsd's pj_sock_recvfrom() im...Liong Sauw Ming
2012-06-19Fixed #1538: Suppress SIGPIPE for broken TCP connection on Linux (thanks Mike...Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-26Fixed #1246: Use CFHost for pj_getaddrinfo() on iOSLiong Sauw Ming
2011-03-31Re #1221: Fixed wrong reference to the socket variable.Liong Sauw Ming
2011-03-23Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of...Liong Sauw Ming
2011-03-23Fixed #1221: Crash when SIP transport tried to write to a broken pipe.Liong Sauw Ming
2011-01-21Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP trans...Benny Prijono
2010-08-27Closed ticket #1107: iOS4 background featureLiong Sauw Ming
2010-07-15Fixed #1104: Append ".local" to the system's hostname in IOS 4.Liong Sauw Ming
2009-10-25Initial commit for ticket #950: QoS support:Benny Prijono
2009-10-24More ticket #972: SOL_UDP is not set properly on LinuxBenny Prijono
2009-10-20More ticket #972: compilation problem with IPPROTO_IPV6 constant (thanks Robe...Benny Prijono
2009-10-15Ticket #972: setsockopt compatibility problems on Windows (thanks Yann and Jo...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-19Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6Benny Prijono
2008-09-27Fixed ticket #644 and 648 again (hopefully once and for all): build error on ...Benny Prijono
2008-09-27Fixed ticket #644 and #648: incorrect muticast related socket constant names,...Benny Prijono
2008-09-16Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for t...Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-01-04Fixed bug in IPv6 address to string conversion on WinCEBenny Prijono
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ...Benny Prijono
2007-12-01More ticket #415: more IPv6 and some reorganization of the source codesBenny Prijono
2007-11-20Ticket #419: initial support for DNS AAAA resolutionBenny Prijono
2007-11-18Ticket #415: implement IPv6 support in PJLIBBenny Prijono
2007-10-21Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or IPPROTO_T...Benny Prijono
2007-05-25Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is setBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-01Implement ticket #83: socket TOS abstractionBenny Prijono
2006-12-25In relation to ticket #49: fix support for recv() flags such as PJ_MSG_PEEK a...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-28Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed,...Benny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-03-22Added pj_inet_addr2()Benny Prijono
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono
2006-02-08Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabledBenny Prijono
2006-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-11-21Set svn:eol-style for all filesBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-06Fixed error with inet_ntoa()Benny Prijono
2005-11-06Tested new ioqueue framework on Linux with select and epollBenny Prijono
2005-11-06Put common ioqueue functionalities in separate file to be used by both select...Benny Prijono
2005-11-02Final commit before 0.3-pre3Benny Prijono
2005-11-01Just changing keyword expansionBenny Prijono
2005-11-01Added suppor /and fix things for SunOS portBenny Prijono
2005-10-31initial importBenny Prijono