nitcorn/file_server: fix warnings on file_stat calls
[nit.git] / lib / nitcorn / file_server.nit
2016-05-26 Alexandre Terrasanitcorn/file_server: fix warnings on file_stat calls
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_redirection method
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_directory_listing...
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_file method
2016-05-19 Alexandre Terrasalib/nitcorn: make file server "show_directory" an option
2016-04-22 Alexis Laferrièrelib/nitcorn: FileServer sort files by name in directory...
2016-02-15 Alexis Laferrièrelib/nitcorn: cache files served by `FileServer` for...
2016-02-15 Alexis Laferrièrelib/nitcorn: intro the attribute `FileServer::javascrip...
2015-11-07 Alexis Laferrièrelib/nitcorn: use `files` and thus fix transferring...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-09-18 Alexis Laferrièrenitcorn: improve default file listing of `FileServer`
2014-09-17 Alexis Laferrièrenitcorn: optimize `FileServer::root` to be used later...
2014-09-17 Alexis Laferrièrenitcorn: better and safer access to root of a file...
2014-09-17 Alexis Laferrièrenitcorn: redirect requests of directories to an URI...
2014-09-10 Alexis Laferrièrenitcorn: by default a file is an application/octet...
2014-09-03 Alexis Laferrièrenitcorn: custom header in FileServer
2014-09-03 Alexis Laferrièrenitcorn: add utility to produce HTTP error pages (and...
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn