summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-23importpkg: ignore filenames with encoding errorsHelmut Grohne
2013-02-23autoimport: log which packages are droppedHelmut Grohne
2013-02-22autoimport: fix version check to actually workHelmut Grohne
Don't fail on new packages and skip versions already processed again.
2013-02-22autoimport: skip old versions entirelyHelmut Grohne
Presumably this is responsible for the blocking curl processes, since importpkg will terminate early when processing an old version.
2013-02-22webapp: add caching headersHelmut Grohne
2013-02-22webapp: stream responsesHelmut Grohne
Maybe this gets memory usage down for large responses.
2013-02-22webapp: attempt to reduce memory usageHelmut Grohne
2013-02-22autoimport: first wait on the importHelmut Grohne
Otherwise the import zombifies and curl blocks.
2013-02-21move compression functions to module dedup.compressionHelmut Grohne
2013-02-21do not track byted compiled python filesHelmut Grohne
2013-02-21move hashing functions to module dedup.hashingHelmut Grohne
2013-02-21include maintainer informationHelmut Grohne
2013-02-21added a base template to the webappHelmut Grohne
2013-02-21added useful links to webappHelmut Grohne
2013-02-21added READMEHelmut Grohne
2013-02-21rename test.py to importpkg.pyHelmut Grohne
2013-02-21license as BSD-3Helmut Grohne
2013-02-20fix comparison of conflicting packagesHelmut Grohne
2013-02-20reduce memory usage of autoimportHelmut Grohne
2013-02-20fix links in indexHelmut Grohne
2013-02-20minimal index page explaining stuffHelmut Grohne
2013-02-20implement autoimportHelmut Grohne
2013-02-20mark required packages in binary viewHelmut Grohne
2013-02-20store hard dependenciesHelmut Grohne
2013-02-20determine metadata from control.tar.gzHelmut Grohne
2013-02-20teach ArReader to read multiple entriesHelmut Grohne
2013-02-20cleanupHelmut Grohne
2013-02-20many improvementsHelmut Grohne
* multiple hashes * template engine * new table package * comparison view * hashvalue view
2013-02-20first prototypeHelmut Grohne