Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / nitcorn /
2018-07-19 Alexis Laferrièrelibevent: rename `bind_to` to the more precise `bind_tcp`
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-31 Jean Privatnitcorn clients: remove `write_to_string` when a Writab...
2018-05-31 Jean Privatnitcorn: HttpResponse::body is now an agnostic Writable
2018-05-31 Jean Privatnitcorn: render the response in a template to avoid...
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-07-17 Jean Privatlib&contrib: remove some useless truisms.
2017-05-11 Alexandre Terrasanitcorn: fix HttpRequest::int_arg
2017-02-12 Alexandre Terrasalib/nitcorn: add some media types
2017-02-04 Alexis Laferrièrenitcorn: add test for nitrestful
2017-02-04 Alexis Laferrièrenitcorn: update restful example with an async method...
2017-02-04 Alexis Laferrièrenitcorn: intro module to simplify pthreads support
2017-02-04 Alexis Laferrièrenitrestful & lib: use static type to limit and as heuri...
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitcorn: intro RestfulTask
2016-10-24 Jean PrivatMerge: nitcorn: handle SIGINT and SIGTERM
2016-10-24 Jean PrivatMerge: nitcorn: decode GET args from percent encoding
2016-10-13 Alexis Laferrièrenitcorn: clean exit on SIGINT & SIGTERM
2016-10-13 Alexis Laferrièrelibevent: rename `exit_loop` and `destroy` to their...
2016-10-12 Alexis Laferrièrenitcorn: fix decoding GET args from percent encoding
2016-10-11 Alexis Laferrièrenitcorn: document the `restful` annotation
2016-10-11 Alexis Laferrièrenitcorn: update nitrestful example
2016-09-23 Jean PrivatMerge: lib/json: unify the writing API using serializat...
2016-09-21 Alexis Laferrièrenitcorn: fix input buffer containing unicode
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-08-15 Alexandre Terrasalib/nitcorn: parse body from POST and PUT requests
2016-08-15 Alexandre Terrasalib/nitcorn: remove the POST format error
2016-08-15 Alexandre Terrasalib/nitcorn: remove uninitialized attribute `host`
2016-08-15 Alexandre Terrasalib/nitcorn: make HttpRequest and HttpResponse serializable
2016-08-10 Alexis Laferrièrenitcorn: update address used and style of main doc...
2016-08-10 Alexis Laferrièrenitcorn: register 0.0.0.0 addresses as default_virtual_host
2016-08-10 Alexis Laferrièrenitcorn: default_virtual_host should be writable
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for media_types
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for http_response
2016-06-01 Alexandre Terrasalib/nitcorn: fix `non-public init` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `useless var` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-05-26 Alexandre Terrasanitcorn/file_server: allow default_response if not...
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-22 Alexis Laferrièrexymus.net: move server config to contrib
2016-05-22 Alexis Laferrièrexymus.net: update xymus.net with the API for the mobile...
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-23 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
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-31 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
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-26 Jean Privatnitcorn: add missing `is old_style_init`
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
next