]> matita.cs.unibo.it Git - helm.git/history - helm/DEVEL/ocaml-http/http_daemon.ml
ocaml 3.09 transition
[helm.git] / helm / DEVEL / ocaml-http / http_daemon.ml
2005-09-14 Stefano Zacchirolifixed a finalization issue for connections closed twice
2005-08-16 Stefano Zacchiroliintegrated Eric's patch for HTTP/1.1 persistant connections
2005-02-08 Stefano Zacchiroli- changed license to lgpl
2005-02-03 Stefano Zacchiroli- added main that starts a new http_daemon given a...
2004-05-20 Stefano Zacchirolibumped copyright years
2004-05-20 Stefano Zacchirolireverted code parameter on respond function to its...
2004-05-20 Stefano Zacchiroli- changed API so that respond_* are statically type...
2004-05-20 Stefano Zacchiroli- added support for HTTP (Basic) authentication
2003-04-04 Stefano Zacchirolimoved some constants from Http_daemon to Http_constants
2003-03-12 Stefano Zacchirolichanged interface of send_file function to enforce...
2003-02-03 Stefano Zacchirolibugfix: catch new exceptions for unsupported HTTP versi...
2003-01-17 Stefano Zacchiroliuse new Http_tcp_server.fork server instead of (now...
2003-01-10 Stefano Zacchirolidebugging print of HTTP request's parsing errors
2003-01-05 Stefano Zacchiroli- added some TODO comments
2002-12-25 Stefano Zacchiroli- merged "post" branch
2002-12-09 Stefano Zacchiroliadded support for IP address info retrieval for OO...
2002-12-06 Stefano Zacchiroli- added safe_parse_request{,'} which wrap parse_request...
2002-12-03 Stefano Zacchiroli- added sanity test on headers while using send_header{,s}
2002-11-26 Stefano Zacchiroli- added support for empty bindings like "a=" or simple...
2002-11-22 Stefano Zacchiroli- added support for multithreaded daemons
2002-11-17 Stefano Zacchirolirenamed tcp_server module in http_tcp_server to avoid...
2002-11-17 Stefano Zacchiroli- split http_parser module (all code that parse http...
2002-11-14 Stefano Zacchirolino longer use -pack and Http.*, now interface is the...