misc/vim: inform the user when no results are found
[nit.git] / lib / nitcorn /
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-17 Alexandre Terrasalib/nitcorn: handles bufferized request content
2014-12-17 Alexandre Terrasalib/nitcorn: allows access to POST raw body
2014-12-14 Jean PrivatMerge: Fix misc warnings
2014-12-12 Alexandre Terrasalib/nitcorn: updates README
2014-12-12 Alexandre Terrasalib/nitcorn: handles uri parameters in reactor
2014-12-12 Alexandre Terrasallib/nitcorn: fixes documentation warnings.
2014-12-12 Alexandre Terrasalib/nitcorn: introduces vararg_routes module
2014-12-12 Alexandre Terrasalib/nitcorn: fixes useless empty init
2014-12-12 Alexandre Terrasalib/nitcorn: makes Routes::routes protected.
2014-12-12 Alexandre Terrasalib/nitcorn: fixes old inits warning
2014-12-12 Alexandre Terrasalib/nitcorn: fix a typo
2014-10-11 Jean Privatlib: remove useless comparison on null that broke tests
2014-10-06 Lucas Bajoletlib/nitcorn: HttpRequest added methods to get an argume...
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-10 Alexis Laferrièrenitcorn: use a default virtual host when none are confi...
2014-09-10 Alexis Laferrièrenitcorn: add the media type for `apk` extension
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-09-02 Alexis Laferrièrelib/nitcorn: intro `HttpRequest::all_args`
2014-08-15 Jean Privatlib: prepare for new constructors
2014-07-31 Alexis Laferrièrenitcorn: harden request processing
2014-07-31 Alexis Laferrièrenitcorn: force delete session cookie when no session...
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn