..
evrtsp
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
inputs
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
library
[db] Fix error where adding Spotify track to queue returns "0 tracks added"
2021-05-24 21:55:09 +02:00
outputs
[airplay] Add mdns txt for Sonos Symfonisk
2021-05-21 18:50:28 +02:00
pair_ap
[airplay] Update pairing modules (pair_ap 0.2)
2021-03-07 23:02:14 +01:00
.gitignore
[-] Change forked-daapd -> owntone in src/.gitignore
2021-05-06 20:48:52 +02:00
artwork.c
[artwork] Refactor artwork_get() and fix issue #1139
2020-11-28 21:27:58 +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
avio_evbuffer.c
[xcode] Fix for "Invalid return value 0 for stream protocol" log msg
2021-04-05 09:57:50 +02:00
avio_evbuffer.h
[artwork] Add ability to rescale Spotify (should improve caching so we don't save too large images)
2016-01-05 21:44:44 +01:00
cache.c
[cache] Minor changes so "const char *" path arguments are accepted
2020-02-23 20:30:35 +01:00
cache.h
[cache] Minor changes so "const char *" path arguments are accepted
2020-02-23 20:30:35 +01:00
commands.c
[commands] Add missing include
2021-03-27 22:44:02 +01:00
commands.h
[command] Only execute "bottom half" function if main command function
2016-10-23 08:25:19 +02:00
conffile.c
[cfg] Add websocket_interface option
2021-03-31 23:55:25 +02:00
conffile.h
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
DAAP2SQL.g
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
daap_query.c
Adjust log messages
2015-04-22 21:54:31 +02:00
daap_query.gperf
Support for skip_count and time_skipped file metadata
2018-08-18 22:56:27 +02:00
daap_query.h
Move DAAP query hash table inside DAAP2SQL
2011-04-02 09:52:19 +02:00
DAAP.g
Add support for artist group request (experimental)
2013-08-29 22:00:37 +02: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
[db] Upgrade schema to 21.06, change default of query_limit to 0
2021-02-10 20:04:56 +01:00
db_init.h
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
db_upgrade.c
[db] Add some headers in db_upgrade.c for easier navigation
2021-02-10 20:05:56 +01:00
db_upgrade.h
[db] Move database upgrade logic to separate file
2016-01-24 18:51:22 +01:00
db.c
[db] Fix error where adding Spotify track to queue returns "0 tracks added"
2021-05-24 21:55:09 +02:00
db.h
[db] Upgrade schema to 21.06, change default of query_limit to 0
2021-02-10 20:04:56 +01:00
dmap_common.c
[dmap] Add a function able to make generate dmap errors without also sending them
2017-11-11 22:20:09 +01:00
dmap_common.h
[dmap] Add a function able to make generate dmap errors without also sending them
2017-11-11 22:20:09 +01:00
dmap_fields.gperf
Support for skip_count and time_skipped file metadata
2018-08-18 22:56:27 +02:00
http.c
[http] Also allow remote playlists to have https streams ( fixes #1251 )
2021-05-19 22:53:25 +02:00
http.h
[http] Change name of struct field for StreamUrl
2020-05-16 00:13:31 +02:00
httpd_artworkapi.c
[artwork] Remove old artwork_get_xxx in favor of new which has a format arg
2020-11-18 23:23:05 +01:00
httpd_artworkapi.h
[artworkapi/jsonapi] Retrieve artwork for track/album/artist
2018-10-07 21:54:38 +02:00
httpd_daap.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
httpd_daap.h
[httpd] More refactoring, reduce code duplication in the httpd_xxx modules
2017-11-11 22:20:09 +01:00
httpd_dacp.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
httpd_dacp.h
[httpd] Major refactor of the httpd request handling
2017-11-11 22:20:09 +01:00
httpd_jsonapi.c
[http] Also allow remote playlists to have https streams ( fixes #1251 )
2021-05-19 22:53:25 +02:00
httpd_jsonapi.h
[httpd] Major refactor of the httpd request handling
2017-11-11 22:20:09 +01:00
httpd_oauth.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
httpd_oauth.h
[httpd] Refactor httpd.c
2017-11-11 22:20:09 +01:00
httpd_rsp.c
[misc] Add utility network functions, incl configurable addr binding
2021-03-31 23:55:25 +02:00
httpd_rsp.h
[httpd] Major refactor of the httpd request handling
2017-11-11 22:20:09 +01:00
httpd_streaming.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
httpd_streaming.h
[player/outputs] Implement changed output interfaces in most backends
2019-03-18 23:06:08 +01:00
httpd.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
httpd.h
[httpd/spotify] Remove redirect to legacy admin.html page
2020-11-22 10:27:10 +01:00
input.c
[input] Fix possible segfault-on-exit
2021-04-22 17:00:36 +02:00
input.h
[input] Extra comment
2020-05-19 23:06:36 +02:00
lastfm.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02: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
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
library.h
[library] Add function to delete playlist by id that directly
2020-11-28 08:27:52 +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
[airplay] Separate naming of AirPlay 1 and 2, incl log domains
2021-01-10 15:05:21 +01:00
logger.h
[airplay] Separate naming of AirPlay 1 and 2, incl log domains
2021-01-10 15:05:21 +01:00
main.c
[-] Rename source and target names from forked-daapd to owntone
2021-04-24 23:54:20 +02:00
Makefile.am
[cfg] Rename configure macros FORK -> OWNTONE
2021-04-24 23:54:20 +02:00
mdns_avahi.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +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.c
[misc] Fix for evhttp_bind_socket not supporting dual stack ipv4/6 on BSD
2021-05-20 21:01:00 +02:00
misc.h
[http] Also allow remote playlists to have https streams ( fixes #1251 )
2021-05-19 22:53:25 +02:00
mpd.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
mpd.h
[mpd] move include of libevent from mpd.h to mpd.c
2015-05-09 07:46:33 +02:00
mxml-compat.h
[docs] Change git links: owntone/forked-daapd -> owntone/owntone-server
2021-04-01 22:09:26 +02:00
outputs.c
[player] Logging fixup
2021-01-10 15:05:21 +01:00
outputs.h
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
player.c
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
player.h
[-] Name update forked-daapd -> owntone throughout the code
2021-04-24 23:54:20 +02:00
remote_pairing.c
[mdns] Remove ipv4/ipv6 argument to mdns_browse
2021-03-31 23:55:25 +02:00
remote_pairing.h
[pairing] Refactor remote_pairing to use cmdbase
2020-03-18 14:56:05 +01:00
rng.c
[rng] Cleanup: remove unused function 'shuffle_ptr'
2016-12-03 11:12:19 +01:00
rng.h
[rng] Cleanup: remove unused function 'shuffle_ptr'
2016-12-03 11:12:19 +01:00
RSP2SQL.g
[gperf] Renamed products to .h so they aren't built if listed in SOURCES
2016-12-27 15:08:08 -08:00
rsp_query.c
Adapt for new input methods in ANTLR 3.4
2011-06-24 19:34:11 +02:00
rsp_query.gperf
Support for skip_count and time_skipped file metadata
2018-08-18 22:56:27 +02:00
rsp_query.h
Move RSP query hash table inside RSP2SQL
2011-04-02 09:52:19 +02:00
RSP.g
Allow ANTLR 3.5 to work
2015-10-05 23:10:45 +01:00
settings.c
[settings] add webinterface.recently_added_limit
2021-01-11 19:40:04 +01:00
settings.h
[settings] Add support for (optional) default values and remove default
2020-09-27 19:13:07 +02:00
SMARTPL2SQL.g
[SMARTPL] add 'random' in 'order by' clause
2020-05-09 15:47:30 +01:00
smartpl_query.c
Unify naming of "order by" clause in structs/table
2018-04-15 22:11:40 +02:00
smartpl_query.h
Unify naming of "order by" clause in structs/table
2018-04-15 22:11:40 +02:00
SMARTPL.g
[SMARTPL] add 'random' in 'order by' clause
2020-05-09 15:47:30 +01:00
spotify_webapi.c
[db] Fix error where adding Spotify track to queue returns "0 tracks added"
2021-05-24 21:55:09 +02:00
spotify_webapi.h
[spotify] Add an API endpoint for logging out of Spotify
2020-07-05 20:43:51 +02:00
spotify.c
[spotify] Add an API endpoint for logging out of Spotify
2020-07-05 20:43:51 +02:00
spotify.h
[spotify] Add an API endpoint for logging out of Spotify
2020-07-05 20:43:51 +02:00
transcode.c
[rsp] Add ALAC as a codec Roku supports (ref issue #1182 )
2021-01-29 20:31:53 +01:00
transcode.h
[xcode] Add profile for ALAC encoding
2021-01-18 00:19:34 +01:00
websocket.c
[web] Remove verbose listener_cb() logging added in commit f939215
2021-05-21 23:43:00 +02:00
websocket.h
[httpd/websocket/conf] Initial websocket implementation
2017-09-15 07:14:08 +02:00
worker.c
[worker] Remove not-so-useful log message
2020-05-25 22:42:22 +02:00
worker.h
Add a worker thread to support async tasks from the player thread
2015-03-31 23:05:24 +02:00