aboutsummaryrefslogtreecommitdiff
path: root/src/web/mod_http_fileserver.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Fix warning of unused variableBadlop2009-12-031-1/+1
* Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop2009-11-231-11/+16
* Fix EDoc errors.Badlop2009-08-171-1/+2
* Allow content types to be configured in ejabberd.cfg (EJAB-975)(thanks to Bri...Badlop2009-07-211-30/+61
* Add forgotten copyright and license notices.Badlop2009-06-161-2/+22
* New option directory_indices, and improve logging (thanks to Brian Cully)(EJA...Badlop2009-06-161-40/+72
* Fix capitalization of HTTP headers (thanks to Brian Cully)(EJAB-892)Badlop2009-06-161-1/+1
* Converted to gen_server behaviour (EJAB-561). Use the general reopen_log_hook...Badlop2009-06-161-160/+268
* Fix ip source to comply with new ip storage into ejabberd_http (thanks to Chr...Badlop2009-06-161-1/+1
* Use httpd_util:to_lower when not compiling with Erlang R12 (EJAB-628)Badlop2009-06-161-1/+7
* Added JavaScript content typeBadlop2009-06-161-0/+1
* Include Last-Modified HTTP header in responses to allow caching (EJAB-546) in...Badlop2009-06-161-2/+8
* Fix error creating ETS table if enabled in several vhosts (EJAB-551). Unregis...Badlop2009-06-161-6/+23
* Remove Erlang module attribute 'vsn' because it doesn't provide any worth fea...Badlop2009-06-161-1/+0
* The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it's recomme...Badlop2009-06-161-1/+1
* Small change in accesslog file format; fix bug when accesslog conf parameter ...Badlop2009-06-161-4/+4
* Added accesslog parameter to record requests log in a file similar to Apache ...Badlop2009-06-161-9/+106
* Initial commit of mod_http_fileserver (thanks to Massimiliano Mirra)Badlop2009-06-161-0/+112