summaryrefslogtreecommitdiff
path: root/morphcacheserver
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-162-6/+4
* Allow morph-cache-server to be bound to an ephemeral portRichard Maw2014-10-021-3/+3
* Update copyright noticeRichard Ipsum2013-12-162-2/+2
* Handle requesting a sha1 of a sha1Jonathan Maw2013-06-041-3/+8
* Fix misspelled variable nameSam Thursfield2012-12-131-1/+1
* Log exceptions instead of ignoring themSam Thursfield2012-12-131-1/+1
* Use 'git rev-parse --verify' to resolve refsSam Thursfield2012-12-131-22/+9
* Fix missing argument to rev_list(), breaking resolve_ref for SHA1sJannis Pohlmann2012-12-031-1/+1
* Trim leading slashes from URI element during direct-mode. rs=richardmawDaniel Silverstone2012-09-251-1/+4
* Return tree SHA1 when looking for ref resolution.Daniel Silverstone2012-09-071-2/+11
* A direct-mode for git cache accessDaniel Silverstone2012-09-071-8/+26
* Add /trees which serves the contents of a git tree using ls-tree.Jannis Pohlmann2012-04-201-0/+29
* Fix various small issues preventing bundles from working.Jannis Pohlmann2012-04-181-1/+1
* Add untested support for bundles.Jannis Pohlmann2012-04-181-4/+9
* Raise a RepositoryNotFoundError if a repo does not exist in the cache.Jannis Pohlmann2012-04-181-1/+11
* Initial import implementing /files and /sha1s.Jannis Pohlmann2012-04-172-0/+109