This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The debugging aid #19182 didn't.
[perl5.git] / ext / Socket /
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...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-02-16 Jarkko HietaniemiFcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-09 Charles BaileyResync with mainline
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-08-29 Jarkko HietaniemiConditionally socksify the LIBS of Socket.
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-04 Jarkko HietaniemiMiscellaneus AIX fixes + SOCKS support.
1999-05-30 Ilya ZakharevichOS/2 socket fixes.
1999-05-15 Nick Ing-SimmonsMingw32 + w32api-0.1.5 tweaks
1999-05-11 Jarkko HietaniemiAdd I_NETINET_TCP to help change #3391.
1999-05-11 Joshua PritikinSocket IPPROTO_TCP [PATCH 5.005_5x]
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1998-12-22 Jarkko HietaniemiAdd few MSG_ and uio constants.
1998-11-30 Jarkko Hietaniemis/SCM_CREDENTIALSS/SCM_CREDENTIAL/
1998-11-22 Jarkko HietaniemiChange#2284 aid: allow also for plain old MSG_ and...
1998-11-22 Jarkko HietaniemiMSG_PROXY for GNU/Hurd (previously we believed that
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
next