Commit graph

5 commits

Author SHA1 Message Date
hiramatsu
598880d041 Update p5-IO-Multiplex to 1.13.
Changes from previous:
----------------------
1.13 Fri Apr 15 08:42:43 CEST 2011
	- fix handling of outbuf which contains '0'.
	  rt.cpan.org#67458 [Gordon Russell]

1.12 Wed Feb 23 22:35:27 CET 2011
	- fix MSWin32 complaints
	  rt.cpan.org#66096 [Mark Dootson]

1.11 Wed Feb  2 17:05:08 CET 2011
        - Avoid warning while adding pipe
          rt.cpan.org#60068 [Khedin] and #16259
	- Add EWOULDBLOCK and non-blocking mode for windows,
	  rt.cpan.org#23982 [junk@penilecolada.com]
	- Typo "closeing", rt.cpan.org#21085 [D Steinbrunner]
	- avoid shutdown after close,
	  rt.cpan.org#5715 [Lars Jensen] and #5885
	- use length of outbuf, not exists to see if it is
	  empty. [Ersun Warncke]
	- turn "use warnings" on
2011-12-08 00:37:38 +00:00
he
f9c4de9c4b Update from version 1.09nb1 to 1.10.
Upstream changes:

1.10  Mon Sep 15 2008
	- Update Copyright and License.
	- Buttwag around minor Windows deficiencies.
2008-11-17 02:58:42 +00:00
he
78c4d34c95 Update from version 1.08 to 1.09.
Pkgsrc changes: add HOMEPAGE.

Upstream changes:

1.09  Sat Mar 03 2007
	- Detect readability for special IO::Socket::SSL
	  handles more accurately.
	- Avoid "freed value in iteration" crashing.
2008-07-20 22:21:45 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
kim
26357c2203 IO::Multiplex is designed to take the effort out of managing multiple
file handles. It is essentially a really fancy front end to the select
system call. In addition to maintaining the select loop, it buffers all
input and output to/from the file handles. It can also accept incoming
connections on one or more listen sockets.
2004-12-22 15:49:27 +00:00