libevent: rename `bind_to` to the more precise `bind_tcp`
[nit.git] / lib / nitcorn / reactor.nit
2018-07-19 Alexis Laferrièrelibevent: rename `bind_to` to the more precise `bind_tcp`
2018-05-31 Jean Privatnitcorn: render the response in a template to avoid...
2016-10-13 Alexis Laferrièrelibevent: rename `exit_loop` and `destroy` to their...
2016-08-10 Alexis Laferrièrenitcorn: register 0.0.0.0 addresses as default_virtual_host
2016-04-22 Alexis Laferrièrelib/nitcorn: return a 404 on a request matching not...
2016-04-20 Alexandre Terrasanitcorn: remove warnings from reactor.nit
2016-04-20 Alexandre Terrasanitcorn: fix path resolution for vararg routes
2016-03-21 Alexis Laferrièrelib/libevent & nitcorn: keep human readable address...
2016-01-06 Alexis Laferrièrelib/nitcorn: skip the listening loop when running conti...
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer feed the request to...
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer subclass Connection...
2015-11-17 Alexis Laferrièrelib/nitcorn: rename http_request_parser to http_request...
2015-11-10 Alexis Laferrièrelib/nitcorn: intro prepare_respond_and_close
2015-11-10 Alexis Laferrièrelib/nitcorn: extract `HttpServer::respond`
2015-11-07 Alexis Laferrièrelib/nitcorn: intro `HttpResponse::files` to append...
2014-12-17 Alexandre Terrasalib/nitcorn: handles bufferized request content
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: fix a typo
2014-09-10 Alexis Laferrièrenitcorn: use a default virtual host when none are confi...
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn