]> matita.cs.unibo.it Git - helm.git/history - helm/DEVEL/ocaml-http/http_parser.ml
ocaml 3.09 transition
[helm.git] / helm / DEVEL / ocaml-http / http_parser.ml
2005-06-28 Stefano Zacchirolifixed bug in response first line parsing (arbitrary...
2005-02-08 Stefano Zacchiroli- changed license to lgpl
2004-05-20 Stefano Zacchirolibumped copyright years
2003-12-16 Stefano Zacchiroliadded parse_response_fst_line
2003-02-03 Stefano Zacchirolimoved an ocamldoc comment to .mli
2003-01-10 Stefano Zacchiroliadded support for "ancient" HTTP requests like "GET...
2003-01-09 Stefano Zacchiroli- added debugging print of request 1st line
2003-01-05 Stefano Zacchiroli- catch Not_found exception while regexping headers
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 Zacchiroliimplemented and exported heal_header_name and heal_head...
2002-12-04 Stefano Zacchiroli- use Pcre to perform sanity checks
2002-12-03 Stefano Zacchiroli- added two TODO comment
2002-12-03 Stefano Zacchiroli- implemented heal_header that sanity checks an header
2002-11-26 Stefano Zacchiroli- added support for empty bindings like "a=" or simple...
2002-11-20 Stefano Zacchiroli- bugfix: perform GET parameter parsing on HTTP encoded...
2002-11-17 Stefano Zacchirolibug fix: reset timeout after processing request in...
2002-11-17 Stefano Zacchiroli- split http_parser module (all code that parse http...