]> git.wh0rd.org - chrome-ext/crftp.git/commit
init main
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 Mar 2014 06:52:50 +0000 (02:52 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 31 Mar 2014 05:40:28 +0000 (01:40 -0400)
commit769a03c3016421d96d6fb7e6662687cfa3ab54b4
tree1cc81b985189d20c999a22f7522a1d38d59d9e78
init
26 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Makefile [new file with mode: 0644]
chrome-bootstrap [new submodule]
dist/makedist.sh [new file with mode: 0755]
dist/pngcrush.sh [new file with mode: 0755]
html/main.html [new file with mode: 0644]
images/icon-128x128.png [new file with mode: 0644]
images/icon.svg [new file with mode: 0644]
js/launcher.js [new file with mode: 0644]
js/main.js [new file with mode: 0644]
manifest.files [new file with mode: 0644]
manifest.json [new file with mode: 0644]
pnacl/Makefile [new file with mode: 0644]
pnacl/crftp.css [new file with mode: 0644]
pnacl/crftp.js [new file with mode: 0644]
pnacl/ftplib/README [new file with mode: 0644]
pnacl/ftplib/ftplib.c [new file with mode: 0644]
pnacl/ftplib/ftplib.h [new file with mode: 0644]
pnacl/index.html [new file with mode: 0644]
pnacl/inet_addr.c [new file with mode: 0644]
pnacl/main.js [new file with mode: 0644]
pnacl/ppapi.c [new file with mode: 0644]
pnacl/util/queue.c [new file with mode: 0644]
pnacl/util/queue.h [new file with mode: 0644]
pnacl/util/util.h [new file with mode: 0644]