.. |
evrtsp
|
[evrtsp] Proper enum return type for evrtsp_parse_headers + evrtsp_parse_firstline
|
2023-04-25 23:09:25 +02:00 |
inputs
|
[xcode] Change the signature of transcode_setup/transcode_en/decode_setup()
|
2024-06-17 22:05:07 +02:00 |
library
|
[scan] Fix bug where playlist name isn't updated when m3u/pls file is renamed
|
2024-06-12 13:12:37 +02:00 |
outputs
|
[misc/player] Introduce output ability to announce supported formats
|
2024-06-17 22:25:20 +02:00 |
pair_ap
|
[airplay] Add support for password based authentication
|
2022-08-15 20:09:54 +02:00 |
parsers
|
[smartpl] Support larger smart playlists (fixes #1521)
|
2022-08-08 17:42:54 +02:00 |
.gitignore
|
[-] Update gitignore with removed rsp hash file
|
2022-01-31 00:42:46 +01:00 |
artwork.c
|
[xcode] Change the signature of transcode_setup/transcode_en/decode_setup()
|
2024-06-17 22:05:07 +02: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
|
[cache] Silence false gcc maybe-uninitialized warning
|
2024-06-25 23:39:06 +02: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
|
[config] Keep "cache_path" option but mark as deprecated
|
2024-06-17 23:04:20 +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_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 |
db.c
|
[misc/player] Introduce output ability to announce supported formats
|
2024-06-17 22:25:20 +02:00 |
db.h
|
[db] Fix memleak if db backup is enabled but fails
|
2024-04-03 22:04:39 +02: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
|
[http] Use curl for URL parsing instead of depending on httpd
|
2023-03-07 21:01:10 +01:00 |
http.h
|
[http/spotify] Add support for http sessions across multiple requests
|
2022-05-01 09:01:23 +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
|
[httpd/cache] Misc fixing up
|
2024-06-17 22:25:20 +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
|
[misc] New net_peer_address_is_trusted with cfg set default to "lan"
|
2024-06-16 01:17:11 +02:00 |
httpd_internal.h
|
[httpd/cache] Misc fixing up
|
2024-06-17 22:25:20 +02:00 |
httpd_jsonapi.c
|
[misc/player] Introduce output ability to announce supported formats
|
2024-06-17 22:25:20 +02:00 |
httpd_libevhttp.c
|
[httpd] Workaround evhttp_connection_get_addr() issue in libevent 2.1.6 and 8
|
2024-07-05 16:02:06 +02: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 |
httpd.c
|
[httpd] Fix startup crash after merge commit 4cbce79
|
2024-06-22 17:34:04 +02:00 |
httpd.h
|
[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
|
[scan/library] Media rating sync (#1681)
|
2024-01-24 23:30:02 +01:00 |
library.h
|
[scan/library] Media rating sync (#1681)
|
2024-01-24 23:30:02 +01:00 |
listener.c
|
[listener] Update so that comments etc match actual use
|
2020-05-25 22:42:22 +02:00 |
listener.h
|
[listener] Update so that comments etc match actual use
|
2020-05-25 22:42:22 +02: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
|
[main] Add a 'testrun' command line option for Github actions
|
2023-09-03 21:01:11 +02:00 |
Makefile.am
|
[misc] Add misc_xml.c to wrap mxml, fixes XML reading of CDATA (et al)
|
2023-11-12 23:43:38 +01: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 |
mdns.h
|
[-] Name update forked-daapd -> owntone throughout the code
|
2021-04-24 23:54: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] Add missing include of stdlib
|
2024-06-25 23:38:24 +02:00 |
misc_xml.h
|
[misc] Replace mxml with libxml2
|
2024-05-31 23:47:46 +02:00 |
misc.c
|
[cfg] Add "none" as "trusted_networks" option
|
2024-07-05 16:00:47 +02:00 |
misc.h
|
[misc/player] Introduce output ability to announce supported formats
|
2024-06-17 22:25:20 +02:00 |
mpd.c
|
[misc] New net_peer_address_is_trusted with cfg set default to "lan"
|
2024-06-16 01:17:11 +02: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
|
[httpd] Check speaker settings to determine DAAP/RSP stream format
|
2024-06-17 22:25:20 +02:00 |
player.h
|
[httpd] Check speaker settings to determine DAAP/RSP stream format
|
2024-06-17 22:25:20 +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
|
[web] Optionally Show FilePath on Now playing-Page
|
2023-03-15 22:32:16 +01:00 |
settings.h
|
[settings] Add support for (optional) default values and remove default
|
2020-09-27 19:13:07 +02: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 calculation of estimated wav sizes (causing M1001 crash)
|
2024-06-24 23:55:32 +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] Fix possible invalid read during shutdown
|
2023-12-29 17:34:48 +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 |