| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare Socket.pm for dual-life | Paul \"LeoNerd\" Evans | 2011-12-01 | 1 | -832/+0 |
* | Fixups for older Perl versions: | Paul \"LeoNerd\" Evans | 2011-12-01 | 1 | -1/+1 |
* | Version bumpsif-0.0602 | Father Chrysostomos | 2011-11-22 | 1 | -1/+1 |
* | Wrap some IPv6 sockopt constants and ipv6_mreq structure | Paul \"LeoNerd\" Evans | 2011-10-24 | 1 | -1/+29 |
* | Remove sockadapt layer from the VMS build. | Craig A. Berry | 2011-09-03 | 1 | -1/+1 |
* | Delete subroutines Socket::fake_get{addr,name}info if they are not used. | Nicholas Clark | 2011-02-16 | 1 | -1/+6 |
* | Minor bugfixes to Socket::getaddrinfo | Paul LeoNerd Evans | 2011-02-08 | 1 | -2/+8 |
* | Bump versions of modules changed since the last blead release (found by | Jesse Vincent | 2011-02-01 | 1 | -1/+1 |
* | Reindent recent IPv6/getaddrinfo code consistently with the rest of the files | Paul "LeoNerd" Evans | 2011-01-29 | 1 | -180/+180 |
* | Move IN6ADDR_ANY and IN6ADDR_LOOPBACK to @EXPORT_OK in Socket.pm, requested b... | Larwan Berke | 2011-01-29 | 1 | -1/+5 |
* | Version bumps for Socket non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Support emulation of AI_NUMERICSERV even though it's not strictly RFC 2553, b... | Paul "LeoNerd" Evans | 2011-01-05 | 1 | -0/+5 |
* | Bugfix to Socket.pm 's GAI fallback constants - use $name rather than $_ | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -1/+1 |
* | Make Socket.pm 'use strict' clean | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -2/+4 |
* | Provide fallback implementation of getaddrinfo and getnameinfo in pure perl i... | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+200 |
* | Initial documentation of getaddrinfo and getnameinfo functions | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+77 |
* | Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const... | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+23 |
* | Increase Socket.pm’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK | Paul Evans | 2010-11-25 | 1 | -0/+11 |
* | [PATCH 2/3] Implement sockaddr_in6 wrapper | Paul Evans | 2010-11-25 | 1 | -1/+20 |
* | [PATCH 1/3] Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6() | Paul Evans | 2010-11-25 | 1 | -0/+16 |
* | Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 1 | -7/+0 |
* | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error. | Nicholas Clark | 2010-10-21 | 1 | -7/+2 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Add support for more TCP_ constants to Socket | Salvador Fandino | 2010-06-15 | 1 | -2/+14 |
* | bump version on modules changed since 5.13.0 | Ricardo Signes | 2010-05-20 | 1 | -1/+1 |
* | Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather | Jesse Vincent | 2010-03-25 | 1 | -2/+8 |
* | Make the new Socket implementation of inet_pton consistent with the existing ... | Jesse Vincent | 2010-02-17 | 1 | -1/+1 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -1/+1 |
* | Bump version of Socket.pm | Rafael Garcia-Suarez | 2009-08-26 | 1 | -1/+1 |
* | bump versions of non-dual-life modules that | David Mitchell | 2009-07-03 | 1 | -1/+1 |
* | Add inet_pton and inet_ntop to the list of functions exported by Socket | Rafael Garcia-Suarez | 2009-03-27 | 1 | -0/+1 |
* | What am I thinking? Just bump the version. | Steve Peters | 2009-03-26 | 1 | -1/+1 |
* | Add inet_pton() and inet_ntop() to Socket. | Steve Peters | 2009-03-26 | 1 | -2/+17 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | Add additional SUSV3 constants to Socket for use with setsockopt() | Steve Peters | 2007-07-10 | 1 | -1/+11 |
* | [perl #42844] careless use of gethostbyname() in Socket.xs | kan@dcit.cz | 2007-05-04 | 1 | -1/+1 |
* | Allow IPPROTO_ICMP and IPPROTO_UDP to be exported. | Gisle Aas | 2006-01-18 | 1 | -0/+3 |
* | $Socket::VERSION++; # You always miss one. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Bump Socket's version to a real floating point value | Nicholas Clark | 2004-02-29 | 1 | -1/+1 |
* | Bump version numbers of moules affected by change #22258 | Dave Mitchell | 2004-02-28 | 1 | -1/+1 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -2/+2 |
* | XS contents changes versus VERSION non-changes. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | Socket::sockaddr_family | Gisle Aas | 2002-01-15 | 1 | -1/+12 |
* | More Socket constants. | Jarkko Hietaniemi | 2001-11-30 | 1 | -0/+40 |
* | Documentation tweaks; think the IP address as an opaque string. | Jarkko Hietaniemi | 2001-09-09 | 1 | -23/+25 |
* | The Socket tests were wrong: they were assuming too much. | Jarkko Hietaniemi | 2001-09-09 | 1 | -5/+10 |
* | INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE | Nicholas Clark | 2001-06-15 | 1 | -2/+2 |
* | The .pm changes to go with #10428. | Jarkko Hietaniemi | 2001-06-04 | 1 | -5/+5 |