Age | Commit message (Expand) | Author |
2022-01-12 | webapp.py: fuse two sql queries in get_details | Helmut Grohne |
2022-01-12 | webapp.py: generalize url router | Helmut Grohne |
2021-12-31 | webapp.py: consistently close cursors using context managers | Helmut Grohne |
2021-12-29 | webapp: avoid changing variable type | Helmut Grohne |
2021-12-29 | webapp: speed up encode_and_buffer | Helmut Grohne |
2021-12-29 | webapp: improve performance | Helmut Grohne |
2021-12-29 | webapp: forward compatibility with newer werkzeug | Helmut Grohne |
2020-02-16 | drop support for Python 2.x | Helmut Grohne |
2016-05-21 | move from deprecated optparse to argparse | Helmut Grohne |
2014-05-11 | webapp: allow git-like hash truncation | Helmut Grohne |
2014-02-23 | spell check comments | Helmut Grohne |
2014-02-23 | webapp: fix eqclass usage in package comparison | Helmut Grohne |
2013-09-11 | webapp: open cursors less often | Helmut Grohne |
2013-09-10 | webapp: close database cursors | Helmut Grohne |
2013-09-04 | webapp: serve static files from /static | Helmut Grohne |
2013-09-02 | add option -d --database for db path to all scripts | Helmut Grohne |
2013-08-02 | model comparability as an equivalence relation | Helmut Grohne |
2013-08-01 | support hashing gif images | Helmut Grohne |
2013-07-27 | also move the static directory into the dedup package | Helmut Grohne |
2013-07-27 | move templates to dedup package | Helmut Grohne |
2013-07-26 | Merge branch functionid | Helmut Grohne |
2013-07-25 | display "issues" with files in package view | Helmut Grohne |
2013-07-23 | webapp: make html for index valid | Helmut Grohne |
2013-07-23 | webapp: remove unused function | Helmut Grohne |
2013-07-23 | schema: reference hash functions by integer key | Helmut Grohne |
2013-07-10 | schema: reference package table by integer key | Helmut Grohne |
2013-06-19 | webapp: fix hash example link after git upload | Helmut Grohne |
2013-05-09 | webapp: enrich comparison page with version info | Helmut Grohne |
2013-05-05 | webapp: markup error in /source template | 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: 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-24 | implement the /compare/pkg1/pkg2 page differently | Helmut Grohne |
2013-04-14 | webapp: added some useful notes | 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-09 | split content table to a hash table | Helmut Grohne |
2013-03-09 | webapp: drop unused function compute_sharedstats | Helmut Grohne |
2013-03-07 | integrate the source table into the package table | Helmut Grohne |
2013-03-05 | webapp: added /source/<pkg> page | Helmut Grohne |
2013-03-05 | webapp: helper function function_combination | Helmut Grohne |
2013-03-04 | webapp: fix index template | Helmut Grohne |
2013-03-04 | webapp: use caching table "shared" for /binary page | Helmut Grohne |