server: Add a fallback MIME type (application/octet-stream)
[package-cache.git] / package_cache /
2014-02-21 W. Trevor Kingserver: Add a fallback MIME type (application/octet...
2014-02-21 W. Trevor Kingpackage_cache: Bump to version 0.1 v0.1
2014-02-21 W. Trevor Kingmain: Add the logger name and process ID to the syslog...
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 KingRun update-copyright.py
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