httpdirfs/src
Hristo Iliev e553463dc4 Patches to build on macOS 2021-05-27 21:49:51 +03:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c converted sonic_id to a string, to support epoupon LMS 2019-10-28 01:09:55 +00:00
cache.h now cache works on subsonic server 2019-10-24 02:15:05 +01:00
fuse_local.c Patches to build on macOS 2021-05-27 21:49:51 +03:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +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 Added --config flag, updated CHANGELOG.md 2019-10-28 01:45:13 +00: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
util.c added -insecure_tls 2019-10-28 00:50:28 +00:00
util.h added -insecure_tls 2019-10-28 00:50:28 +00: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