ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
(Generate patch)

Comparing IO-FDPass/Changes (file contents):
Revision 1.3 by root, Fri Apr 5 08:20:36 2013 UTC vs.
Revision 1.8 by root, Fri Oct 31 07:09:43 2014 UTC

1Revision history for Perl extension IO::FDPass 1Revision history for Perl extension IO::FDPass
2
3 - seems to work on 5.6.2 too, so remove the use 5.008.
4 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead
5 of doing our own check.
6
71.0 Sun Apr 7 00:42:13 CEST 2013
8 - this release only updates the documentation.
9 - better SYNOPSIS.
10 - discuss other file descriptor passing modules more thoroughly.
2 11
30.2 Fri Apr 5 10:20:05 CEST 2013 120.2 Fri Apr 5 10:20:05 CEST 2013
4 - fix a problem when sending on non-blocking sockets on windows. 13 - fix a problem when sending on non-blocking sockets on windows.
5 - "improve" fd passing to be less blocking on windows, at the cost 14 - "improve" fd passing to be less blocking on windows, at the cost
6 of leaking the handle on error. 15 of leaking the handle on error.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines