owntone-server/src
ejurgensen ebfff85afa Fix problems with iTunes 12.1, see issue #100
- don't announce group support to iTunes
    - support for absolute http url streaming requests
2015-02-06 22:14:26 +01:00
..
evhttp Preproc defines in evhttp_compat.h to protect against double inclusion 2014-08-15 22:53:47 +02:00
evrtsp Make compatible with libevent 2.0 by crippling streaming and ICY metadata (see issue #30) 2014-05-30 23:39:03 +02:00
.gitignore
artwork.c Revert "Merge branch 'db' of git://github.com/chme/forked-daapd into chme-db" 2015-01-08 22:40:47 +01:00
artwork.h Artwork caching (pull request #61), and also: 2014-11-10 22:53:08 +01:00
avio_evbuffer.c Let configure check libevent version and include according to version 2014-03-13 23:33:35 +01:00
avio_evbuffer.h Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
cache.c Minor adjustments to cache.c, mostly adjusted log messages 2015-01-18 00:32:07 +01:00
cache.h Merge branch 'ownartwork' of @couteau and various modifications (see pr #75) 2015-01-03 00:31:48 +01:00
conffile.c Add option to exclude paths from scanning based on regex 2015-01-14 21:50:25 +01:00
conffile.h
DAAP2SQL.g Improve select for files table by removing f.media_kind = 32 from the 2015-01-08 22:44:09 +01:00
daap_query.c Add support for query-modifier=containers in DACP playqueue-edit 2014-03-31 01:53:46 +02:00
daap_query.gperf Support for daap.songartistid 2013-12-18 19:26:27 +01:00
daap_query.h
DAAP.g Add support for artist group request (experimental) 2013-08-29 22:00:37 +02:00
dacp_prop.gperf
db.c Revert "Don't add duplicates (same fname, artist, album and title), issue #85" 2015-01-16 22:32:23 +01:00
db.h Revert "Don't add duplicates (same fname, artist, album and title), issue #85" 2015-01-16 22:32:23 +01:00
dmap_common.c Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
dmap_common.h Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
dmap_fields.gperf Support songartistid (asri) in group requests and queuefilter=artist 2014-02-21 20:39:57 +01:00
ffmpeg_url_evbuffer.c
ffmpeg_url_evbuffer.h
filescanner_ffmpeg.c Fix for issue #62 (slow internet streams), credit @chme 2015-01-02 23:24:44 +01:00
filescanner_icy.c Fixup new libav 10 icy extraction 2014-06-02 21:51:50 +02:00
filescanner_itunes.c Fix filepath matching for iTunes library import 2015-01-29 21:07:52 +01:00
filescanner_playlist.c Add support for .pls playlists 2014-08-27 21:57:16 +02:00
filescanner.c Revert "Don't add duplicates (same fname, artist, album and title), issue #85" 2015-01-16 22:32:23 +01:00
filescanner.h Remove EVLOOP_ONCE calls in filescanner 2014-09-08 21:57:52 +02:00
httpd_daap.c Fix problems with iTunes 12.1, see issue #100 2015-02-06 22:14:26 +01:00
httpd_daap.h Adjust daapcache so it serves User-Agent to httpd_daap's reply handlers 2014-08-23 00:02:01 +02:00
httpd_dacp.c Only do hex conversion if param is 0x-format. Also accept song-spec from Retune (issue #90). 2015-01-26 22:37:02 +01:00
httpd_dacp.h Migrate all evhttp to non-deprecated libevent2 2014-05-29 23:22:00 +02:00
httpd_rsp.c Adjust daapcache so it serves User-Agent to httpd_daap's reply handlers 2014-08-23 00:02:01 +02:00
httpd_rsp.h Migrate all evhttp to non-deprecated libevent2 2014-05-29 23:22:00 +02:00
httpd.c Adjust daapcache so it serves User-Agent to httpd_daap's reply handlers 2014-08-23 00:02:01 +02:00
httpd.h Migrate all evhttp to non-deprecated libevent2 2014-05-29 23:22:00 +02:00
lastfm.c Fix bug where LastFM session key in db was ignored 2014-09-08 23:13:12 +02:00
lastfm.h Support for LastFM scrobbling (issue #19) 2014-08-15 23:36:54 +02:00
laudio_alsa.c Fix laudio buffer underrun (issue #87) 2015-01-17 14:31:41 +01:00
laudio_oss4.c
laudio.h
logger.c Change text for severity log from ERROR to LOG 2015-01-07 21:50:24 +01:00
logger.h Artwork caching (pull request #61), and also: 2014-11-10 22:53:08 +01:00
main.c Artwork caching (pull request #61), and also: 2014-11-10 22:53:08 +01:00
Makefile.am Artwork caching (pull request #61), and also: 2014-11-10 22:53:08 +01:00
mdns_avahi.c Forgot to remove some debug messages in mdns_avahi.c 2014-03-16 23:14:30 +01:00
mdns.h
misc.c Only do hex conversion if param is 0x-format. Also accept song-spec from Retune (issue #90). 2015-01-26 22:37:02 +01:00
misc.h Fix FreeBSD sound timing problems 2014-09-27 22:59:19 +02:00
pipe.c Return silence if the pipe read was blocked (credit bfitz) 2014-10-07 19:55:28 +02:00
pipe.h Proper update to libevent 2 in spotify.h and pipe.h 2014-09-28 22:26:23 +02:00
player.c first song not shuffled 2015-02-01 10:51:43 +01:00
player.h Drop special FreeBSD stream period 2014-09-27 23:08:24 +02:00
raop.c Fix bug in float to string conversion of raop volume (credit @andreas-p, issue #84) 2015-01-08 22:03:53 +01:00
raop.h Honor the "ek" (encryption) flag for RAOP_DEV_OTHER + slight rewrite of raop_device_cb 2014-05-18 17:19:50 +02:00
remote_pairing.c Change log level of .remote message to ease pairing troubleshooting 2014-06-02 21:08:24 +02:00
remote_pairing.h
rng.c
rng.h
RSP2SQL.g Use table aliases in all queries, update RSP & DAAP filters to match 2011-09-10 12:56:30 +02:00
rsp_query.c
rsp_query.gperf
rsp_query.h
RSP.g
scan-flac.c
scan-mpc.c
scan-wma.c
spotify.c Better log message when libspotify is missing 2015-01-28 19:59:38 +01:00
spotify.h Proper update to libevent 2 in spotify.h and pipe.h 2014-09-28 22:26:23 +02:00
transcode.c Fix for issue #62 (slow internet streams), credit @chme 2015-01-02 23:24:44 +01:00
transcode.h Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00