3323 Commits

Author SHA1 Message Date
Anders Betnér
a9785ade36 Made all html xhtml 1.0 strict compliant
lowercase tag names, make sure attributes as quoted and don't leave
any unclosed tags. also moved the 'http-equiv refresh' to the head tag
(it isn't allowed in the body)
2005-03-03 13:50:57 +00:00
Ron Pedde
c1f455b16f Fix content-type for xml serialized response 2005-03-03 06:56:58 +00:00
Ron Pedde
fb646037b0 add better content-type handling 2005-03-03 06:22:37 +00:00
Ron Pedde
3b26120a3b Add xml output for daap requests (using output=xml in request) 2005-03-03 06:07:11 +00:00
Ron Pedde
c86be33245 initial support for sqlite 2005-03-01 04:19:27 +00:00
Ron Pedde
f3b6ef46f9 use short options when getopt.h isn't present 2005-02-28 21:49:51 +00:00
Ron Pedde
cde5f4c917 Add Timo's match patch 2005-02-28 20:28:44 +00:00
Ron Pedde
4069118651 Timo's fix for short title buffer 2005-02-27 04:26:15 +00:00
Ron Pedde
f43da69cf7 Add Timo's wavstreamer 2005-02-27 03:34:07 +00:00
Ron Pedde
52074343b4 Timo's flac metainfo scanner 2005-02-27 00:42:27 +00:00
Ron Pedde
9afb28a4ab Add Tim's ogg and flac patches, plus convert the existing ogg metainfo reading
stuff to use vorbisfile.
2005-02-27 00:41:55 +00:00
Ron Pedde
ecaae83ce5 Add config option latin1_tags to fix utf-8 tags in text fields purporting to be latin1. Sadly, this is an all-or-nothing option. Perhaps one could autodetect? 2005-02-24 05:04:05 +00:00
Ron Pedde
de5ed17847 Fix problems with scanning fileinfo of files with uppercase extensions 2005-02-22 07:23:09 +00:00
Ron Pedde
bdd5ba39da integrate server-side conversion patches, -Wall cleanups, AMD64 fixes, and xml-rpc cleanups 2005-02-21 08:10:37 +00:00
Ron Pedde
c33eade8ba Add getPlaylistItems rpc function 2005-02-19 00:50:29 +00:00
Ron Pedde
f2ff609742 start framework for xml-rpc calls. 2005-02-17 04:24:16 +00:00
Ron Pedde
70ea2d7561 fix divide-by-zero bug. Doh 2005-02-05 21:22:47 +00:00
Ron Pedde
d0e71cbec8 removed as part of the atoll fix 2005-02-05 20:55:20 +00:00
Ron Pedde
1ea0bce3b3 re-fix the atoll thing 2005-02-05 20:54:55 +00:00
Ron Pedde
86b87b43dd Fix segfault on foreground on older redhats 2005-02-04 07:37:48 +00:00
Ron Pedde
ed0a9c9fb1 fix pidfile for heavyweight threads 2005-01-30 06:58:36 +00:00
Ron Pedde
bef2d8714c Fix problems with spaces in config files 2005-01-30 04:32:35 +00:00
Ron Pedde
9b6d39d447 Fix typo in usage, dont write pidfile unless running as root 2005-01-24 07:42:42 +00:00
Ron Pedde
5555707a6d Patches for slow connect speed from dirkthedaring2 2005-01-24 01:05:00 +00:00
Ron Pedde
be980f515d Fix miscounted items on rescans 2005-01-17 05:20:13 +00:00
Ron Pedde
1b38b66340 Tune down the seek errors on frame scanning 2005-01-12 04:04:00 +00:00
Ron Pedde
defcc6a614 Bump syslog messages up to LOG_NOTICE 2005-01-11 03:52:24 +00:00
Ron Pedde
7e5444c100 Better error messages on missing config 2005-01-11 03:48:56 +00:00
Ron Pedde
9dbd40bde8 Fix config_create_directory bug 2005-01-11 03:37:28 +00:00
Ron Pedde
c8a4fdd19d Order playlist items in the order they are in the playlist, rather than inverted 2005-01-11 01:12:02 +00:00
Ron Pedde
9eddb7e4ca Fix compile error on solaris 2005-01-10 18:11:29 +00:00
Ron Pedde
81ded39a63 Synchronize mDNS to Apples 58.8 drop 2005-01-10 01:07:01 +00:00
Ron Pedde
cd91e5362d fix problem with id3v2 comments 2005-01-09 21:50:48 +00:00
Ron Pedde
b8e421d8df Fix for "my libc doesn't have atoll" bug. 2005-01-09 20:34:12 +00:00
Ron Pedde
133e971edc Fixes for the "Doesn't actually delete stuff on rescan" bug. Thanks to Roger Mundt for the logs and documentation to track this down. 2005-01-09 20:02:01 +00:00
Ron Pedde
f7bec2c5f6 fix minor errno problem 2005-01-07 06:57:59 +00:00
Ron Pedde
185b339bf3 Typo 2005-01-07 05:58:04 +00:00
Ron Pedde
c681c03af1 Tune pidfile error 2005-01-07 05:57:52 +00:00
Ron Pedde
dd3bc4c731 Try and fix rendezvous problem 2005-01-07 05:37:46 +00:00
Ron Pedde
b5d490473a Fix compress and scan_type on config_write, SF bug 1093662 2005-01-02 19:05:22 +00:00
Ron Pedde
ae5613a1df fix solaris compile problems... take 2. 2004-12-31 04:57:33 +00:00
Ron Pedde
0b895d31f9 Fix for ssize_t undefined error 2004-12-31 03:44:16 +00:00
Ron Pedde
f044f7331e Check for zlib 1.2.0 or better for gzip content-encoding 2004-12-29 07:07:49 +00:00
Ron Pedde
cfe3c7675a Fix indent style. :) 2004-12-29 06:21:08 +00:00
Ron Pedde
1e17bf8c41 Add gzip content-encoding from patch by Ciamac Moallemi 2004-12-29 05:44:32 +00:00
Ron Pedde
9976d7b2cf Minor ogg fixups 2004-12-25 06:24:32 +00:00
Ron Pedde
4dd995db1c add oggvorbis capture info 2004-12-24 21:21:24 +00:00
Ron Pedde
7176d060a2 Add COMMENT keyword to smart playlists 2004-12-22 05:05:47 +00:00
Ron Pedde
e9e305586e reorder startup again 2004-12-22 04:59:34 +00:00
Ron Pedde
abe5ffbd09 change loggin destination 2004-12-21 04:38:15 +00:00