httpdirfs/src
Fufu Fang 4bf5631714
Revert 60b885181a
It breaks the cache system completely.
2021-08-29 10:52:49 +01:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c Revert 60b885181a 2021-08-29 10:52:49 +01:00
cache.h now cache works on subsonic server 2019-10-24 02:15:05 +01:00
config.c improved debug messages 2021-08-22 02:26:09 +01:00
config.h improved debug messages 2021-08-22 02:26:09 +01:00
fuse_local.c janatorial changes 2021-08-08 15:50:35 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c improved debug messages 2021-08-22 02:26:09 +01:00
link.h Separated out config.c and config.h 2021-08-22 00:51:37 +01:00
log.c improved debug messages 2021-08-22 02:26:09 +01:00
log.h Temporarily increasing the debugging level on the master branch 2021-08-22 02:28:00 +01:00
main.c send help message to stdout 2021-08-22 02:56:38 +01:00
network.c improved debug messages 2021-08-22 02:26:09 +01:00
network.h Finished writing the code to generate Subsonic LinkTable 2019-10-23 21:04:25 +01:00
sonic.c improved debug messages 2021-08-22 02:26:09 +01:00
sonic.h Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
util.c improved debug messages 2021-08-22 02:26:09 +01:00
util.h Separated out config.c and config.h 2021-08-22 00:51:37 +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