owntone-server/src
Christian Meffert 11fc7d3962
Merge pull request #1828 from chme/feat/devcontainer
dev: Add template for VSCode settings and devcontainers
2025-01-18 10:34:22 +01:00
..
evrtsp [evrtsp] Proper enum return type for evrtsp_parse_headers + evrtsp_parse_firstline 2023-04-25 23:09:25 +02:00
inputs Merge pull request #1818 from chme/feat/libevent-2.2-ws 2025-01-18 07:12:12 +01:00
library [scan] Fix playlist scanner ignoring lines starting with non-ascii chars 2024-08-20 19:05:36 +02:00
outputs [rcp] Fix for RCP devices not getting removed 2024-08-08 00:22:41 +02:00
pair_ap [airplay] Add support for password based authentication 2022-08-15 20:09:54 +02:00
parsers [mpd] Add Bison/Flex parser for complex mpd commands + misc 2024-09-16 21:17:32 +02:00
.gitignore [-] Update gitignore with removed rsp hash file 2022-01-31 00:42:46 +01:00
Makefile.am [web] Implement libevent ws in httpd_libeventhttp, address thread safety 2024-12-27 13:54:50 +01:00
artwork.c [artwork] Fix concurrency issues with online search and artwork retrieval 2025-01-17 17:21:42 +01:00
artwork.h [artwork] Remove old artwork_get_xxx in favor of new which has a format arg 2020-11-18 23:23:05 +01:00
cache.c [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
cache.h [misc/player] Introduce output ability to announce supported formats 2024-06-17 22:25:20 +02:00
commands.c [httpd] Multithread solution using worker threads instead of httpd threads 2023-03-07 21:01:45 +01:00
commands.h [command] Only execute "bottom half" function if main command function 2016-10-23 08:25:19 +02:00
conffile.c [mpd] Refactor commit 9962c743 and other stuff in mpd.c 2024-09-16 21:17:32 +02:00
conffile.h [-] Name update forked-daapd -> owntone throughout the code 2021-04-24 23:54:20 +02:00
daap_query.gperf [daap/smartpl] Add new bison/flex parsers 2022-01-29 17:46:40 +01:00
dacp_prop.gperf [dacp/player] Change support for prevent-playback and busy (ref issue #934) 2020-04-10 21:01:41 +02:00
db.c [db] Add cli parameter to overwrite path to SQLite extension 2024-12-27 13:17:23 +01:00
db.h [db] Add cli parameter to overwrite path to SQLite extension 2024-12-27 13:17:23 +01:00
db_init.c [player/jsonapi/db] Add interface to get and set an output format 2024-06-17 22:25:20 +02:00
db_init.h [player/jsonapi/db] Add interface to get and set an output format 2024-06-17 22:25:20 +02:00
db_upgrade.c [player/jsonapi/db] Add interface to get and set an output format 2024-06-17 22:25:20 +02:00
db_upgrade.h [db] Move database upgrade logic to separate file 2016-01-24 18:51:22 +01:00
dmap_common.c [dmap] Change date type to int64, fix for "Integer value too large" 2024-06-09 22:20:33 +02:00
dmap_common.h [xcode/daap/rsp] Default transcode to 320 kbps mp3 instead of wav 2023-12-04 17:26:03 +01:00
dmap_fields.gperf Support for skip_count and time_skipped file metadata 2018-08-18 22:56:27 +02:00
evthr.c [evhtr] Consolidate pool threading in evthr.c 2023-03-07 21:01:10 +01:00
evthr.h [evhtr] Consolidate pool threading in evthr.c 2023-03-07 21:01:10 +01:00
http.c [artwork] Fix concurrency issues with online search and artwork retrieval 2025-01-17 17:21:42 +01:00
http.h [http] Support for extracting artwork url from within StreamUrl field 2025-01-17 17:21:42 +01:00
httpd.c [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
httpd.h [misc/player] Introduce output ability to announce supported formats 2024-06-17 22:25:20 +02:00
httpd_artworkapi.c [misc] New net_peer_address_is_trusted with cfg set default to "lan" 2024-06-16 01:17:11 +02:00
httpd_daap.c Revert "[daap] Fix for Apple Music/iTunes not working on Airplay host" 2024-09-30 16:13:31 +02:00
httpd_daap.h [httpd] Refactor to use modules for daap, dacp, json api etc. 2023-03-07 21:01:10 +01:00
httpd_dacp.c [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
httpd_internal.h [httpd/cache] Misc fixing up 2024-06-17 22:25:20 +02:00
httpd_jsonapi.c [json-api] Setting of track attribs time_played/time_skipped and make generic 2024-10-17 23:31:46 +02:00
httpd_libevhttp.c [httpd] Fix infinite loop with more than one ws connection 2024-12-27 18:38:07 +01:00
httpd_oauth.c [httpd] Make http modules agnostic to evhttp 2023-03-07 21:01:10 +01:00
httpd_rsp.c [httpd/cache] Misc fixing up 2024-06-17 22:25:20 +02:00
httpd_streaming.c [misc/player] Introduce output ability to announce supported formats 2024-06-17 22:25:20 +02:00
input.c [player] Coverity fixups 2022-01-20 20:17:38 +01:00
input.h [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
lastfm.c [misc] Add misc_xml.c to wrap mxml, fixes XML reading of CDATA (et al) 2023-11-12 23:43:38 +01:00
lastfm.h [lastfm/jsonapi/ws/main] New JSON-API-endpoints for Last.fm integration 2017-10-28 12:22:45 +02:00
library.c [json-api] Setting of track attribs time_played/time_skipped and make generic 2024-10-17 23:31:46 +02:00
library.h [json-api] Setting of track attribs time_played/time_skipped and make generic 2024-10-17 23:31:46 +02:00
listener.c [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
listener.h [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
logger.c [outputs] new output: RCP/Roku/SoundBridge devices 2022-02-05 21:59:00 +00:00
logger.h [outputs] new output: RCP/Roku/SoundBridge devices 2022-02-05 21:59:00 +00:00
main.c [db] Add cli parameter to overwrite path to SQLite extension 2024-12-27 13:17:23 +01:00
mdns.h [-] Name update forked-daapd -> owntone throughout the code 2021-04-24 23:54:20 +02:00
mdns_avahi.c [mdns] Fix OwnTone not updating speaker addresses on ip change 2024-06-04 17:11:45 +02:00
mdns_dnssd.c [-] Name update forked-daapd -> owntone throughout the code 2021-04-24 23:54:20 +02:00
misc.c [misc] Improve logging of int conversion errors 2024-12-13 11:25:43 +01:00
misc.h [misc/player] Introduce output ability to announce supported formats 2024-06-17 22:25:20 +02:00
misc_json.c [misc] Change json_drilldown to _select and fix error case 2020-02-23 20:30:35 +01:00
misc_json.h [misc] Correct comment 2021-03-27 22:44:16 +01:00
misc_xml.c [misc] Fix XML-encoding of strings with XML chars 2024-08-23 21:12:25 +02:00
misc_xml.h [misc] Replace mxml with libxml2 2024-05-31 23:47:46 +02:00
mpd.c [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
mpd.h [mpd] move include of libevent from mpd.h to mpd.c 2015-05-09 07:46:33 +02:00
outputs.c [xcode] Change the signature of transcode_setup/transcode_en/decode_setup() 2024-06-17 22:05:07 +02:00
outputs.h [misc/player] Introduce output ability to announce supported formats 2024-06-17 22:25:20 +02:00
player.c [settings] Make settings convenience macros more convenient 2025-01-17 17:21:42 +01:00
player.h [player] Add a index attribute to struct player_speaker_info + a getter 2024-09-25 19:28:53 +02:00
remote_pairing.c [remote] Coverity fixups 2022-01-20 21:42:05 +01:00
remote_pairing.h [pairing] Refactor remote_pairing to use cmdbase 2020-03-18 14:56:05 +01:00
rng.c [db] Coverity fixups 2022-01-20 20:17:38 +01:00
rng.h [db] Coverity fixups 2022-01-20 20:17:38 +01:00
settings.c [settings] Move two settings to artwork category 2025-01-17 17:26:19 +01:00
settings.h [settings] Make settings convenience macros more convenient 2025-01-17 17:21:42 +01:00
smartpl_query.c [db] Fix incorrect sorting of album/artist searches via web api (#1421) 2022-02-20 10:18:13 +01:00
smartpl_query.h Unify naming of "order by" clause in structs/table 2018-04-15 22:11:40 +02:00
transcode.c [xcode] Fix last seconds being skipped when custom filters enabled 2024-08-09 17:42:58 +02:00
transcode.h [httpd] Check speaker settings to determine DAAP/RSP stream format 2024-06-17 22:25:20 +02:00
websocket.c [web] Implement libevent ws in httpd_libeventhttp, address thread safety 2024-12-27 13:54:50 +01:00
websocket.h [httpd/websocket/conf] Initial websocket implementation 2017-09-15 07:14:08 +02:00
worker.c [httpd] Multithread solution using worker threads instead of httpd threads 2023-03-07 21:01:45 +01:00
worker.h [httpd] Multithread solution using worker threads instead of httpd threads 2023-03-07 21:01:45 +01:00