]> matita.cs.unibo.it Git - helm.git/history - helm/http_getter/http_getter_misc.ml
made executable again
[helm.git] / helm / http_getter / http_getter_misc.ml
2004-02-11 Stefano Zacchiroligetter's revolution (now uses backend in ocaml/getter)
2004-02-09 Stefano Zacchirolisplit into two major parts:
2004-01-19 Claudio Sacerdoti... Errore message improved.
2003-12-16 Stefano Zacchirolicosmetic changes
2003-12-16 Stefano Zacchiroliremoved dependency on netclient, use http_client module...
2003-09-17 Claudio Sacerdoti... www-sop.inria.fr
2003-04-07 Stefano Zacchirolimoved "is_blank_line" from Http_getter_common to Http_g...
2003-04-07 Stefano Zacchiroli- added functions "add_line" and "remove_line" to edit...
2003-03-12 Stefano Zacchiroliadded "output" parameter to gzip and gunzip used to...
2003-01-08 Stefano Zacchiroli- added debugging log messages inside 'wget'
2003-01-08 Stefano Zacchiroliperform ancient HTTP request to avoid parsing response...
2003-01-08 Stefano Zacchiroli- rewritten cp, wget, mkdir in OCaml
2003-01-08 Stefano Zacchiroli- added debugging log messages in g{,un}zip
2003-01-08 Stefano Zacchirolirewritten 'gzip' and 'gunzip' using Zip module instead...
2003-01-07 Stefano Zacchiroli- fixed helm web page url and copyright notice
2003-01-07 Stefano Zacchiroli- support file:// URL scheme in http_get
2003-01-07 Stefano Zacchiroli- added "cp", a wrapper around omonymous command
2002-12-27 Stefano Zacchiroli- changed copyright year to 2003
2002-12-27 Stefano Zacchiroli- added comments
2002-12-27 Stefano Zacchiroli- moved wget, gzip, gunzip, tempfile from Http_getter_c...
2002-12-25 Stefano Zacchiroliadded http_getter OCaml implementation