summaryrefslogtreecommitdiff
path: root/ext/Socket/Socket.xs
Commit message (Expand)AuthorAgeFilesLines
* offsetof() is in <stddef.h>Nick Ing-Simmons2002-01-161-0/+2
* s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.Jarkko Hietaniemi2002-01-161-5/+5
* Socket::sockaddr_familyGisle Aas2002-01-151-0/+14
* [ID 20011126.148] Socket::inet_aton() incorrectly accepts null stringBob Dalgleish2001-11-271-1/+4
* Socket::my_inet_aton() tweakCraig A. Berry2001-11-251-1/+1
* The Socket tests were wrong: they were assuming too much.Jarkko Hietaniemi2001-09-091-22/+66
* Retract the portability changes since theyJarkko Hietaniemi2001-09-081-81/+18
* Still more Socket portability tweaking.Jarkko Hietaniemi2001-09-081-53/+68
* More portability kicking on inet_ntoa().Jarkko Hietaniemi2001-09-081-9/+17
* Try to make Socket::inet_ntoa() more robust.Jarkko Hietaniemi2001-09-071-32/+45
* Document the bad assumptions currently breakingJarkko Hietaniemi2001-09-061-0/+27
* Fix a typo #11889 and add a test for the same.Jarkko Hietaniemi2001-09-051-1/+1
* inet_ntoa() tweaks:Jarkko Hietaniemi2001-09-051-6/+14
* GCC on HP-UX 11 with 64bit support breaks inet_ntoaArtur Bergman2001-08-291-1/+6
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+5
* Re: perl@10611 Nicholas Clark2001-06-161-1477/+2
* MULTIPLICITY fix for Socket.xsNick Ing-Simmons2001-06-151-24/+25
* INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONENicholas Clark2001-06-151-206/+212
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-6/+6
* The #10402 didn't take. Weird.Jarkko Hietaniemi2001-06-041-510/+1214
* Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i...Radu Greab2001-03-301-1/+4
* Fix for one of the problems in RC1 reported by M. E. O'NeillJarkko Hietaniemi2000-03-141-0/+4
* Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-0/+18
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+2
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-1/+1
* Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-1/+6
* OS/2 socket fixes.Ilya Zakharevich1999-05-301-0/+25
* Add I_NETINET_TCP to help change #3391.Jarkko Hietaniemi1999-05-111-21/+22
* Socket IPPROTO_TCP [PATCH 5.005_5x]Joshua Pritikin1999-05-111-0/+38
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-9/+9
* Add few MSG_ and uio constants.Jarkko Hietaniemi1998-12-221-0/+28
* s/SCM_CREDENTIALSS/SCM_CREDENTIAL/Jarkko Hietaniemi1998-11-301-1/+1
* Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.Jarkko Hietaniemi1998-11-221-7/+7
* MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-221-6/+108
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-2/+2
* add files and tweaks needed for MPE/iX port (via PM)Jarkko Hietaniemi1998-07-141-0/+5
* small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-07-121-1/+3
* inet_aton() should do DNS lookup only if arg isn't a dotted-quadGurusamy Sarathy1998-07-101-4/+2
* hand apply whitespace-mutiliated and reversed patchLes Peters1998-06-181-1/+1
* [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-1/+4
* Config_63-04-05.diffAndy Dougherty1998-04-021-3/+15
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-1/+1
* [win32] maintpatchTrevor Blackwell1998-03-031-5/+10
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-8/+3
* Don't core dump if my_inet_aton() get a NULLChip Salzenberg1997-04-251-1/+3
* [inseparable changes from patch from perl5.003_12 to perl5.003_13]Perl 5 Porters1996-12-201-2/+120
* Correct CODE block declarationPerl 5 Porters1996-07-251-1/+1
* Use unsigned shorts for ports.Perl 5 Porters1996-01-081-3/+3
* This is patch.2b1d to perl5.002beta1.Andy Dougherty1995-12-021-0/+11
* 5.002 beta 1Larry Wall1995-11-211-8/+48