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 (&gt; 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 &#39; variants. There is no guarantee that an input file Handle<br>

    will not be mutated; only a guarantee that sendFile&#39; and unsafeSendFile&#39; 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 &#39;foreign import stdcall safe&#39; once again.<br><br>The FreeBSD implementation is still in need of some love but the Win32 &amp; Linux implementations work great!<br>

<br>Happy Hacking!<br>Matthew Elder<br>