bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Add URLLoader transport to libgit2 #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, libgit2 communicates via the socket API to remote git servers. This 
means that only Chrome Apps can use libgit2.

libgit2 has an extensible transport layer, so we can use the Pepper URLLoader 
interface to allow open-web applications to communicate with remote git servers.

Original issue reported on code.google.com by binji@chromium.org on 10 Feb 2015 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by binji@chromium.org on 20 Feb 2015 at 6:59