readme: add information section
[nit.git] / lib / nitcorn /
2015-12-15 Jean PrivatMerge: Add simple proxy action
2015-12-11 Philippe Pepos Pet... Add simple proxy action
2015-12-06 Alexis Laferrièrexymus.net: reorder top-menu elements
2015-12-06 Alexis Laferrièrelib/nitcorn: add a wiki modification form to xymus.net
2015-12-04 Jean PrivatMerge: Intro of nitrestful a RESTful API generator
2015-11-30 BlackMinouAdds a module for logging requests
2015-11-29 Alexis Laferrièrelib/nitcorn: add example and test for the restful annot...
2015-11-29 Alexis Laferrièrelib/nitcorn: intro the restful annotation an support...
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer feed the request to...
2015-11-17 Alexis Laferrièrelib/nitcorn: update doc and style of http_request_buffer
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer subclass Connection...
2015-11-17 Alexis Laferrièrelib/nitcorn: slightly optimize http_request_buffer
2015-11-17 Alexis Laferrièrelib/nitcorn: rename http_request_parser to http_request...
2015-11-11 Alexis Laferrièrelib/nitcorn: update xymus.net with latest Tnitter services
2015-11-10 Alexis Laferrièrelib/nitcorn: intro prepare_respond_and_close
2015-11-10 Alexis Laferrièrelib/nitcorn: extract `HttpServer::respond`
2015-11-10 Alexis Laferrièrelib/nitcorn: revamp README file
2015-11-07 Jean PrivatMerge: More contributors
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: customize server listening port
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: rename the simple_file_server...
2015-11-07 Alexis Laferrièrelib/nitcorn: use `files` and thus fix transferring...
2015-11-07 Alexis Laferrièrelib/nitcorn: intro `HttpResponse::files` to append...
2015-11-07 Jean Privatnitcorn: improve the README a little
2015-11-07 Jean Privatnitcorn: add package.more_contributors metadata
2015-09-10 Jean PrivatMerge: Rename Project to Package
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Alexis Laferrièrelib/nitcorn: update path to nitc to compile the examples
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Jean Privatlib: move `examples/nitcorn` to `lib/nitcorn/examples`
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-03 Alexandre Terrasanitcorn: add media types for web fonts.
2015-08-03 Alexandre Terrasanitcorn: use `bytelen` instead of `length` when setting...
2015-05-28 Alexandre Terrasalib/nitcorn: remove useless types
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