Age | Commit message (Expand) | Author |
2013-05-09 | webapp: enrich comparison page with version info | Helmut Grohne |
2013-05-08 | fix attribution of logo | Helmut Grohne |
2013-05-05 | webapp: markup error in /source template | Helmut Grohne |
2013-05-05 | webapp: validator complained about <link> with sizes | Helmut Grohne |
2013-05-05 | webapp: reference favicon from base.html | Helmut Grohne |
2013-05-05 | added favicon.ico | Helmut Grohne |
2013-05-02 | webapp: use jinja's filesizeformat | Helmut Grohne |
2013-05-02 | webapp: reduce size of comparison output | Helmut Grohne |
2013-04-27 | webapp: add a css class binary-package | Helmut Grohne |
2013-04-25 | webapp: total_size is None if num_files is 0 | Helmut Grohne |
2013-04-25 | webapp: color filenames when hovering them | Helmut Grohne |
2013-04-25 | webapp: turn the <br> after filename into a style | Helmut Grohne |
2013-04-25 | move css to /style.css | Helmut Grohne |
2013-04-25 | webapp: make filenames css styleable | Helmut Grohne |
2013-04-25 | webapp: top-align fields in /compare pages | Helmut Grohne |
2013-04-25 | fix markup in base.html | Helmut Grohne |
2013-04-24 | implement the /compare/pkg1/pkg2 page differently | Helmut Grohne |
2013-04-14 | webapp: added some useful notes | Helmut Grohne |
2013-04-13 | base.html: add link to wiki.debian.org | Helmut Grohne |
2013-04-08 | README: improve query after schemachange | Helmut Grohne |
2013-03-26 | webapp: fix problem from the previous merge | Helmut Grohne |
2013-03-26 | Merge branch schemachange | Helmut Grohne |
2013-03-20 | webapp: report correct sizes | Helmut Grohne |
2013-03-20 | webapp: remove broken assert | Helmut Grohne |
2013-03-18 | dedup.image: mask errors from PIL | Helmut Grohne |
2013-03-12 | dedup.arreader: missing bytes marker | Helmut Grohne |
2013-03-12 | move ArReader from importpkg to dedup.arreader | Helmut Grohne |
2013-03-10 | README: update queries to match content table split | Helmut Grohne |
2013-03-09 | split content table to a hash table | Helmut Grohne |
2013-03-09 | webapp: drop unused function compute_sharedstats | Helmut Grohne |
2013-03-07 | use "ON DELETE CASCADE" clauses | Helmut Grohne |
2013-03-07 | enable enforcing foreign keys | Helmut Grohne |
2013-03-07 | schema.sql: remove unsatisfiable foreign key | Helmut Grohne |
2013-03-07 | schema.sql: annotat foreign keys of sharing | Helmut Grohne |
2013-03-07 | integrate the source table into the package table | Helmut Grohne |
2013-03-07 | README: explain queries | Helmut Grohne |
2013-03-06 | README: added interesting query | Helmut Grohne |
2013-03-05 | webapp: added /source/<pkg> page | Helmut Grohne |
2013-03-05 | webapp: helper function function_combination | Helmut Grohne |
2013-03-05 | importpkg: source header may contain a version | Helmut Grohne |
2013-03-04 | webapp: fix index template | Helmut Grohne |
2013-03-04 | webapp: use caching table "shared" for /binary page | Helmut Grohne |
2013-03-04 | webapp: generate /comparison pages in constant-space | Helmut Grohne |
2013-03-04 | importpkg: record the source package relationship | Helmut Grohne |
2013-03-02 | update_sharing: wrong database name | Helmut Grohne |
2013-03-02 | add sharing table | Helmut Grohne |
2013-03-02 | update README | Helmut Grohne |
2013-03-02 | move fetchiter from webapp to dedup.utils | Helmut Grohne |
2013-03-02 | move sql schema to a separate file | Helmut Grohne |
2013-03-02 | added html form to main page | Helmut Grohne |