httpdirfs/src
Fufu Fang d7086c6ecf Now clear the link->cache_ptr after closing the cache 2021-09-02 16:24:55 +01:00
..
README.md changed indentation style 2021-08-31 11:18:39 +01:00
cache.c Now clear the link->cache_ptr after closing the cache 2021-09-02 16:24:55 +01:00
cache.h moved the *sonic related fields into a separate struct 2021-09-01 21:29:13 +01:00
config.c Now prints version number at startup 2021-08-31 14:00:47 +01:00
config.h Added single file mode 2021-08-31 13:52:25 +01:00
fuse_local.c Change error handling in cache.c, Updated Changelog.md 2021-08-31 18:49:49 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c compiles, but not running properly 2021-09-02 15:36:53 +01:00
link.h compiles, but not running properly 2021-09-02 15:36:53 +01:00
log.c Change error handling in cache.c, Updated Changelog.md 2021-08-31 18:49:49 +01:00
log.h compiles, but not running properly 2021-09-02 15:36:53 +01:00
main.c compiles, but not running properly 2021-09-02 15:36:53 +01:00
network.c moved the *sonic related fields into a separate struct 2021-09-01 21:29:13 +01:00
network.h changed indentation style 2021-08-31 11:18:39 +01:00
sonic.c compiles, but not running properly 2021-09-02 15:36:53 +01:00
sonic.h moved the *sonic related fields into a separate struct 2021-09-01 21:29:13 +01:00
util.c improved debug statements 2021-09-02 16:07:39 +01:00
util.h shortened error log format, changed indentation style 2021-08-31 11:15:00 +01:00

README.md

Coding Convention

  • External variables: capital letters
  • Static global variables: lower case letters
  • Function names: TypeName_verb or verb_noun
  • Type names: camel case with the first letter capitalised, e.g. CamelCase
  • Indentation style: indent -kr -nut *.c *.h