| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sockadapt layer from the VMS build. | Craig A. Berry | 2011-09-03 | 2 | -26/+22 |
* | Support gcc-4.x on HP-UX PA-RISC/64 | H.Merijn Brand | 2011-08-04 | 1 | -4/+10 |
* | 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 |
* | 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 | 2 | -2/+9 |
* | 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 | 2 | -327/+327 |
* | 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 |
* | 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 | 2 | -7/+7 |
* | 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 |
* | Unit tests for Socket::getaddrinfo() and Socket::getnameinfo() | Paul "LeoNerd" Evans | 2011-01-03 | 2 | -0/+156 |
* | Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const... | Paul "LeoNerd" Evans | 2011-01-03 | 3 | -0/+216 |
* | 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 |
* | 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 | 2 | -0/+19 |
* | [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 | 3 | -1/+97 |
* | In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*. | Nicholas Clark | 2010-10-25 | 1 | -9/+5 |
* | Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 2 | -8/+1 |
* | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error. | Nicholas Clark | 2010-10-21 | 2 | -9/+4 |
* | Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally. | Nicholas Clark | 2010-10-19 | 1 | -1/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Fix perl build problems on Stratus VOS | Paul Green | 2010-10-03 | 1 | -12/+37 |
* | Add support for more TCP_ constants to Socket | Salvador Fandino | 2010-06-15 | 2 | -2/+17 |
* | bump version on modules changed since 5.13.0 | Ricardo Signes | 2010-05-20 | 1 | -1/+1 |
* | 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 |
* | 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 | 2 | -2/+3 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 3 | -8/+8 |
* | error 1539: Cannot do arithmetic with pointers to objects of unknown size. | H.Merijn Brand | 2009-09-09 | 1 | -2/+2 |
* | Revert Socket.t permissions to 644 after 89904c08923161afd23c629d5c2c7472a09c... | Vincent Pit | 2009-08-31 | 1 | -0/+0 |
* | Fix unpack of abstract socket addrs with nul byte | Lubomir Rintel | 2009-08-31 | 2 | -9/+13 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 2 | -4/+0 |
* | Bump version of Socket.pm | Rafael Garcia-Suarez | 2009-08-26 | 1 | -1/+1 |
* | Add support for Abstract namespace sockets | Lubomir Rintel | 2009-08-26 | 2 | -6/+27 |
* | bump versions of non-dual-life modules that | David Mitchell | 2009-07-03 | 1 | -1/+1 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Fix declaration-after-statement in ext/Socket/Socket.xs | Andy Dougherty | 2009-04-09 | 1 | -1/+2 |
* | Also skip test 20 in t/Socket.t when no IPv6 is available | Vincent Pit | 2009-03-27 | 1 | -2/+1 |