httpdirfs/src
Fufu Fang cbe8c83195 stable version for master 2021-09-04 03:15:26 +01:00
..
README.md changed indentation style 2021-08-31 11:18:39 +01:00
cache.c adjusted includes 2021-09-03 21:39:31 +01:00
cache.h periodic backup 2021-09-04 03:00:25 +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 removed unnecessary includes 2021-09-03 21:23:52 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c periodic backup 2021-09-04 03:00:25 +01:00
link.h adjusted includes 2021-09-03 21:39:31 +01:00
log.c more refactoring 2021-09-03 14:56:11 +01:00
log.h stable version for master 2021-09-04 03:15:26 +01:00
main.c adjusted includes 2021-09-03 21:39:31 +01:00
network.c started writing the ramcache 2021-09-04 01:28:01 +01:00
network.h started writing the ramcache 2021-09-04 01:28:01 +01:00
ramcache.c stable version for master 2021-09-04 03:15:26 +01:00
ramcache.h periodic backup 2021-09-04 03:00:25 +01:00
sonic.c started writing the ramcache 2021-09-04 01:28:01 +01:00
sonic.h moved the *sonic related fields into a separate struct 2021-09-01 21:29:13 +01:00
util.c periodic backup 2021-09-04 03:00:25 +01:00
util.h more refactoring 2021-09-03 14:56:11 +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