httpdirfs/src
Fufu Fang a8ef8c88b5
added code to check if the server supports range requests
2019-10-24 00:44:18 +01:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c added code to check if the server supports range requests 2019-10-24 00:44:18 +01:00
cache.h Finished writing the code to generate Subsonic LinkTable 2019-10-23 21:04:25 +01:00
fuse_local.c renamed MemoryStruct to DataStruct, removed spurious link type detection logic 2019-10-22 20:26:21 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c added code to check if the server supports range requests 2019-10-24 00:44:18 +01:00
link.h added code to check if the server supports range requests 2019-10-24 00:44:18 +01:00
main.c Changed sonic mode detection, fixed file listing 2019-10-23 22:34:46 +01:00
network.c Finished writing the code to generate Subsonic LinkTable 2019-10-23 21:04:25 +01:00
network.h Finished writing the code to generate Subsonic LinkTable 2019-10-23 21:04:25 +01:00
sonic.c added code to check if the server supports range requests 2019-10-24 00:44:18 +01:00
sonic.h succesfully mounted the filesystem, now need to actually download the music file 2019-10-23 21:36:08 +01:00
util.c succesfully mounted the filesystem, now need to actually download the music file 2019-10-23 21:36:08 +01:00
util.h added code to check if the server supports range requests 2019-10-24 00:44:18 +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