]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/getter/http_getter.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / getter / http_getter.ml
2005-11-04 Stefano Zacchiroliadded tilde_expansion of directory settings
2005-11-03 Stefano ZacchiroliBug fix: index.theory dereferentiation works also for...
2005-09-23 Enrico Tassia wrong exception was raised
2005-07-06 Stefano Zacchiroli- bugfix: correctly handle real "index.theory"
2005-07-06 Stefano Zacchiroliadded index.theory handling
2005-07-06 Stefano Zacchirolibugfix: leave ".theory" suffix in place for theory...
2005-07-06 Stefano Zacchiroliadded support for multiple binding of the same prefix...
2005-07-06 Stefano Zacchirolido not .body/.types/.proof_tree files from ls output
2005-07-05 Stefano Zacchirolinew getter implementation: no more DBM maps
2005-06-15 Enrico Tassifix
2005-06-15 Stefano Zacchirolirenamed clientHTTP to http_getter_wget
2005-06-15 Stefano Zacchiroliported to latest registry interface
2005-06-14 Stefano Zacchiroliuses XmlPushParser instead of Pxp for parsing getter...
2005-05-27 Enrico Tassiremoved debug prerr_endline
2005-05-24 Enrico Tassiadded .theory check
2005-05-10 Stefano Zacchiroli- changes defaults of getxml (format gzipped, don't...
2005-04-27 Stefano Zacchiroligetter with in memory tree of URIs
2005-02-04 Stefano Zacchiroli- removed special handling of universes (no longer...
2005-02-04 Stefano Zacchirolireturn also .types uri in getalluris/
2005-02-04 Stefano Zacchiroli- added init method
2005-01-24 Stefano Zacchiroli- removed ancient debugging prints
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-10-21 Stefano Zacchiroli- API change (renamed some exceptions)
2004-09-09 Stefano Zacchiroliported to pxp 1.1.95's event parser
2004-05-30 Claudio Sacerdoti... Back compatibility code introduced:
2004-05-26 Claudio Sacerdoti... Bug fixed: ls?baseuri=(cic|theory):/a/ also returned...
2004-05-26 Stefano Zacchirolibugfix in /ls: removed double trailing "/"
2004-05-26 Stefano Zacchirolichanged /ls method so that regular expressions are...
2004-04-19 Stefano Zacchiroli- use PxpHelmConf
2004-04-16 Stefano Zacchiroli- rewritten http_getter logger interface
2004-04-15 Stefano Zacchiroli- better pretty printing on /update
2004-04-07 Stefano Zacchiroliadded a missing <br> tag
2004-04-06 Stefano Zacchiroli- added via_http parameter so that when the getter...
2004-04-02 Stefano Zacchiroli- logging of long-running actions (like update) is...
2004-02-23 Claudio Sacerdoti... A lazy value was put in place of a function ==> the...
2004-02-18 Claudio Sacerdoti... typo fixed. Used to break the ls method.
2004-02-11 Stefano Zacchiroli- getter revolution: split backend and frontend (this...