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