summaryrefslogtreecommitdiff
path: root/webapp.py
AgeCommit message (Expand)Author
2022-01-12webapp.py: fuse two sql queries in get_detailsHelmut Grohne
2022-01-12webapp.py: generalize url routerHelmut Grohne
2021-12-31webapp.py: consistently close cursors using context managersHelmut Grohne
2021-12-29webapp: avoid changing variable typeHelmut Grohne
2021-12-29webapp: speed up encode_and_bufferHelmut Grohne
2021-12-29webapp: improve performanceHelmut Grohne
2021-12-29webapp: forward compatibility with newer werkzeugHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2016-05-21move from deprecated optparse to argparseHelmut Grohne
2014-05-11webapp: allow git-like hash truncationHelmut Grohne
2014-02-23spell check commentsHelmut Grohne
2014-02-23webapp: fix eqclass usage in package comparisonHelmut Grohne
2013-09-11webapp: open cursors less oftenHelmut Grohne
2013-09-10webapp: close database cursorsHelmut Grohne
2013-09-04webapp: serve static files from /staticHelmut Grohne
2013-09-02add option -d --database for db path to all scriptsHelmut Grohne
2013-08-02model comparability as an equivalence relationHelmut Grohne
2013-08-01support hashing gif imagesHelmut Grohne
2013-07-27also move the static directory into the dedup packageHelmut Grohne
2013-07-27move templates to dedup packageHelmut Grohne
2013-07-26Merge branch functionidHelmut Grohne
2013-07-25display "issues" with files in package viewHelmut Grohne
2013-07-23webapp: make html for index validHelmut Grohne
2013-07-23webapp: remove unused functionHelmut Grohne
2013-07-23schema: reference hash functions by integer keyHelmut Grohne
2013-07-10schema: reference package table by integer keyHelmut Grohne
2013-06-19webapp: fix hash example link after git uploadHelmut Grohne
2013-05-09webapp: enrich comparison page with version infoHelmut Grohne
2013-05-05webapp: markup error in /source templateHelmut Grohne
2013-05-02webapp: use jinja's filesizeformatHelmut Grohne
2013-05-02webapp: reduce size of comparison outputHelmut Grohne
2013-04-27webapp: add a css class binary-packageHelmut Grohne
2013-04-25webapp: total_size is None if num_files is 0Helmut Grohne
2013-04-25webapp: turn the <br> after filename into a styleHelmut Grohne
2013-04-25move css to /style.cssHelmut Grohne
2013-04-25webapp: make filenames css styleableHelmut Grohne
2013-04-25webapp: top-align fields in /compare pagesHelmut Grohne
2013-04-24implement the /compare/pkg1/pkg2 page differentlyHelmut Grohne
2013-04-14webapp: added some useful notesHelmut Grohne
2013-03-26webapp: fix problem from the previous mergeHelmut Grohne
2013-03-26Merge branch schemachangeHelmut Grohne
2013-03-20webapp: report correct sizesHelmut Grohne
2013-03-20webapp: remove broken assertHelmut Grohne
2013-03-09split content table to a hash tableHelmut Grohne
2013-03-09webapp: drop unused function compute_sharedstatsHelmut Grohne
2013-03-07integrate the source table into the package tableHelmut Grohne
2013-03-05webapp: added /source/<pkg> pageHelmut Grohne
2013-03-05webapp: helper function function_combinationHelmut Grohne
2013-03-04webapp: fix index templateHelmut Grohne
2013-03-04webapp: use caching table "shared" for /binary pageHelmut Grohne