This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wrap some IPv6 sockopt constants and ipv6_mreq structure
[perl5.git] / ext / Socket / Socket.xs
2011-10-24 Paul \"LeoNerd\... Wrap some IPv6 sockopt constants and ipv6_mreq structure
2011-09-03 Craig A. BerryRemove sockadapt layer from the VMS build.
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-08 Paul LeoNerd EvansMinor bugfixes to Socket::getaddrinfo
2011-01-29 Paul "LeoNerd" EvansReindent recent IPv6/getaddrinfo code consistently...
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" 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-25 Paul Evans[PATCH 1/3] Implement Socket::pack_sockaddr_in6() and...
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-03 Paul GreenFix perl build problems on Stratus VOS
2010-04-24 Nicholas ClarkIn Socket.xs, convert 3 croak()s to use %s and a consta...
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 Lubomir RintelFix unpack of abstract socket addrs with nul byte
2009-08-26 Lubomir RintelAdd support for Abstract namespace sockets
2009-04-09 Andy DoughertyFix declaration-after-statement in ext/Socket/Socket.xs
2009-03-27 Steve PetersAdd inet_pton() and inet_ntop() to Socket.
2007-12-22 Robin Barkerext/ consting
2007-05-04 kan@dcit.cz[perl #42844] careless use of gethostbyname() in Socket.xs
2006-04-16 Nicholas ClarkCoverity is flagging a potential problem because it...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2004-03-17 Robin Barkerformat/casting/warning RE: perl 5.9.1
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-07 Philip NewtonRe: maint @ 20537
2003-05-19 Jarkko HietaniemiMore Ultrix double definition avoidance.
2003-05-19 Jarkko HietaniemiUltrix: the #19435 helped the IO extension, so this...
2003-03-29 Jarkko HietaniemiIRIX 5.3 can have PF_LINK defined to be AF_LINK but
2002-03-10 Jarkko HietaniemiMisc tiny tweaks from Sarathy, good for threaded builds.
2002-03-04 Nicholas Clark(was Re: [PATCH @13746] h2xs)
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
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 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-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
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 #10402 didn't take. Weird.
2001-03-30 Radu GreabRe: [ID 20010215.006] Bad arg length for Socket::unpack...
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-02-16 Jarkko HietaniemiFcntl: more O_ constants, move SEEK_ to @EXPORT_OK
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-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-14 Jarkko Hietaniemiadd files and tweaks needed for MPE/iX port (via PM)
1998-07-12 Gurusamy Sarathysmall tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1998-07-10 Gurusamy Sarathyinet_aton() should do DNS lookup only if arg isn't...
1998-06-18 Les Petershand apply whitespace-mutiliated and reversed patch
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
1998-04-02 Andy DoughertyConfig_63-04-05.diff
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Trevor Blackwell[win32] maintpatch
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-04-24 Chip SalzenbergDon't core dump if my_inet_aton() get a NULL
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_12 to...
1996-12-19 Spider BoardmanLong-standing problem in Socket module
1996-07-25 Perl 5 PortersCorrect CODE block declaration
1996-01-08 Perl 5 PortersUse unsigned shorts for ports.
1995-12-02 Andy DoughertyThis is patch.2b1d to perl5.002beta1.
1995-11-20 Larry Wall5.002 beta 1
1995-10-31 Andy DoughertyThis is my patch patch.1n for perl5.001. perl-5.001n
1994-10-17 Larry Wallperl 5.000 perl-5.000