package-cache.git
2014-02-22 W. Trevor Kingpackage_cache: Bump to version 0.2 master v0.2
2014-02-21 W. Trevor Kingserver: Add a fallback MIME type (application/octet...
2014-02-21 W. Trevor KingREADME: Document tranparent proxy setup
2014-02-21 W. Trevor Kingpackage_cache: Bump to version 0.1 v0.1
2014-02-21 W. Trevor KingREADME: Document Gentoo / OpenRC usage for distfiles...
2014-02-21 W. Trevor Kingcontrib/openrc/init.d/package-cache: Don't include...
2014-02-21 W. Trevor Kingmain: Add the logger name and process ID to the syslog...
2014-02-21 W. Trevor Kingcontrib/openrc/init.d/package-cache: Add PC_OPTS
2014-02-21 W. Trevor Kingcontrib/openrc/init.d/package-cache: Nest more deeply
2014-02-21 W. Trevor Kingpackage-cache: Remove .py extension
2014-02-21 W. Trevor KingREADME.rst: Add symlink for GitHub rendering
2014-02-21 W. Trevor KingREADME: Convert from Markdown to reStructuredText for...
2014-02-21 W. Trevor Kingcontrib/openrc-init: Add an OpenRC init script
2014-02-20 W. Trevor Kingmain: Teach package-cache the --syslog option
2014-02-20 W. Trevor Kingmain: Teach package-cache the --verbose option
2014-02-20 W. Trevor Kingpackage_cache: Add a package-level logger
2014-02-20 W. Trevor Kingserver: Log source-requests and errors
2014-02-20 W. Trevor KingREADME.md: Explain what this is all about
2014-02-20 W. Trevor KingRun update-copyright.py
2014-02-20 W. Trevor Kingpackage-cache.py: Add a '# Copyright' stub for update...
2014-02-20 W. Trevor King.update-copyright.conf: Add copyright configuration
2014-02-20 W. Trevor King.gitignore: Ignore Python-3 side effects
2014-02-20 W. Trevor Kingsetup.py: Package package-cache with distutils
2014-02-20 W. Trevor Kingserver: Use the Last-Modified header to set last-modifi...
2014-02-20 W. Trevor Kingserver: Check for relative paths to invalid directories
2014-02-20 W. Trevor Kingserver: Create file paths as needed
2014-02-20 W. Trevor Kingserver: Implement Server._get_file
2014-02-20 W. Trevor Kingserver: Don't use a keyword for the response_headers...
2014-02-20 W. Trevor Kingserver: Don't use a keyword for the path argument to...
2014-02-20 W. Trevor Kingserver: Don't use a keyword for the path argument to...
2014-02-20 W. Trevor Kingserver: Don't use a keyword for the urlstring argument...
2014-02-20 W. Trevor Kingserver: Don't use a keyword for the path argument to...
2014-02-20 W. Trevor Kingserver: Create the cache directory if it doesn't alread...
2014-02-20 W. Trevor Kingmain: Add an argparse-based command line interface
2014-02-20 W. Trevor Kingserver: Stub out a WSGI server
2014-02-20 W. Trevor Kingpackage_cache: Create a Python package with a version
2014-02-20 W. Trevor KingCOPYING: Use the GPLv3