]> matita.cs.unibo.it Git - helm.git/history - helm/http_getter/http_getter.ml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / http_getter / http_getter.ml
2003-04-16 Stefano Zacchirolibugfix: print a better exception than "Not_found" when...
2003-04-07 Stefano Zacchiroliadded "/list_servers" method (actually used by the...
2003-04-07 Stefano Zacchiroli- added "/add_server" and "/remove_server" to dynamical...
2003-03-12 Stefano Zacchiroliembedded configuration infos in usage string
2003-02-25 Stefano Zacchiroli- added support for NuPRL URIs in xml_url_of_uri
2003-02-25 Stefano Zacchiroli- added default value for parse_patch function
2003-02-07 Claudio Sacerdoti... Added support for NuPRL URIs.
2003-01-09 Stefano Zacchiroli- added return_html_raw to Http_getter_common
2003-01-07 Stefano Zacchiroli- fixed helm web page url and copyright notice
2003-01-07 Stefano Zacchiroli- label name changes: s/patch_dtd/patch because "patch_...
2003-01-07 Stefano Zacchiroli- reload servers list on before /update
2003-01-07 Claudio Sacerdoti... Resolve fixed: when an URI was well-formed but not...
2003-01-07 Stefano Zacchiroli- added some cache-control header telling not to cache...
2003-01-07 Stefano Zacchiroli- optimization: precompile all precompilable regexps
2003-01-05 Stefano Zacchiroli- added a TODO comment for 'file://' scheme support
2002-12-27 Stefano Zacchiroli- changed copyright year to 2003
2002-12-27 Stefano Zacchiroli- precompiled some regexps
2002-12-26 Stefano Zacchirolicatch CTRL-C and save maps before quitting
2002-12-26 Stefano Zacchiroli- bugfix: shows all log while doing 'update'
2002-12-26 Stefano Zacchiroli- added maps sync
2002-12-26 Stefano Zacchiroli- removed some debugging prints
2002-12-25 Stefano Zacchiroliadded http_getter OCaml implementation