nitunit: add more information in UnitTest
[nit.git] / lib / nitcorn /
2016-05-19 Alexandre Terrasalib/nitcorn: make session writable
2016-05-19 Alexandre Terrasalib/nitcorn: make file server "show_directory" an option
2016-05-19 Alexandre Terrasalib/nitcorn: introduce json media types
2016-05-19 Alexandre Terrasalib/nitcorn: redef to_s service on UriPart subclasses
2016-05-16 Alexis Laferrièrelib/nitcorn: fix checking errors after deserialization...
2016-04-22 Alexis Laferrièrelib/nitcorn: FileServer sort files by name in directory...
2016-04-22 Alexis Laferrièrelib/nitcorn: return a 404 on a request matching not...
2016-04-22 Alexis Laferrièretests: test nitcorn
2016-04-21 Alexis Laferrièrelib/nitcorn: force all routes path to begin with a...
2016-04-20 Alexandre Terrasavararg_routes: improve module documentation
2016-04-20 Alexandre Terrasanitcorn: remove warnings from reactor.nit
2016-04-20 Alexandre Terrasanitcorn: fix path resolution for vararg routes
2016-04-05 Alexis Laferrièrexymus.net: update to latest benitlux server features
2016-04-05 Alexis Laferrièrelib/nitcorn: use generate_token in sessions
2016-04-01 Alexis Laferrièrelib/nitcorn: intro a method to generate a random token
2016-03-21 Alexis Laferrièrelib/nitcorn: log initial request reception and response
2016-03-21 Alexis Laferrièrelib/nitcorn: oneline the log on prepare_reponse_and_close
2016-03-21 Alexis Laferrièrelib/libevent & nitcorn: keep human readable address...
2016-03-21 Alexis Laferrièrelib/nitcorn: fix last references to unitcorn
2016-03-21 Alexis Laferrièretnitter & xymus.net: support custom JS code and track...
2016-02-25 Jean PrivatMerge: Opportunity and Tnitter logos
2016-02-23 Alexis Laferrièrexymus.net: point to subfolders instead of subdomains...
2016-02-23 Alexis Laferrièrexymus.net: track more pages with google analytics
2016-02-23 Alexis Laferrièrexymus.net: use opportunity and tnitter branding in...
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
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...
2016-02-15 Alexis Laferrièrelib/nitcorn: do not include `proxy` with nitcorn by...
2016-01-28 Jean PrivatMerge: Implemented a htcpcp server
2016-01-15 itsWillimplemented htcpc server
2016-01-06 Alexis Laferrièrelib/nitcorn: update examples as they don't need to...
2016-01-06 Alexis Laferrièrelib/nitcorn: skip the listening loop when running conti...
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