summaryrefslogtreecommitdiff
path: root/dist/IO
Commit message (Expand)AuthorAgeFilesLines
* dist/IO/IO.xs: Rmv defns that ppport.h suppliesKarl Williamson2021-12-182-35/+1
* 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-0112-12/+23
* Add missing quotes to IO::Socket::INET exampleDave Lambley2021-06-101-1/+1
* IO: add a test for sync()Tomasz Konojacki2021-05-211-1/+10
* IO: implement sync() for win32Tomasz Konojacki2021-05-2112-12/+16
* Bump $VERSION in all dist/IO .pm filesJames E Keenan2021-02-1911-11/+11
* Update search.cpan.org URLsJames E Keenan2021-02-191-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-42/+42
* Add ChangeLog entry for IO version 1.45Paul "LeoNerd" Evans2021-01-041-0/+4
* Bump VERSION of every file in dist/IO to 1.45 consistentlyPaul "LeoNerd" Evans2021-01-0410-10/+10
* Add a unit test that IO::Socket constructor uses error variables as specifiedPaul "LeoNerd" Evans2021-01-041-0/+34
* 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
* Update IO::Socket unit test for $IO::Socket::errstrPaul "LeoNerd" Evans2021-01-041-2/+2
* 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
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* dist/IO: use PERL_VERSION compare macroNicolas R2020-08-171-3/+3
* IO::Handle: Fix a spurious error reported for regular file handlesPetr Písař2020-08-102-3/+11
* IO::Socket::UNIX: synchronize behavior with module documentation (#17787)vividsnow2020-07-301-1/+5
* bump IO to 1.44Tony Cook2020-07-301-0/+13
* IO::Handle: clear the error on both input and output streamsTony Cook2020-07-302-6/+16
* make $fh->error report errors from both input and outputTony Cook2020-07-302-5/+26
* GNU/Hurd doesn't support SO_PROTOCOLSamuel Thibault2020-07-301-2/+2
* dist/IO no indirect, strict & warningsNicolas R2020-07-1718-73/+79
* dist/IO/t/cachepropagate-unix.t: Add os390 to TODO listKarl Williamson2020-05-271-2/+2
* io_unix.t: make tests run on Windows builds if threads + AF_UNIXRichard Leach2020-05-211-6/+18
* DragonFly BSD doesn't support SO_PROTOCOL for AF_UNIX socketsTomasz Konojacki2020-04-031-2/+2
* apparently HP-UX and solaris also don't support SO_PROTOCOL for AF_UNIXTony Cook2020-03-271-2/+2
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-042-2/+45
* bump $IO::VERSIONTony Cook2020-01-292-2/+2
* NetBSD, Darwin, Cygwin don't appear to support SO_PROTOCOLTony Cook2020-01-291-2/+19
* Only cache io_socket_proto if protocol is truthyAndrew Hewus Fresh2020-01-291-1/+6
* Update dist/IO after release to CPANTodd Rinaldo2020-01-203-26/+42
* Skip the new open pragma tests for no ":utf8" under PERL_UNICODE.Nicholas Clark2020-01-191-5/+10
* IO: update ChangeLog for new trial releaseRicardo Signes2020-01-191-0/+5
* Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.Nicholas Clark2020-01-193-51/+66
* Add tests for IO::Handle getline() and getlines().Nicholas Clark2020-01-193-4/+127
* Disable dist/IO/t/io_sock.t on windowsNicolas R2020-01-171-0/+1
* Update documentation for IO::Socket.Chase Whitener2020-01-161-132/+414
* Fix skip count in cachepropagate-tcp.tCraig A. Berry2020-01-041-1/+1
* harden IO's cachepropagate-tcpTony Cook2019-12-161-1/+13
* IO: update the ChangeLog after a (trial) release of IO to CPANRicardo Signes2019-12-121-0/+11
* (perl #133936) make send() a bit sanerTony Cook2019-06-192-11/+25
* (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-172-7/+31