summaryrefslogtreecommitdiff
path: root/ext/Socket
Commit message (Expand)AuthorAgeFilesLines
* OS/390 seems to do length 0 udp reads, Nicholas saysJarkko Hietaniemi2002-01-291-1/+5
* Save $! so that other syscalls don't disturb it before Nick Ing-Simmons2002-01-251-4/+11
* Except Win32 from echo tests. (Alarm does not break into connect)Nick Ing-Simmons2002-01-231-2/+3
* Try to make the connect/read/write timeouting.Jarkko Hietaniemi2002-01-181-9/+39
* 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-153-2/+36
* Re: HiResH.Merijn Brand2002-01-131-1/+1
* Win32-ize socketpair testNick Ing-Simmons2002-01-121-3/+13
* Also UNICOS/mk has deviant socketpair().Jarkko Hietaniemi2002-01-051-1/+2
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-6/+36
* [better PATCH] Re: Low-lights of Win32 / bleadperlNicholas Clark2002-01-011-2/+2
* socketpair tweaks from Nicholas Clark.Jarkko Hietaniemi2001-12-291-2/+2
* because (sys)?read doesn't reset buffersNicholas Clark2001-12-271-0/+7
* Re: socketpair emulationNicholas Clark2001-12-271-1/+3
* Re: socketpair emulation Nicholas Clark2001-12-241-5/+25
* socketpair emulationNicholas Clark2001-12-231-0/+144
* More Socket constants.Jarkko Hietaniemi2001-11-302-18/+76
* [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
* Documentation tweaks; think the IP address as an opaque string.Jarkko Hietaniemi2001-09-091-23/+25
* The Socket tests were wrong: they were assuming too much.Jarkko Hietaniemi2001-09-093-30/+79
* 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-072-36/+49
* 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-052-2/+4
* 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
* Added test for pack_addr_in and unpack_addr_inArtur Bergman2001-08-291-3/+8
* Added three tests to test inet_ntoa/inet_aton and *packaddr*Artur Bergman2001-08-291-1/+12
* Re: [PATCH] Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-181-0/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+87
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+5
* Re: perl@10611 Nicholas Clark2001-06-161-1477/+2
* Re: perl@10611 Nicholas Clark2001-06-161-0/+40
* MULTIPLICITY fix for Socket.xsNick Ing-Simmons2001-06-151-24/+25
* INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONENicholas Clark2001-06-152-208/+214
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-6/+6
* The .pm changes to go with #10428.Jarkko Hietaniemi2001-06-041-5/+5
* 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
* more pod patchesMichael Stevens2001-03-161-1/+1
* add SO_REUSEPORT to export list in Socket.pm for better multicast support (re...Jeremy D. Zawodny2001-01-101-0/+1
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-2/+2
* integrate cfgperl changes#6224..6229 into mainlineGurusamy Sarathy2000-07-111-110/+0
* Fix for one of the problems in RC1 reported by M. E. O'NeillJarkko Hietaniemi2000-03-141-0/+4
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-2/+4
* Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-162-1/+131