httpdirfs/src
Fufu Fang 27f348c104
Merge pull request #69 from fangfufu/master
Backporting changes from master
2021-07-27 09:45:01 +01:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c fix: Failed to mount an empty file in the cache state 2021-07-27 15:55:19 +08:00
cache.h now cache works on subsonic server 2019-10-24 02:15:05 +01:00
fuse_local.c more comments 2021-06-02 02:20:33 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
httpdirfs.c now generate a separate sonicfs binary 2021-06-05 04:31:29 +01:00
link.c converted sonic_id to a string, to support epoupon LMS 2019-10-28 01:09:55 +00:00
link.h converted sonic_id to a string, to support epoupon LMS 2019-10-28 01:09:55 +00:00
main.c now generate a separate sonicfs binary 2021-06-05 04:31:29 +01:00
main.h now generate a separate sonicfs binary 2021-06-05 04:31:29 +01:00
network.c Added --config flag, updated CHANGELOG.md 2019-10-28 01:45:13 +00:00
network.h Finished writing the code to generate Subsonic LinkTable 2019-10-23 21:04:25 +01:00
sonic.c Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
sonic.h Update documentation for sonic.c / sonic.h 2019-10-28 12:54:01 +00:00
sonicfs.c now generate a separate sonicfs binary 2021-06-05 04:31:29 +01:00
util.c now generate a separate sonicfs binary 2021-06-05 04:31:29 +01:00
util.h now generate a separate sonicfs binary 2021-06-05 04:31:29 +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