doc: Documented htpipe.
[ashd.git] / src / sendfile.c
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-04-14 Fredrik Tolfsendfile: Only allow GET and HEAD requests.
2010-10-05 Fredrik Tolfsendfile: Fixed typo.
2010-10-04 Fredrik Tolfsendfile: Allow file forcing and X-Ash-File-less operation.
2010-10-04 Fredrik Tolfsendfile: Added support for partial content a la HTTP...
2010-08-29 Fredrik TolfMake libmagic follow symlinks.
2010-08-29 Fredrik TolfTry to add default charset for text/* types in sendfile.
2010-08-24 Fredrik TolfRemoved the unused strrcmp from sendfile.
2010-08-20 Fredrik TolfUse new-style (CR-less) headers in responses.
2010-08-20 Fredrik TolfAdded xattr mime-type detection to sendfile.
2009-12-14 Fredrik TolfUse libmagic for sendfile.
2009-05-09 Fredrik TolfMade it possible to specify the content-type to sendfile.
2009-01-07 Fredrik TolfAdded CSS "support" to sendfile.
2008-12-23 Fredrik TolfAdded some caching capabilities to sendfile.
2008-12-22 Fredrik TolfAdded a really basic sendfile implementation.