summaryrefslogtreecommitdiff
path: root/dist/IO/lib
Commit message (Expand)AuthorAgeFilesLines
* We're Perl 5 PortersJames E Keenan2021-10-091-1/+1
* Retain original whitespace, per rjbs reviewJames E Keenan2021-10-091-1/+1
* Send bug reports to GitHubJames E Keenan2021-10-097-15/+15
* Fix for undefined warning in IOTodd Rinaldo2021-09-0110-11/+11
* Add missing quotes to IO::Socket::INET exampleDave Lambley2021-06-101-1/+1
* IO: implement sync() for win32Tomasz Konojacki2021-05-2110-10/+10
* Bump $VERSION in all dist/IO .pm filesJames E Keenan2021-02-1910-10/+10
* Bump VERSION of every file in dist/IO to 1.45 consistentlyPaul "LeoNerd" Evans2021-01-049-9/+9
* Actually document the IO::Socket constructor's behaviour on failure, pointing...Paul "LeoNerd" Evans2021-01-043-0/+36
* Remote note from IO::Socket::INET's docs about a change that predates even pe...Paul "LeoNerd" Evans2021-01-041-7/+0
* Bump IO::Socket version numberPaul "LeoNerd" Evans2021-01-042-2/+2
* Have IO's socket code write errors also into $IO::Socket::errstrPaul "LeoNerd" Evans2021-01-042-11/+13
* IO::Socket::UNIX: synchronize behavior with module documentation (#17787)vividsnow2020-07-301-1/+5
* dist/IO no indirect, strict & warningsNicolas R2020-07-171-3/+3
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-041-2/+16
* bump $IO::VERSIONTony Cook2020-01-291-1/+1
* Only cache io_socket_proto if protocol is truthyAndrew Hewus Fresh2020-01-291-1/+6
* Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.Nicholas Clark2020-01-191-21/+1
* Update documentation for IO::Socket.Chase Whitener2020-01-161-132/+414
* (perl #133936) make send() a bit sanerTony Cook2019-06-191-8/+17
* (perl #133936) document differences between IO::Socket::* and builtinTony Cook2019-06-171-3/+40
* bump $IO::VERSIONTony Cook2019-06-1710-10/+10
* (perl #133936) ensure TO is honoured for UDP $sock->send()Tony Cook2019-06-171-3/+4
* bump $IO::VERSIONTony Cook2019-01-2910-10/+10
* Avoid indenting POD paragraphs in dist/IOShlomi Fish2019-01-282-4/+4
* Bump all IO modules to 1.39 and set required Perl to 5.8.1Todd Rinaldo2018-04-1910-48/+35
* IO::Handle - fix precedence issueNicolas R2017-11-151-9/+9
* document IO::Select error detectionZefram2017-11-121-8/+16
* fix IO::Handle documentation mangled by a manually applied patchTony Cook2016-04-131-3/+3
* Make IO::Poll->poll call _poll even with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-191-2/+2
* bump $IO::Socket::VERSION to 1.38Tony Cook2014-11-031-1/+1
* Improve connected() docGlenn D. Golden2014-11-031-2/+17
* IO::Socket::INET: Handle getprotobyn{ame,umber} not being availableBrian Fraser2014-01-261-3/+3
* 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
* [perl #75156] fix the return value and bits for removing a closed fhTony Cook2013-11-111-9/+18
* 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
* small improvements to documentation of IO::SocketRicardo Signes2013-07-062-4/+6
* typo fix for IODavid Steinbrunner2013-05-251-2/+2
* 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
* 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-021-0/+9
* [rt.cpan.org #61577] propagate socket details on acceptTony Cook2012-07-021-0/+2
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-141-10/+1