httpdirfs/src
Fufu Fang 1a9c10f783
more changes to the subsonic module
completed sonic_gen_auth_str()

completed sonic_gen_url_first_part()

change calloc to CALLOC (the wrapper function with error handling)
2019-10-21 23:12:02 +01:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.h Fixed regression: LinkTable caching now works again. 2019-09-04 19:53:11 +01:00
fuse_local.c changed header inclusion order 2019-04-24 04:28:54 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
link.h more changes to the subsonic module 2019-10-21 23:12:02 +01:00
main.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
network.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
network.h more changes to the subsonic module 2019-10-21 23:12:02 +01:00
sonic.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
sonic.h more changes to the subsonic module 2019-10-21 23:12:02 +01:00
util.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
util.h more changes to the subsonic module 2019-10-21 23:12:02 +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