summaryrefslogtreecommitdiff
path: root/webapp.py
AgeCommit message (Collapse)Author
2013-02-25Merge branch 'crosshash'Helmut Grohne
Conflicts in webapp.py: * The fetchall -> fetchiter change caused big conflicts. * New hash combination (image_sha512, image_sha512) added.
2013-02-25webapp: complete cross hash supportHelmut Grohne
2013-02-22webapp: add caching headersHelmut Grohne
2013-02-22webapp: stream responsesHelmut Grohne
Maybe this gets memory usage down for large responses.
2013-02-22webapp: attempt to reduce memory usageHelmut Grohne
2013-02-22webapp: support matching sha512 against gzip_sha512Helmut Grohne
This covers only the /binary page. The comparison may still be empty.
2013-02-21include maintainer informationHelmut Grohne
2013-02-21added a base template to the webappHelmut Grohne
2013-02-21added useful links to webappHelmut Grohne
2013-02-20fix comparison of conflicting packagesHelmut Grohne
2013-02-20fix links in indexHelmut Grohne
2013-02-20minimal index page explaining stuffHelmut Grohne
2013-02-20mark required packages in binary viewHelmut Grohne
2013-02-20cleanupHelmut Grohne
2013-02-20many improvementsHelmut Grohne
* multiple hashes * template engine * new table package * comparison view * hashvalue view
2013-02-20first prototypeHelmut Grohne