sendfile: A portable sendfile library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.
Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
Properties
Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9, 0.7.10, 0.7.11, 0.7.11.1, 0.7.11.1, 0.7.11.3, 0.7.11.4, 0.7.11.5, 0.7.11.6 |
---|---|
Change log | None available |
Dependencies | base (>=3 && <5), bytestring (>=0.9.1.4 && <0.11), network (>=2 && <3.2), Win32 (>=2.2.0.0 && <2.3) [details] |
License | BSD-3-Clause |
Author | Matthew Elder <matt@mattelder.org> |
Maintainer | Jeremy Shaw <jeremy@n-heptane.com> |
Category | Network |
Home page | http://hub.darcs.net/stepcut/sendfile |
Source repo | head: darcs get http://hub.darcs.net/stepcut/sendfile |
Uploaded | by JeremyShaw at 2019-05-27T13:07:42Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
portable | Explicitly enable portable sendfile support (implemented in Haskell) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- sendfile-0.7.11.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees