summaryrefslogtreecommitdiff
path: root/ext/Socket
Commit message (Collapse)AuthorAgeFilesLines
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> p4raw-id: //depot/perl@22521
* Bump Socket's version to a real floating point valueNicholas Clark2004-02-291-1/+1
| | | p4raw-id: //depot/perl@22411
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-281-1/+1
| | | | | | (removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-2/+2
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Add support for Linux abstract unix domain sockets to Socket.pm.Rafael Garcia-Suarez2003-10-152-10/+33
| | | | | | Based on a idea by Alex Hudson. (Basically those are unix domain sockets whose name has a '\0' as first character.) p4raw-id: //depot/perl@21450
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-1/+1
| | | | | | | (otherwise one gets prototype conflicts between the <string.h> and proto.h because Ultrix thinks e.g. Perl_ninstr has been define in <string.h>...); and Configure misprobes some features. p4raw-id: //depot/perl@20916
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20704
* Re: maint @ 20537Philip Newton2003-08-071-3/+3
| | | | | Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com> p4raw-id: //depot/perl@20541
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-282-0/+0
| | | p4raw-id: //depot/perl@20269
* Skip a socketpair test on SCO OSRRafael Garcia-Suarez2003-07-021-1/+1
| | | p4raw-id: //depot/perl@19940
* More Ultrix double definition avoidance.Jarkko Hietaniemi2003-05-191-2/+4
| | | p4raw-id: //depot/perl@19569
* Ultrix: the #19435 helped the IO extension, so this shouldJarkko Hietaniemi2003-05-191-1/+3
| | | | | help the Socket extension (socket structs redefinitions). p4raw-id: //depot/perl@19561
* In eof() the errno can get stomped by the peek-ahead.Jarkko Hietaniemi2003-05-101-2/+1
| | | p4raw-id: //depot/perl@19470
* Have to think this test more when I'm awake.Jarkko Hietaniemi2003-05-091-1/+2
| | | p4raw-id: //depot/perl@19467
* OpenUNIX 8 supportRafael Garcia-Suarez2003-05-021-1/+2
| | | | | Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> p4raw-id: //depot/perl@19385
* Ending strings is customary (typo from #19084).Jarkko Hietaniemi2003-03-301-1/+1
| | | p4raw-id: //depot/perl@19090
* gethostbyname('localhost') is not that portable.Jarkko Hietaniemi2003-03-301-3/+8
| | | | | | | inet_aton('localhost') in IRIX 5.3 returned an undef, which in turn made pack_sockaddr_in to barf on zero length in_addr. p4raw-id: //depot/perl@19084
* IRIX 5.3 can have PF_LINK defined to be AF_LINK butJarkko Hietaniemi2003-03-291-0/+3
| | | | | not defined AF_LINK. p4raw-id: //depot/perl@19082
* UNICOS and UNICOS/mk are broken only on one test.Jarkko Hietaniemi2002-06-141-2/+3
| | | p4raw-id: //depot/perl@17230
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* UNICOS: update test status.Jarkko Hietaniemi2002-05-241-1/+2
| | | p4raw-id: //depot/perl@16774
* UNICOS/mk seems to still have this problem.Jarkko Hietaniemi2002-05-191-1/+1
| | | p4raw-id: //depot/perl@16698
* The UDP sockpair failure seems to have magicallyJarkko Hietaniemi2002-05-161-2/+1
| | | | | | disappeared from both UNICOSes. (One gets "UNEXPECTEDLY SUCCEEDED".) p4raw-id: //depot/perl@16632
* UNICOS too has sockpair issues (unsurprisingly,Jarkko Hietaniemi2002-04-111-1/+2
| | | | | since UNICOS/mk has them too) p4raw-id: //depot/perl@15869
* Also NEC SUPER-UX has buggy sockpair().Jarkko Hietaniemi2002-04-111-1/+1
| | | p4raw-id: //depot/perl@15862
* non-perlio robustness.Jarkko Hietaniemi2002-04-031-4/+14
| | | p4raw-id: //depot/perl@15714
* Bad socketpair.t can hang anywhereSpider Boardman2002-03-311-1/+1
| | | | | Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US> p4raw-id: //depot/perl@15632
* Neuter socketpair on Stratus VOSPaul Green2002-03-281-1/+2
| | | | | Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> p4raw-id: //depot/perl@15582
* socketpair binmode :bytes.Jarkko Hietaniemi2002-03-281-0/+6
| | | p4raw-id: //depot/perl@15570
* TODO for QNX6Norton T. Allen2002-03-251-1/+1
| | | | | Message-Id: <200203251836.NAA01517@bottesini.harvard.edu> p4raw-id: //depot/perl@15492
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-2/+3
| | | p4raw-id: //depot/perl@15141
* Precedence problem.Jarkko Hietaniemi2002-03-101-2/+2
| | | p4raw-id: //depot/perl@15140
* socketpair.t w/o forkMattia Barbon2002-03-091-1/+4
| | | | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3C8A224F.29578.13691BA@localhost> (modified as suggested by Sarathy) p4raw-id: //depot/perl@15132
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* OS/2 buildIlya Zakharevich2002-02-111-1/+1
| | | | | | | Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) p4raw-id: //depot/perl@14641
* OS/390 seems to do length 0 udp reads, Nicholas saysJarkko Hietaniemi2002-01-291-1/+5
| | | | | skippage is for now the best cause of action. p4raw-id: //depot/perl@14487
* Save $! so that other syscalls don't disturb it before Nick Ing-Simmons2002-01-251-4/+11
| | | | | we test it. p4raw-id: //depot/perlio@14422
* Except Win32 from echo tests. (Alarm does not break into connect)Nick Ing-Simmons2002-01-231-2/+3
| | | p4raw-id: //depot/perlio@14393
* Try to make the connect/read/write timeouting.Jarkko Hietaniemi2002-01-181-9/+39
| | | p4raw-id: //depot/perl@14330
* offsetof() is in <stddef.h>Nick Ing-Simmons2002-01-161-0/+2
| | | p4raw-id: //depot/perlio@14296
* s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.Jarkko Hietaniemi2002-01-161-5/+5
| | | p4raw-id: //depot/perl@14293
* Socket::sockaddr_familyGisle Aas2002-01-153-2/+36
| | | | | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> p4raw-id: //depot/perl@14279
* Re: HiResH.Merijn Brand2002-01-131-1/+1
| | | | | | | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. p4raw-id: //depot/perl@14234
* Win32-ize socketpair testNick Ing-Simmons2002-01-121-3/+13
| | | | | | - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. p4raw-id: //depot/perlio@14214
* Also UNICOS/mk has deviant socketpair().Jarkko Hietaniemi2002-01-051-1/+2
| | | p4raw-id: //depot/perl@14092
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-6/+36
| | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090
* [better PATCH] Re: Low-lights of Win32 / bleadperlNicholas Clark2002-01-011-2/+2
| | | | | Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13997
* socketpair tweaks from Nicholas Clark.Jarkko Hietaniemi2001-12-291-2/+2
| | | p4raw-id: //depot/perl@13921
* because (sys)?read doesn't reset buffersNicholas Clark2001-12-271-0/+7
| | | | | Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13913