httpdirfs/src
Fufu Fang 6713362a5f
improved error handling
2021-08-31 11:59:28 +01:00
..
README.md changed indentation style 2021-08-31 11:18:39 +01:00
cache.c improved logging 2021-08-31 11:50:59 +01:00
cache.h changed indentation style 2021-08-31 11:18:39 +01:00
config.c changed indentation style 2021-08-31 11:18:39 +01:00
config.h changed indentation style 2021-08-31 11:18:39 +01:00
fuse_local.c improved logging 2021-08-31 11:50:59 +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 2021-08-31 11:59:28 +01:00
link.h changed indentation style 2021-08-31 11:18:39 +01:00
log.c improved logging 2021-08-31 11:50:59 +01:00
log.h improved logging 2021-08-31 11:50:59 +01:00
main.c changed indentation style 2021-08-31 11:18:39 +01:00
network.c changed indentation style 2021-08-31 11:18:39 +01:00
network.h changed indentation style 2021-08-31 11:18:39 +01:00
sonic.c changed indentation style 2021-08-31 11:18:39 +01:00
sonic.h Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
util.c added double free detection 2021-08-31 11:54:42 +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