aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_static.erl
AgeCommit message (Expand)Author
2013-06-07Use read_file_info/2 with {time, universal} optionSergey Rublev
2013-04-26Removed asserts from unit testsEgobrain
2013-04-20REST is no longer experimentalLoïc Hoguin
2013-04-12missing comma in documentation of static examplesAndrzej Sliwa
2013-04-08Do not crash if connection times out while sending a file using sendfileAli Sabil
2013-03-01Make path check cross-platform and generally saferLoïc Hoguin
2013-02-27Optimize cowboy_static:rest_init/2Loïc Hoguin
2013-02-27Remove extraneous newlines in cowboy_staticLoïc Hoguin
2013-02-11Fix examples in cowboy_static edoc and guideAdam Cammack
2013-01-22Do not crash if connection is closed while sending static fileLoïc Hoguin
2013-01-22Make cowboy_static use universal time0x00F6
2013-01-05Change the response body streaming fun interfaceLoïc Hoguin
2012-12-01Use Transport:sendfile/2 from RanchLoïc Hoguin
2012-11-29static: Allow passing the mimetype fun as a {M, F} tupleLoïc Hoguin
2012-11-27Fix dispatch documentation with regards to the <<"*">> pathLoïc Hoguin
2012-10-25Mimetype lookup expects lowercase extensionsLoïc Hoguin
2012-10-19Fix examples in cowboy_static edocLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the request-lineLoïc Hoguin
2012-09-15Change type #http_req{} to cowboy_req:req()Loïc Hoguin
2012-08-27Rename cowboy_http_static to cowboy_staticLoïc Hoguin