Commit Graph

108 Commits

Author SHA1 Message Date
Fufu Fang
282605b0ac fix: changed deprecated libcurl call 2023-07-25 14:57:08 +08:00
Fufu Fang
8479feb2f6
Bumped version number to 1.2.5 for Debian release 2023-02-24 19:47:23 +00:00
Fufu Fang
fe45afc6a1
Remove the usage of UBSAN
Address issue #113. Use of UBSAN in runtime could introduce
vulnerabilities.

Original bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031744

Reference:
https://www.openwall.com/lists/oss-security/2016/02/17/9
2023-02-23 01:44:18 +00:00
Jérôme Charaoui
74fac1dce0
bump VERSION in Makefile 2023-01-28 12:01:06 -05:00
Jérôme Charaoui
d1a10d489c add --name option to help2man
This resolves a lintian warning in Debian packaging
(manpage-has-useless-whatis-entry).
2022-04-24 00:27:12 -04:00
Jérôme Charaoui
66776261ca Remove generated manpage from repo
Packages generate it on the fly.
2022-04-22 12:32:47 -04:00
Fufu Fang
67edcc906f Clean up for the master branch 2021-09-04 12:41:33 +01:00
Fufu Fang
cbe8c83195 stable version for master 2021-09-04 03:15:26 +01:00
Fufu Fang
5d539c30b1 started writing the ramcache 2021-09-04 01:28:01 +01:00
Fufu Fang
d403fa339b minor refactoring 2021-09-03 15:41:22 +01:00
Fufu Fang
cd6bb5bee8 more refactoring 2021-09-03 14:56:11 +01:00
Fufu Fang
c64a139b46 refactoring transfer_blocking 2021-09-03 12:40:35 +01:00
Fufu Fang
b96ed88bec improved debug statements 2021-09-02 16:07:39 +01:00
Fufu Fang
2d42313e8f compiles, but not running properly 2021-09-02 15:36:53 +01:00
Fufu Fang
e7f06285df improved Makefile, fixed potential memory leak at Data_create 2021-09-01 12:34:53 +01:00
Fufu Fang
86003d2b6a Meta_create() now calls fclose itself 2021-09-01 12:19:20 +01:00
Fufu Fang
464c8e4863 Merged transfer status struct and transfer data struct 2021-09-01 11:56:18 +01:00
Fufu Fang
53c7e77575
updated Makefile 2021-08-31 18:55:56 +01:00
Fufu Fang
5e87ac92b0
Change error handling in cache.c, Updated Changelog.md 2021-08-31 18:49:49 +01:00
Fufu Fang
ff97740dac
updated Makefile for man page generation, updated man page 2021-08-31 15:39:13 +01:00
Fufu Fang
a9988c794a
added man into Makefile phony target 2021-08-31 12:25:11 +01:00
Fufu Fang
07603c36ba
improved log out, fixed help message output, Makefile now generates man page 2021-08-31 12:23:43 +01:00
Fufu Fang
0f3cc61875
relabelled all log outputs 2021-08-30 11:24:32 +01:00
Fufu Fang
67ec1ad7e5
Separated out config.c and config.h 2021-08-22 00:51:37 +01:00
Fufu Fang
9b23b69df2
Update Makefile 2021-08-08 14:32:36 +01:00
Fufu Fang
8481ab0c80
Merge pull request #66 from hiliev/macos-uninstall
Fix for uninstall on macOS
2021-06-05 11:52:46 +01:00
Hristo Iliev
92a73305f2 Uninstall for macOS 2021-06-05 11:07:46 +03:00
Fufu Fang
907f73fa6e
Update Makefile 2021-05-27 22:17:41 +01:00
Hristo Iliev
49198d5125 Ensure target bin directory is created on macOS 2021-05-27 22:59:18 +03:00
Hristo Iliev
1df02b08e8 Add install target for macOS 2021-05-27 22:38:22 +03:00
Hristo Iliev
e553463dc4 Patches to build on macOS 2021-05-27 21:49:51 +03:00
Fufu Fang
0f7a97bcba
minor spacing issue in Makefile 2021-05-26 00:39:00 +01:00
Josh Lilly
b177039ee7 FreeBSD build + install support added to Makefile 2019-11-01 15:40:39 +11:00
Fufu Fang
ea29af0e89
removed -g from Makefile 2019-10-28 00:27:03 +00:00
Fufu Fang
83f88dbe38
not sure why it crashes 2019-10-27 11:08:23 +00:00
Fufu Fang
1105f8a0ba
removed spurious debugging messages 2019-10-25 03:07:36 +01:00
Fufu Fang
647b106a7c
fixed segfault if the root of the airsonic folder has music file 2019-10-25 02:55:41 +01:00
Fufu Fang
93b4711d75
removed some unnecessary compilation flags 2019-10-24 03:18:49 +01:00
Fufu Fang
cf1d46edf4
fixed regression - cache system stopped working on regular http server
updated readme / help

Update README.md

Update README.md
2019-10-24 02:38:59 +01:00
Fufu Fang
a8ef8c88b5
added code to check if the server supports range requests 2019-10-24 00:44:18 +01:00
Fufu Fang
0f7623d1e7
succesfully mounted the filesystem, now need to actually download the music file 2019-10-23 21:36:08 +01:00
Fufu Fang
5062f511bd
Finished writing the code to generate Subsonic LinkTable
- Also refactored various bits and pieces
2019-10-23 21:04:25 +01:00
Fufu Fang
b7c63f4418
renamed MemoryStruct to DataStruct, removed spurious link type detection logic 2019-10-22 20:26:21 +01:00
Fufu Fang
cde4a13005
successfully downloading xml file from subsonic server 2019-10-22 01:53:28 +01:00
Fufu Fang
ed8452a4a3
factored out network / root link table initialisation code 2019-10-22 01:49:53 +01:00
Fufu Fang
65a9e7f908
half way writing sonic_LinkTable_new
- now need to write the parser
2019-10-22 00:42:46 +01:00
Fufu Fang
fbc8d3f8b2
Prepare to merge with master 2019-10-21 23:17:13 +01:00
Fufu Fang
ad093f4fc0
Merge branch 'master' into SubsonicFS 2019-10-21 23:16:19 +01:00
Fufu Fang
50ccaaf43c
Bump version to 1.1.10 2019-10-21 23:16:03 +01:00
Fufu Fang
eaabc877a0
added md5 checksum generation and salt generation 2019-10-21 02:11:54 +01:00