| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 3 | -3/+78 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+1 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -1/+1 |
* | Add additional SUSV3 constants to Socket for use with setsockopt() | Steve Peters | 2007-07-10 | 2 | -2/+16 |
* | [perl #42844] careless use of gethostbyname() in Socket.xs | kan@dcit.cz | 2007-05-04 | 2 | -2/+3 |
* | Only use proxy constant subroutines for 5.9.x. | Nicholas Clark | 2007-03-21 | 1 | -1/+1 |
* | socketpair.t was written in 2001. At that time, Test::More got confused | Nicholas Clark | 2007-01-09 | 1 | -3/+5 |
* | Make use of $Config{d_pseudofork} in a couple of core tests | Steve Hay | 2006-12-07 | 1 | -5/+2 |
* | Coverity is flagging a potential problem because it sees a check for | Nicholas Clark | 2006-04-16 | 1 | -4/+1 |
* | Allow IPPROTO_ICMP and IPPROTO_UDP to be exported. | Gisle Aas | 2006-01-18 | 1 | -0/+3 |
* | Use the IPPROTO_TCP constant instead of 6. | Gisle Aas | 2006-01-18 | 1 | -3/+3 |
* | Make sure the most common IPPROTO_* constants are always available. | Gisle Aas | 2006-01-18 | 1 | -1/+4 |
* | $Socket::VERSION++; # You always miss one. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Use inlineable proxy constant subs for Socket | Nicholas Clark | 2005-12-23 | 1 | -0/+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 |
* | 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 |
* | Add support for Linux abstract unix domain sockets to Socket.pm. | Rafael Garcia-Suarez | 2003-10-15 | 2 | -10/+33 |
* | Ultrix tweaks: <string.h> must not be included twice | Jarkko Hietaniemi | 2003-08-27 | 1 | -1/+1 |
* | XS contents changes versus VERSION non-changes. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | Re: maint @ 20537 | Philip Newton | 2003-08-07 | 1 | -3/+3 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 2 | -0/+0 |