Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-25 | webapp: open database cursor lazily | Helmut Grohne | |
Makes things more correct when using Application in multiprocessing context. | |||
2013-02-25 | webapp: pass database to Application class | Helmut Grohne | |
2013-02-25 | Merge 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-25 | webapp: complete cross hash support | Helmut Grohne | |
2013-02-22 | webapp: add caching headers | Helmut Grohne | |
2013-02-22 | webapp: stream responses | Helmut Grohne | |
Maybe this gets memory usage down for large responses. | |||
2013-02-22 | webapp: attempt to reduce memory usage | Helmut Grohne | |
2013-02-22 | webapp: support matching sha512 against gzip_sha512 | Helmut Grohne | |
This covers only the /binary page. The comparison may still be empty. | |||
2013-02-21 | include maintainer information | Helmut Grohne | |
2013-02-21 | added a base template to the webapp | Helmut Grohne | |
2013-02-21 | added useful links to webapp | Helmut Grohne | |
2013-02-20 | fix comparison of conflicting packages | Helmut Grohne | |
2013-02-20 | fix links in index | Helmut Grohne | |
2013-02-20 | minimal index page explaining stuff | Helmut Grohne | |
2013-02-20 | mark required packages in binary view | Helmut Grohne | |
2013-02-20 | cleanup | Helmut Grohne | |
2013-02-20 | many improvements | Helmut Grohne | |
* multiple hashes * template engine * new table package * comparison view * hashvalue view | |||
2013-02-20 | first prototype | Helmut Grohne | |