This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Changes for threads::shared to all building with g++.
[perl5.git] / ext / Socket /
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.
2002-03-25 Norton T. AllenTODO for QNX6
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Nicholas ClarkRe: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046...
2002-03-10 Jarkko HietaniemiMisc tiny tweaks from Sarathy, good for threaded builds.
2002-03-10 Jarkko HietaniemiPrecedence problem.
2002-03-09 Mattia Barbonsocketpair.t w/o fork
2002-03-04 Nicholas Clark(was Re: [PATCH @13746] h2xs)
2002-02-11 Ilya ZakharevichOS/2 build
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-29 Jarkko HietaniemiOS/390 seems to do length 0 udp reads, Nicholas says
2002-01-25 Nick Ing-SimmonsSave $! so that other syscalls don't disturb it before
2002-01-23 Nick Ing-SimmonsExcept Win32 from echo tests. (Alarm does not break...
2002-01-18 Jarkko HietaniemiTry to make the connect/read/write timeouting.
2002-01-16 Nick Ing-Simmonsoffsetof() is in <stddef.h>
2002-01-16 Jarkko Hietaniemis/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
2002-01-15 Gisle AasSocket::sockaddr_family
2002-01-13 H.Merijn BrandRe: HiRes
2002-01-12 Nick Ing-SimmonsWin32-ize socketpair test
2002-01-05 Jarkko HietaniemiAlso UNICOS/mk has deviant socketpair().
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-01 Nicholas Clark[better PATCH] Re: Low-lights of Win32 / bleadperl
2001-12-29 Jarkko Hietaniemisocketpair tweaks from Nicholas Clark.
2001-12-27 Nicholas Clarkbecause (sys)?read doesn't reset buffers
2001-12-27 Nicholas ClarkRe: socketpair emulation
2001-12-24 Nicholas ClarkRe: socketpair emulation
2001-12-23 Nicholas Clarksocketpair emulation
2001-11-30 Jarkko HietaniemiMore Socket constants.
2001-11-27 Bob Dalgleish[ID 20011126.148] Socket::inet_aton() incorrectly accep...
2001-11-25 Craig A. BerrySocket::my_inet_aton() tweak
2001-09-09 Jarkko HietaniemiDocumentation tweaks; think the IP address as an opaque...
2001-09-09 Jarkko HietaniemiThe Socket tests were wrong: they were assuming too...
2001-09-08 Jarkko HietaniemiRetract the portability changes since they
2001-09-08 Jarkko HietaniemiStill more Socket portability tweaking.
2001-09-08 Jarkko HietaniemiMore portability kicking on inet_ntoa().
2001-09-07 Jarkko HietaniemiTry to make Socket::inet_ntoa() more robust.
2001-09-06 Jarkko HietaniemiDocument the bad assumptions currently breaking
2001-09-05 Jarkko HietaniemiFix a typo #11889 and add a test for the same.
2001-09-05 Jarkko Hietaniemiinet_ntoa() tweaks:
2001-08-29 Artur BergmanGCC on HP-UX 11 with 64bit support breaks inet_ntoa
2001-08-29 Artur BergmanAdded test for pack_addr_in and unpack_addr_in
2001-08-29 Artur BergmanAdded three tests to test inet_ntoa/inet_aton and ...
2001-06-18 Nicholas ClarkRe: [PATCH] Re: [PATCH] Re: perl@10611
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Nicholas ClarkRe: perl@10611
2001-06-16 Nicholas ClarkRe: perl@10611
2001-06-15 Nick Ing-SimmonsMULTIPLICITY fix for Socket.xs
2001-06-15 Doug MacEachernRe: perl@10611
2001-06-15 Nicholas ClarkINADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-06-04 Jarkko HietaniemiThe .pm changes to go with #10428.
2001-06-04 Jarkko HietaniemiThe #10402 didn't take. Weird.
2001-03-30 Radu GreabRe: [ID 20010215.006] Bad arg length for Socket::unpack...
2001-03-16 Michael Stevensmore pod patches
2001-01-24 Charles BaileySYN SYN
2001-01-10 Jeremy D. Zawodnyadd SO_REUSEPORT to export list in Socket.pm for better...
2000-10-20 Charles BaileySYN SYN
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6224..6229 into mainline
2000-06-23 Doug MacEachern[PATCH] remove forward declarations in Socket.pm
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-14 Jarkko HietaniemiFix for one of the problems in RC1 reported by M. E...
next