sendfile-0.5 -------------------------------------------------------------------------------- * Code simplification / beautification * Fixed a bug where all bytes were not sent with larger files in linux (greater than 5 mb or so) * Added large file support (> 2gb) for Linux, Win32, and Portable * The current handle position will now be ignored in favor of using an offset when using the ' variants. There is no guarantee that an input file Handle will not be mutated; only a guarantee that sendFile' and unsafeSendFile' do not care about the starting position -- they will always start from the beginning. * The portable implementation is now more reliable and memory-efficient thanks to the work done by Bardur Arantsson. * The Win32 implementation is more reliable now, as TransmitFile is now called with 'foreign import stdcall safe' once again.
The FreeBSD implementation is still in need of some love but the Win32 & Linux implementations work great! Happy Hacking! Matthew Elder
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell