summaryrefslogtreecommitdiff
path: root/lib/Net
Commit message (Collapse)AuthorAgeFilesLines
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-1/+3
| | | | | | | | | | | | | | | Having to count tests is annoying for maintainers. Also, manually updating count tests is problematic when multiple people are working on the same code; it causes merge conflicts and recounts. done_testing() is available since Test::More 0.88 which was released in 2009. This commit changes all tests under lib/ that use Test::More and were planning the number of tests. Michiel Beijen is now a Perl author
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
| | | | The build has been broken since 2009.
* Enable capture variables to be used in a Net::hostent gethost callSlaven Rezic2021-08-062-8/+17
| | | | | | Add test cases for gethost. For: https://github.com/Perl/perl5/issues/19017
* Replace multiple 'use vars' by 'our' in libNicolas R2017-11-114-9/+18
| | | | | | | | Using vars pragma is discouraged and has been superseded by 'our' declarations available in Perl v5.6.0 or later. This commit is about replacing the usage of 'vars' pragma by 'our' in 'lib' directory.
* Remove Mac OS classic code from tests in lib.Nicholas Clark2011-01-181-1/+1
| | | | | Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit now performs.
* Moved libnet from lib/ to ext/Chris Williams2009-09-0836-8473/+0
|
* Move Net::Ping from lib to extNicholas Clark2009-08-3017-2941/+0
|
* further sync blead with Net-Ping-2.36David Mitchell2009-06-123-2/+15
| | | | (followup to 59ea7c6d8e0c5d0244e7496dd44e31e7c14e8f83)
* Sync bleadperl and Net-Ping with the release of Net-Ping-2.36Steve Peters2009-06-081-1/+1
|
* Net::hostent fails make test if can't resolve localhostDavid Cantrell2009-04-081-0/+5
| | | | | | | | | This happens on boxes which otherwise work Just Fine and whose resolvers work Just Fine if they don't have /etc/hosts. This patch fixes the test file by making it skip if localhost can't be resolved and /etc/hosts doesn't exist. Message-ID: <20090330205715.GA29690@bytemark.barnyard.co.uk>
* Cope with differing prototypes for ECONNREFUSED etc on Win32 betweenNicholas Clark2008-02-061-6/+15
| | | | | 5.8.x and 5.10.x p4raw-id: //depot/perl@33242
* Upgrade to Net-Ping-2.34Steve Peters2008-01-032-2/+2
| | | p4raw-id: //depot/perl@32814
* PATCH lib/Net/Ping/t/190_alarm.tRobin Barker2007-12-041-0/+6
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09396A@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@32571
* Skip the udp ping tests if testing on Vista. Also, switchedSteve Peters2007-11-201-2/+14
| | | | | the getservbyname() call to check for a udp echo port. p4raw-id: //depot/perl@32428
* hostname.t bustedRicardo SIGNES2007-10-231-1/+4
| | | | | Message-ID: <20071022130109.GA16748@knight> p4raw-id: //depot/perl@32180
* Upgrade to Net::Ping 2.33, with help from Jerry HeddenRafael Garcia-Suarez2007-09-112-3/+36
| | | p4raw-id: //depot/perl@31845
* Upgrade to libnet 1.22 (with some help by Jerry Hedden)Rafael Garcia-Suarez2007-09-113-8/+24
| | | p4raw-id: //depot/perl@31844
* Upgrade to Net-Ping-2.32Steve Peters2007-07-311-1/+1
| | | p4raw-id: //depot/perl@31669
* RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires adminJan Dubois2007-07-041-3/+3
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com> p4raw-id: //depot/perl@31529
* Address 250_ping_hires.t failureJerry D. Hedden2007-07-021-4/+5
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com> p4raw-id: //depot/perl@31517
* Rename README and Changes for more readabilityRafael Garcia-Suarez2007-06-252-0/+0
| | | p4raw-id: //depot/perl@31464
* Upgrade to libnet 1.21Rafael Garcia-Suarez2007-06-2516-2748/+2778
| | | p4raw-id: //depot/perl@31463
* That test too should be skipped in the core on EBCDIC platformsRafael Garcia-Suarez2007-06-251-0/+13
| | | | | (because it requires Convert::EBCDIC) p4raw-id: //depot/perl@31460
* Patch by Sébastien Aperghis-Tramoni to avoid encodingRafael Garcia-Suarez2007-03-141-5/+1
| | | | | | everything that goes through Net::Cmd as UTF-8 (regression as of Net::Cmd 2.27, see CPAN RT #24835) p4raw-id: //depot/perl@30576
* Upgrade to libnet-1.20. Includes some additional version bumps where bleadperlSteve Peters2007-02-067-37/+142
| | | | | differs from the CPAN version (Net::FTP and Net::NNTP). p4raw-id: //depot/perl@30144
* Fix precedence.Brendan O'Dea2006-02-171-1/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27211
* Re: Make Passive mode the default for Net::FTPGisle Aas2006-01-272-10/+19
| | | | | Message-ID: <lrslr91ytv.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26970
* POSIX now declares missing constants as sub ... ();, so Net::PingNicholas Clark2005-12-301-6/+6
| | | | | needs to define them with a prototype to match. p4raw-id: //depot/perl@26540
* Make hostname.t deal with undefined or blank hostnames and domain Steve Peters2005-12-231-2/+8
| | | | | names. p4raw-id: //depot/perl@26458
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-222-4/+17
| | | | | | additional tests for Net::Domain. Also, since it is tested, remove test case from lib/1_compile.t. One step closer to $500. p4raw-id: //depot/perl@26440
* More general fix for bug [perl #37915]Rafael Garcia-Suarez2005-12-151-2/+5
| | | | | Make Net::Ping::mselect return undef on error instead of -1. p4raw-id: //depot/perl@26368
* [perl #37915] Bad select error handling in Net::Ping alexander_bluhm@genua.de2005-12-151-2/+2
| | | | | | From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org> p4raw-id: //depot/perl@26367
* Typos in *.p[lm]Piotr Fusik2005-08-051-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25266
* Typos in *.p[lm]Piotr Fusik2005-08-027-21/+21
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Silence uninitialized value warnings in Net::CmdSteve Hay2005-07-251-2/+3
| | | | | (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t) p4raw-id: //depot/perl@25224
* Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::PingGisle Aas2005-06-031-9/+12
| | | | | Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24699
* [PATCH] Run ICMP ping tests on Windows as long as we have admin privsJan Dubois2005-06-033-3/+17
| | | | | | | | | | | | | | | From: "Jan Dubois" <jand@ActiveState.com> Date: Mon, 18 Apr 2005 20:16:24 -0700 Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com> Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs From: "Jan Dubois" <jand@ActiveState.com> Date: Tue, 19 Apr 2005 01:49:51 -0700 Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com> (There was no reply from Rob Brown in over a month, so commit to blead for now. I'll email him again...) p4raw-id: //depot/perl@24688
* Sync to libnet-1.19Graham Barr2004-06-306-16/+29
| | | p4raw-id: //depot/perl@23016
* Sync with libnet 1.18Graham Barr2004-04-1011-1489/+551
| | | p4raw-id: //depot/perl@22686
* Skip the Net/Ping/450_service failures on HP-UX for the time beingH.Merijn Brand2004-02-251-1/+2
| | | p4raw-id: //depot/perl@22375
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-173-3/+6
| | | p4raw-id: //depot/perl@22322
* Sync with libnet 1.17Graham Barr2003-09-253-18/+38
| | | p4raw-id: //depot/perl@21372
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-142-2/+2
| | | p4raw-id: //depot/perl@20688
* on VMS, set non-blocking with ioctl, not fcntlCraig A. Berry2003-08-031-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F2BD7F8.8090003@mac.com> p4raw-id: //depot/perl@20451
* Reintroduce changes #19723 and #19723 that were notJarkko Hietaniemi2003-07-062-3/+5
| | | | | | in Net::Ping 2.31; needed for Windows. p4raw-link: @19723 on //depot/perl: 8eff326bc4ec5cde990026aa3a8ca58f85cb4bbc p4raw-id: //depot/perl@20021
* Upgrade to Net::Ping 2.31.Jarkko Hietaniemi2003-07-045-12/+44
| | | p4raw-id: //depot/perl@19988
* Sync with libnet 1.16Graham Barr2003-06-182-3/+13
| | | p4raw-id: //depot/perl@19812
* Sync with libnet 1.15Graham Barr2003-06-132-5/+22
| | | p4raw-id: //depot/perl@19758
* mark 450_service.t#18 as a todo test on windowsGurusamy Sarathy2003-06-091-1/+1
| | | p4raw-id: //depot/perl@19724
* one of the Net::Ping time-dependent tests fails sporadicallyGurusamy Sarathy2003-06-091-2/+4
| | | | | when the response from localhost is "too quick" p4raw-id: //depot/perl@19723