summaryrefslogtreecommitdiff
path: root/dist/IO
Commit message (Expand)AuthorAgeFilesLines
* bump $IO::Socket::VERSION to 1.38Tony Cook2015-01-131-1/+1
* Improve connected() docGlenn D. Golden2015-01-131-2/+17
* IRIX: OS mixup in 1d850a6a.Jarkko Hietaniemi2014-12-271-1/+1
* IRIX: fsync documented to fail on read-only filehandles.Jarkko Hietaniemi2014-12-271-2/+2
* dist/IO: Allow to be dual-livedKarl Williamson2014-03-042-1/+26
* IO::Socket::INET: Handle getprotobyn{ame,umber} not being availableBrian Fraser2014-01-261-3/+3
* dist/IO/t/io_pipe.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-1/+5
* Add examples for IO::Socket::UNIX.Shlomi Fish2014-01-141-1/+23
* Remove an old note about autoflush from the POD.Shlomi Fish2014-01-141-8/+1
* ioctl on perlhost platforms take a char*, not void*Daniel Dragan2013-11-201-1/+1
* IO.xs: fix compiler warningDavid Mitchell2013-11-132-2/+2
* [perl #75156] fix the return value and bits for removing a closed fhTony Cook2013-11-112-11/+20
* [perl #75156] tests for deleting a closed handle from IO::SelectTony Cook2013-11-111-1/+21
* Really fix precedence problem in IO::Socket::connect() from 80d2c56d79Steve Hay2013-09-181-1/+1
* Fix precedence problem in IO::Socket::connect() from 80d2c56d79Steve Hay2013-09-181-1/+1
* Use non-dev version number in IO::SocketSteve Hay2013-09-171-1/+1
* Fix IO::Socket::connect() in the light of $! changesSteve Hay2013-09-161-3/+5
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-102-2/+2
* small improvements to documentation of IO::SocketRicardo Signes2013-07-062-4/+6
* typo fix for IODavid Steinbrunner2013-05-251-2/+2
* Address [perl #117999] for now by skipping known bad test on AIXTony Cook2013-05-152-0/+4
* bump dist/IO/lib/IO/Handle.pm version to 1.34Dominic Hargreaves2013-05-071-1/+1
* [perl #117791] Clarify that write does not match the C 'write' semanticsDominic Hargreaves2013-05-071-2/+5
* Fix non-blocking sockets on VMS.Craig A. Berry2013-05-051-2/+2
* fix dist/IO/t/cachepropagate-unix.tFrancois Perrad2013-04-191-0/+8
* Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-04-142-2/+2
* dist/IO/IO.xs: Silence compiler warningKarl Williamson2013-02-181-2/+0
* Tests for [perl #116322]Karl Williamson2013-02-181-1/+12
* PATCH: [perl #116322]: getc() and ungetc() with unicode failureChristian Hansen2013-02-182-5/+29
* use non-dev version for IORicardo Signes2013-01-171-1/+1
* portability to Haiku-OS for the cachepropagate-*.t testsTony Cook2013-01-092-21/+29
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+4
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-0/+1
* sync() on a read-only file handle doesn't work on cygwin eitherTony Cook2012-07-171-1/+4
* [rt.cpan.org #61577] VMS doesn't support UNIX socketsTony Cook2012-07-031-1/+1
* bump IO.pm versionTony Cook2012-07-021-1/+1
* add Test::More as a prereq to Makefile.PLDominic Hargreaves2012-07-021-0/+3
* bump IO::Socket versionTony Cook2012-07-021-1/+1
* document the limitations of protocol(), sockdomain(), socktype()Tony Cook2012-07-021-0/+6
* [rt.cpan.org #61577] try to populate socket info when not cachedTony Cook2012-07-023-2/+9
* [rt.cpan.org #61577] propagate socket details on acceptTony Cook2012-07-023-2/+2
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsTony Cook2012-07-023-0/+183
* [perl #64772] make the read-only-sync test a bit more portableTony Cook2012-06-241-6/+8
* [perl #64772] check both input and output file handles for syncEvan Miller2012-06-013-4/+8
* [perl #64772] TODO test for sync on read only handleTony Cook2012-06-011-1/+10
* convert dist/IO/t/io_xs.t to Test::MoreTony Cook2012-06-011-7/+8
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-145-191/+1
* add Test::More as a prereq to Makefile.PLDominic Hargreaves2012-05-101-0/+3
* sometimes fork() isn't availableTony Cook2012-05-102-57/+67
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsDaniel Kahn Gillmor2012-05-104-1/+178