about summary refs log tree commit homepage
path: root/INSTALL
DateCommit message (Collapse)
2014-11-20sendfile_compat: remove dependency on pread
We only need to open files with O_APPEND to allow appending to the temporary buffer while leaving the read offset unchanged.
2014-02-08implement kqueue and sendfile compatibility support
Tested on Debian GNU/kFreeBSD (sid): make check SENDFILE_BROKEN=1
2013-11-01doc: add HACKING/INSTALL docs + minitest dependency
Hopefully it'll be easier for folks to use and contribute. Publish it on the site while we're at it.