httpdirfs/src
Fufu Fang a76366c481 improved error handling in path_download 2021-09-01 11:03:27 +01:00
..
README.md changed indentation style 2021-08-31 11:18:39 +01:00
cache.c moved cache_opened to cache.h 2021-09-01 10:39:33 +01:00
cache.h moved cache_opened to cache.h 2021-09-01 10:39:33 +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 improved error handling in path_download 2021-09-01 11:03:27 +01:00
link.h moved cache_opened to cache.h 2021-09-01 10:39:33 +01:00
log.c Change error handling in cache.c, Updated Changelog.md 2021-08-31 18:49:49 +01:00
log.h Added minimum transfer size in TransferDataStruct 2021-09-01 03:53:19 +01:00
main.c Now prints version number at startup 2021-08-31 14:00:47 +01:00
network.c improved error handling in path_download 2021-09-01 11:03:27 +01:00
network.h changed indentation style 2021-08-31 11:18:39 +01:00
sonic.c Added minimum transfer size in TransferDataStruct 2021-09-01 03:53:19 +01:00
sonic.h Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
util.c Change error handling in cache.c, Updated Changelog.md 2021-08-31 18:49:49 +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