Go to file
Fufu Fang 98ac7d19e8 finished the link table filler 2018-07-20 13:59:25 +01:00
.gitignore rewriting http.c and http.h, because the current version is insane 2018-07-20 00:17:19 +01:00
.kateproject initial commit 2018-07-18 16:26:26 +01:00
Makefile new branch - new data structure 2018-07-20 02:09:51 +01:00
README.md finished writing header parser 2018-07-19 10:07:13 +01:00
TODO.md rewriting http.c and http.h, because the current version is insane 2018-07-20 00:17:19 +01:00
data.h finished the link table filler 2018-07-20 13:59:25 +01:00
link.c finished the link table filler 2018-07-20 13:59:25 +01:00
link.h finished the link table filler 2018-07-20 13:59:25 +01:00
main.c finished writing the new linktable creation function 2018-07-20 11:49:20 +01:00
test.c finished the link table filler 2018-07-20 13:59:25 +01:00
test.h finished writing the new linktable creation function 2018-07-20 11:49:20 +01:00

README.md

Basic ideas

Syntax

mount-http-directory-listing url cache mount_pt

Libraries used

libcurl libgumbo libfuse

  • Seek an URL
  • If fail, continue
  • Download it
  • Allocate random directory
  • Parse it
    • For each link, seek
    • if fail
      • directory
    • else
      • actual file

Things to write:

  1. Link parser
  2. libcurl
  3. fuser