| Commit message (Expand) | Author | Age | Files | Lines |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 8 | -40/+40 |
* | replace http://www.perl.com/CPAN/ with http://www.cpan.org/ | Mark-Jason Dominus | 2001-11-08 | 1 | -1/+1 |
* | More fixes that were made to the core and not in the libnet src | Graham Barr | 2001-10-26 | 1 | -10/+10 |
* | Fix tests to be able to run in the core and the CPAN dist | Graham Barr | 2001-10-26 | 5 | -0/+37 |
* | Sync libnet modules with what will be libnet-1.08 | Graham Barr | 2001-10-26 | 12 | -82/+177 |
* | No domainname(1) in Cygwin, either, and the 2>/dev/null | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | Be more robust if no hostname or domainname | Jarkko Hietaniemi | 2001-10-22 | 1 | -4/+5 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-10-20 | 1 | -7/+7 |
|\ |
|
| * | Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() | Nick Ing-Simmons | 2001-10-20 | 1 | -7/+7 |
* | | Fix Some Pod Typos | chromatic | 2001-10-20 | 1 | -10/+10 |
|/ |
|
* | & what's to be done for 5.8.0? | Nicholas Clark | 2001-10-08 | 4 | -0/+21 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 5 | -5/+5 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 5 | -5/+5 |
* | Changed back Net/Ping.pm change #11759 since WNOHANG wasn't | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod | chromatic | 2001-08-27 | 1 | -1/+1 |
* | Upgrade to libnet 1.0704. | Jarkko Hietaniemi | 2001-08-17 | 19 | -206/+517 |
* | When removing tests updating the test count is a good idea, too. | Jarkko Hietaniemi | 2001-07-04 | 1 | -1/+1 |
* | Update the libnet tests as per #11138. | Jarkko Hietaniemi | 2001-07-04 | 2 | -33/+0 |
* | Remove DummyInetd, PH, and SNPP from the libnet, as per | Jarkko Hietaniemi | 2001-07-04 | 3 | -1346/+0 |
* | "lose the it's", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | Be more portable in finding out the home directory, | Jarkko Hietaniemi | 2001-06-26 | 1 | -2/+3 |
* | Also in Cygwin use Socket to figure out domainname | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | The croak message for nonexistent socket functions may vary. | Jarkko Hietaniemi | 2001-06-22 | 3 | -3/+3 |
* | Documentation patch for Net::FTP | Marcel Grunauer | 2001-06-21 | 1 | -4/+5 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 4 | -0/+184 |
* | Initial integration of libnet-1.0703. | Jarkko Hietaniemi | 2001-06-17 | 38 | -0/+8828 |
* | Re: Net::Ping patch, adds stream protocol | Scott Bronson | 2001-04-15 | 1 | -116/+281 |
* | Net::Ping | Colin McMillen | 2001-03-23 | 1 | -48/+132 |
* | [patch perl@8133] Typo in my Net::Ping doc patch :( | Jonathan Stowe | 2000-12-17 | 1 | -1/+1 |
* | The documentation part of the | Jonathan Stowe | 2000-12-14 | 1 | -0/+5 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 4 | -0/+4 |
* | recv() can fail and return undef. | Alexey V. Barantsev | 2000-11-02 | 1 | -10/+11 |
* | [ID 20001101.001] Net::Ping icmp odd $bytes | root | 2000-11-01 | 1 | -2/+2 |
* | Be consistent: other Net::get* do export theirs. | Yasushi Nakajima | 2000-08-30 | 1 | -3/+2 |
* | Undo namespace pollution of #6878. | Mike Guy | 2000-08-29 | 1 | -2/+3 |
* | Net::protoent does not export 'getproto' | Yasushi Nakajima | 2000-08-29 | 1 | -1/+1 |
* | integrate cfgperl changes#6268..6282 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+5 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 2 | -10/+10 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 5 | -7/+10 |
* | pod edits from Paul Marquess and Mark-Jason Dominus | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | Another set of doc patches from Abigail | Abigail | 1999-01-07 | 2 | -2/+2 |
* | Next wave of _63 VMS patches | Charles Bailey | 1998-04-02 | 1 | -1/+1 |
* | Net::hostent documentation error | Nat Torkington | 1997-08-07 | 1 | -3/+3 |
* | [inseparable changes from match from perl-5.003_97b to perl-5.003_97c] | Perl 5 Porters | 1997-04-07 | 4 | -16/+24 |
* | [inseparable changes from patch from perl5.003_17 to perl5.003_18] | Perl 5 Porters | 1997-01-01 | 1 | -2/+2 |
* | Refresh Net::Ping to 2.02 | Russell Mosemann | 1996-12-25 | 1 | -63/+507 |
* | [shell changes from patch from perl5.003_13 to perl5.003_14] | Chip Salzenberg | 1996-12-23 | 11 | -5312/+0 |
* | [inseparable changes from patch from perl5.003_12 to perl5.003_13] | Perl 5 Porters | 1996-12-20 | 11 | -592/+4838 |
* | [shell changes from patch from perl5.003_12 to perl5.003_13] | Chip Salzenberg | 1996-12-20 | 1 | -332/+0 |
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 3 | -0/+1398 |