summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add facility to delete artifactsdanielsilverstone/updatesDaniel Silverstone2012-09-071-0/+13
* Support for fetching artifacts to the cacheDaniel Silverstone2012-09-071-9/+41
* Add a /list methodDaniel Silverstone2012-09-071-0/+22
* Add ability to have 'writable' cache servers.Daniel Silverstone2012-09-071-0/+19
* Support running on a different port from 8080Daniel Silverstone2012-09-071-1/+6
* Return tree SHA1 when looking for ref resolution.Daniel Silverstone2012-09-072-4/+14
* A direct-mode for git cache accessDaniel Silverstone2012-09-072-9/+30
* Add a .gitignore to ignore *.pycDaniel Silverstone2012-09-071-0/+1
* Revert "Use the desired artifact filename as the download filename."Jannis Pohlmann2012-05-011-1/+0
* Add /trees which serves the contents of a git tree using ls-tree.Jannis Pohlmann2012-04-202-0/+45
* Use the desired artifact filename as the download filename.Jannis Pohlmann2012-04-181-0/+1
* Add support for /artifacts.Jannis Pohlmann2012-04-181-0/+17
* Fix various small issues preventing bundles from working.Jannis Pohlmann2012-04-182-3/+6
* Add untested support for bundles.Jannis Pohlmann2012-04-182-6/+25
* Use "Cache-Control: no-cache" to avoid caching of /sha1s results.Jannis Pohlmann2012-04-181-0/+1
* Raise a RepositoryNotFoundError if a repo does not exist in the cache.Jannis Pohlmann2012-04-182-2/+12
* Initial import implementing /files and /sha1s.Jannis Pohlmann2012-04-175-0/+259