summaryrefslogtreecommitdiff
path: root/morph-cache-server
Commit message (Expand)AuthorAgeFilesLines
* Morph build 590a8150f91843c3a291168f2106ddbaAdam Coldrick2015-03-311-3/+12
* Morph build c2397bf4873742a3ba9202cbdcfffea8Adam Coldrick2015-03-301-52/+63
* Morph build 271da1e1d62c40748b586dc0345d0f7dAdam Coldrick2015-03-241-63/+52
* Morph build 11ac5b237b3640718da94ad8e252d330Adam Coldrick2015-03-191-52/+63
* Morph build 2ee8190abe87461992f5b7ed85fe2ee9Adam Coldrick2015-03-191-3/+2
* Allow morph-cache-server to be bound to an ephemeral portRichard Maw2014-10-021-2/+28
* Add post request for /artifactsRichard Ipsum2014-04-151-3/+31
* Update copyright noticeRichard Ipsum2013-12-161-1/+1
* Allow to use flup as the backend server for bottle.Tiago Gomes2013-09-121-3/+11
* Handle batch sha1/file queries using POST requestsJannis Pohlmann2013-01-021-0/+53
* Update /fetch API to latest definitionDaniel Silverstone2012-09-171-20/+51
* Add facility to delete artifactsDaniel 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-071-2/+3
* A direct-mode for git cache accessDaniel Silverstone2012-09-071-1/+4
* 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-201-0/+16
* 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-181-2/+5
* Add untested support for bundles.Jannis Pohlmann2012-04-181-2/+16
* 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-181-1/+1
* Initial import implementing /files and /sha1s.Jannis Pohlmann2012-04-171-0/+83