5416: arv-git-httpd provides HTTP access to git repositories, using Arvados token...
authorTom Clegg <tom@curoverse.com>
Fri, 13 Mar 2015 22:04:53 +0000 (18:04 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 13 Mar 2015 22:04:53 +0000 (18:04 -0400)
commit16421a1aa8d420728b51d7cbb1b006a5613f8697
tree8192b9e0e28f94a74227cb26fdfd5fbe9f9b7f45
parent40d04a669958fb777f4cf4a93ae7e21d101a438f
5416: arv-git-httpd provides HTTP access to git repositories, using Arvados token authentication.
services/arv-git-httpd/.gitignore [new file with mode: 0644]
services/arv-git-httpd/auth_handler.go [new file with mode: 0644]
services/arv-git-httpd/doc.go [new file with mode: 0644]
services/arv-git-httpd/main.go [new file with mode: 0644]
services/arv-git-httpd/server.go [new file with mode: 0644]