This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pumpkin.pod: Add L<> around html link
[perl5.git] / ext / Socket /
2011-03-06 Nicholas ClarkA clearer layout for the fall-through logic of Socket...
2011-03-06 Nicholas ClarkIn inet_aton(), use newSVpvn_flags() instead of sv_newm...
2011-02-16 Nicholas ClarkDelete subroutines Socket::fake_get{addr,name}info...
2011-02-08 Paul LeoNerd EvansMinor bugfixes to Socket::getaddrinfo
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-01-29 Paul "LeoNerd" EvansReindent recent IPv6/getaddrinfo code consistently...
2011-01-29 Larwan BerkeMove IN6ADDR_ANY and IN6ADDR_LOOPBACK to @EXPORT_OK...
2011-01-20 Jesse VincentVersion bumps for Socket non-dual-life modules identifi...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2011-01-05 Paul "LeoNerd" EvansSupport emulation of AI_NUMERICSERV even though it...
2011-01-04 Paul "LeoNerd" EvansUse Zero() rather than rely on C99 struct initialiser...
2011-01-03 Paul "LeoNerd" EvansGive a warning if pack_sockaddr_in6 is asked to pack...
2011-01-03 Paul "LeoNerd" EvansUse HAS_SIN6_SCOPE_ID rather than glibc version testing
2011-01-03 Paul "LeoNerd" EvansBugfix to Socket.pm 's GAI fallback constants - use...
2011-01-03 Paul "LeoNerd" EvansMake Socket.pm 'use strict' clean
2011-01-03 Paul "LeoNerd" EvansProvide fallback implementation of getaddrinfo and...
2011-01-03 Paul "LeoNerd" EvansInitial documentation of getaddrinfo and getnameinfo...
2011-01-03 Paul "LeoNerd" EvansUnit tests for Socket::getaddrinfo() and Socket::getnam...
2011-01-03 Paul "LeoNerd" EvansImplement Socket::getaddrinfo() and Socket::getnameinfo...
2011-01-03 Paul "LeoNerd" EvansConditionally set sa_len-type fields when packing socka...
2010-12-17 David Leadbeater[perl #80674] Fix compilation with very old versions...
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-27 Father ChrysostomosIncrease Socket.pm’s version
2010-11-25 Paul Evans[PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADD...
2010-11-25 Paul Evans[PATCH 2/3] Implement sockaddr_in6 wrapper
2010-11-25 Paul Evans[PATCH 1/3] Implement Socket::pack_sockaddr_in6() and...
2010-11-25 Paul "LeoNerd" EvansProvide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK
2010-11-25 Paul "LeoNerd" EvansImplement sockaddr_in6 wrapper
2010-11-25 Paul "LeoNerd" EvansImplement Socket::pack_sockaddr_in6() and unpack_sockad...
2010-10-25 Nicholas ClarkIn Socket::inet_ntoa(), use Perl_newSVpvf(), instead...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo and Socket...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-19 Nicholas ClarkFcntl, POSIX and Socket can all use Proxy Constant...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-10-03 Paul GreenFix perl build problems on Stratus VOS
2010-06-15 Salvador FandinoAdd support for more TCP_ constants to Socket
2010-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-04-24 Nicholas ClarkIn Socket.xs, convert 3 croak()s to use %s and a consta...
2010-03-25 Jesse VincentDowngrade Socket.pm's new inet_ntop and inet_pton to...
2010-02-17 Jesse VincentMake the new Socket implementation of inet_pton consist...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-09-09 H.Merijn Branderror 1539: Cannot do arithmetic with pointers to objec...
2009-08-31 Vincent PitRevert Socket.t permissions to 644 after 89904c08923161...
2009-08-31 Lubomir RintelFix unpack of abstract socket addrs with nul byte
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-26 Rafael Garcia-SuarezBump version of Socket.pm
2009-08-26 Lubomir RintelAdd support for Abstract namespace sockets
2009-07-03 David Mitchellbump versions of non-dual-life modules that
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-04-09 Andy DoughertyFix declaration-after-statement in ext/Socket/Socket.xs
2009-03-27 Vincent PitAlso skip test 20 in t/Socket.t when no IPv6 is available
2009-03-27 Rafael Garcia-SuarezAdd inet_pton and inet_ntop to the list of functions...
2009-03-27 Steve PetersWhat am I thinking? Just bump the version.
2009-03-27 Steve PetersAdd inet_pton() and inet_ntop() to Socket.
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules in ext...
2007-12-22 Robin Barkerext/ consting
2007-07-10 Steve PetersAdd additional SUSV3 constants to Socket for use with...
2007-05-04 kan@dcit.cz[perl #42844] careless use of gethostbyname() in Socket.xs
2007-03-21 Nicholas ClarkOnly use proxy constant subroutines for 5.9.x.
2007-01-09 Nicholas Clarksocketpair.t was written in 2001. At that time, Test...
2006-12-07 Steve HayMake use of $Config{d_pseudofork} in a couple of core...
2006-04-16 Nicholas ClarkCoverity is flagging a potential problem because it...
2006-01-18 Gisle AasAllow IPPROTO_ICMP and IPPROTO_UDP to be exported.
2006-01-18 Gisle AasUse the IPPROTO_TCP constant instead of 6.
2006-01-18 Gisle AasMake sure the most common IPPROTO_* constants are alway...
2006-01-12 Nicholas Clark$Socket::VERSION++; # You always miss one.
2005-12-23 Nicholas ClarkUse inlineable proxy constant subs for Socket
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2004-03-17 Robin Barkerformat/casting/warning RE: perl 5.9.1
2004-02-29 Nicholas ClarkBump Socket's version to a real floating point value
2004-02-28 Dave MitchellBump version numbers of moules affected by change ...
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2003-10-15 Rafael Garcia-SuarezAdd support for Linux abstract unix domain sockets...
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-14 Jarkko HietaniemiXS contents changes versus VERSION non-changes.
2003-08-07 Philip NewtonRe: maint @ 20537
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-07-02 Rafael Garcia-SuarezSkip a socketpair test on SCO OSR
2003-05-19 Jarkko HietaniemiMore Ultrix double definition avoidance.
2003-05-19 Jarkko HietaniemiUltrix: the #19435 helped the IO extension, so this...
2003-05-10 Jarkko HietaniemiIn eof() the errno can get stomped by the peek-ahead.
2003-05-09 Jarkko HietaniemiHave to think this test more when I'm awake.
2003-05-02 Rafael Garcia-SuarezOpenUNIX 8 support
2003-03-30 Jarkko HietaniemiEnding strings is customary (typo from #19084).
2003-03-30 Jarkko Hietaniemigethostbyname('localhost') is not that portable.
2003-03-29 Jarkko HietaniemiIRIX 5.3 can have PF_LINK defined to be AF_LINK but
2002-06-14 Jarkko HietaniemiUNICOS and UNICOS/mk are broken only on one test.
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-24 Jarkko HietaniemiUNICOS: update test status.
2002-05-19 Jarkko HietaniemiUNICOS/mk seems to still have this problem.
2002-05-16 Jarkko HietaniemiThe UDP sockpair failure seems to have magically
2002-04-11 Jarkko HietaniemiUNICOS too has sockpair issues (unsurprisingly,
2002-04-11 Jarkko HietaniemiAlso NEC SUPER-UX has buggy sockpair().
2002-04-03 Jarkko Hietanieminon-perlio robustness.
2002-03-31 Spider BoardmanBad socketpair.t can hang anywhere
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Paul GreenNeuter socketpair on Stratus VOS
2002-03-28 Jarkko Hietaniemisocketpair binmode :bytes.
next