| Commit message (Expand) | Author | Age | Files | Lines |
* | A clearer layout for the fall-through logic of Socket::inet_aton() | Nicholas Clark | 2011-03-06 | 1 | -6/+10 |
* | In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn() | Nicholas Clark | 2011-03-06 | 1 | -3/+1 |
* | Minor bugfixes to Socket::getaddrinfo | Paul LeoNerd Evans | 2011-02-08 | 1 | -0/+1 |
* | Reindent recent IPv6/getaddrinfo code consistently with the rest of the files | Paul "LeoNerd" Evans | 2011-01-29 | 1 | -147/+147 |
* | Use Zero() rather than rely on C99 struct initialiser behaviour | Paul "LeoNerd" Evans | 2011-01-04 | 1 | -1/+3 |
* | Give a warning if pack_sockaddr_in6 is asked to pack a non-zero scope_id on m... | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+4 |
* | Use HAS_SIN6_SCOPE_ID rather than glibc version testing | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -5/+5 |
* | Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const... | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+189 |
* | Conditionally set sa_len-type fields when packing sockaddr addresses | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+9 |
* | [perl #80674] Fix compilation with very old versions of glibc | David Leadbeater | 2010-12-16 | 1 | -0/+6 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -1/+1 |
* | Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6() | Paul "LeoNerd" Evans | 2010-11-25 | 1 | -0/+58 |
* | In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*. | Nicholas Clark | 2010-10-25 | 1 | -9/+5 |
* | Fix perl build problems on Stratus VOS | Paul Green | 2010-10-03 | 1 | -12/+37 |
* | In Socket.xs, convert 3 croak()s to use %s and a constant string for the name. | Nicholas Clark | 2010-04-24 | 1 | -3/+4 |
* | Make the new Socket implementation of inet_pton consistent with the existing ... | Jesse Vincent | 2010-02-17 | 1 | -1/+2 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -6/+6 |
* | error 1539: Cannot do arithmetic with pointers to objects of unknown size. | H.Merijn Brand | 2009-09-09 | 1 | -2/+2 |
* | Fix unpack of abstract socket addrs with nul byte | Lubomir Rintel | 2009-08-31 | 1 | -8/+12 |
* | Add support for Abstract namespace sockets | Lubomir Rintel | 2009-08-26 | 1 | -1/+12 |
* | Fix declaration-after-statement in ext/Socket/Socket.xs | Andy Dougherty | 2009-04-09 | 1 | -1/+2 |
* | Add inet_pton() and inet_ntop() to Socket. | Steve Peters | 2009-03-26 | 1 | -0/+50 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -1/+1 |
* | [perl #42844] careless use of gethostbyname() in Socket.xs | kan@dcit.cz | 2007-05-04 | 1 | -1/+2 |
* | Coverity is flagging a potential problem because it sees a check for | Nicholas Clark | 2006-04-16 | 1 | -4/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | format/casting/warning RE: perl 5.9.1 | Robin Barker | 2004-03-17 | 1 | -1/+1 |
* | Add support for Linux abstract unix domain sockets to Socket.pm. | Rafael Garcia-Suarez | 2003-10-15 | 1 | -9/+14 |
* | Ultrix tweaks: <string.h> must not be included twice | Jarkko Hietaniemi | 2003-08-27 | 1 | -1/+1 |
* | Re: maint @ 20537 | Philip Newton | 2003-08-07 | 1 | -3/+3 |
* | More Ultrix double definition avoidance. | Jarkko Hietaniemi | 2003-05-19 | 1 | -2/+4 |
* | Ultrix: the #19435 helped the IO extension, so this should | Jarkko Hietaniemi | 2003-05-19 | 1 | -1/+3 |
* | IRIX 5.3 can have PF_LINK defined to be AF_LINK but | Jarkko Hietaniemi | 2003-03-29 | 1 | -0/+3 |
* | Misc tiny tweaks from Sarathy, good for threaded builds. | Jarkko Hietaniemi | 2002-03-10 | 1 | -2/+3 |
* | (was Re: [PATCH @13746] h2xs) | Nicholas Clark | 2002-03-04 | 1 | -2/+2 |
* | offsetof() is in <stddef.h> | Nick Ing-Simmons | 2002-01-16 | 1 | -0/+2 |
* | s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. | Jarkko Hietaniemi | 2002-01-16 | 1 | -5/+5 |
* | Socket::sockaddr_family | Gisle Aas | 2002-01-15 | 1 | -0/+14 |
* | [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string | Bob Dalgleish | 2001-11-27 | 1 | -1/+4 |
* | Socket::my_inet_aton() tweak | Craig A. Berry | 2001-11-25 | 1 | -1/+1 |
* | The Socket tests were wrong: they were assuming too much. | Jarkko Hietaniemi | 2001-09-09 | 1 | -22/+66 |
* | Retract the portability changes since they | Jarkko Hietaniemi | 2001-09-08 | 1 | -81/+18 |
* | Still more Socket portability tweaking. | Jarkko Hietaniemi | 2001-09-08 | 1 | -53/+68 |
* | More portability kicking on inet_ntoa(). | Jarkko Hietaniemi | 2001-09-08 | 1 | -9/+17 |
* | Try to make Socket::inet_ntoa() more robust. | Jarkko Hietaniemi | 2001-09-07 | 1 | -32/+45 |
* | Document the bad assumptions currently breaking | Jarkko Hietaniemi | 2001-09-06 | 1 | -0/+27 |
* | Fix a typo #11889 and add a test for the same. | Jarkko Hietaniemi | 2001-09-05 | 1 | -1/+1 |
* | inet_ntoa() tweaks: | Jarkko Hietaniemi | 2001-09-05 | 1 | -6/+14 |
* | GCC on HP-UX 11 with 64bit support breaks inet_ntoa | Artur Bergman | 2001-08-29 | 1 | -1/+6 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+5 |