Age | Commit message (Expand) | Author |
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 |
2013-02-25 | webapp: open database cursor lazily | Helmut Grohne |
2013-02-25 | webapp: pass database to Application class | Helmut Grohne |
2013-02-25 | README: another interesting query | Helmut Grohne |
2013-02-25 | Merge branch 'crosshash' | Helmut Grohne |
2013-02-25 | webapp: complete cross hash support | Helmut Grohne |
2013-02-25 | autoimport: this is not how foreign key constraints work | Helmut Grohne |
2013-02-24 | hash image contents | Helmut Grohne |
2013-02-24 | README: fix mistake | Helmut Grohne |
2013-02-23 | importpkg: ignore filenames with encoding errors | Helmut Grohne |
2013-02-23 | autoimport: log which packages are dropped | Helmut Grohne |
2013-02-22 | autoimport: fix version check to actually work | Helmut Grohne |
2013-02-22 | autoimport: skip old versions entirely | Helmut Grohne |
2013-02-22 | webapp: add caching headers | Helmut Grohne |
2013-02-22 | webapp: stream responses | Helmut Grohne |
2013-02-22 | webapp: attempt to reduce memory usage | Helmut Grohne |
2013-02-22 | webapp: support matching sha512 against gzip_sha512 | Helmut Grohne |
2013-02-22 | autoimport: first wait on the import | Helmut Grohne |
2013-02-21 | move compression functions to module dedup.compression | Helmut Grohne |
2013-02-21 | do not track byted compiled python files | Helmut Grohne |
2013-02-21 | move hashing functions to module dedup.hashing | Helmut Grohne |
2013-02-21 | include maintainer information | Helmut Grohne |