Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14* Use an asprintf wrapper, to report errors and NULLify the result.Justin Maggard
2012-02-14* Add support for user-configurable log level settings.Justin Maggard
2012-02-14* Properly escape double quotes.Justin Maggard
2012-02-11* Fix false positives in playlist caching optimization when we have duplicate...Justin Maggard
2011-11-19* Improve trimming of quotation marks.Justin Maggard
2011-11-19* Fix some unused result warnings.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-07-18* Fix confusing error messages due to corrupted string after make_dir() failu...Justin Maggard
2011-05-14* Introduce a new strcatf() function to help simplify some areas of the code.jmaggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-04-21* Escape video tags.Justin Maggard
2011-02-15* Don't expose album art images in the content directory.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-02-23* Detect and ignore recursive symbolic links.Justin Maggard
2010-01-14* Add M3U/PLS music playlist support.Justin Maggard
2009-11-25* Make UPnPSearch case insensitive like it's supposed to be.Justin Maggard
2009-11-19* Allow the user to specify where to keep the database in the config file.Justin Maggard
2009-11-19* Make UPnPSearch using the "contains" keyword work properly with substring s...Justin Maggard
2009-11-12* Add strstrc() function which helps avoid a couple reads of unitialized memory.Justin Maggard
2009-11-10* Add 3gpp audio support.Justin Maggard
2009-10-22* Add initial support for 3gp video files.Justin Maggard
2009-10-13* Add PCM support, assuming defaults of 44.1K and 2 channels.Justin Maggard
2009-09-29* Check .mov files for video content when scanning.Justin Maggard
2009-08-07* Add Ogg scanning support.Justin Maggard
2009-07-08* If a new file is noticed by inotify, check if it is cover art for existing ...Justin Maggard
2009-06-05* To my surprise, XFS doesn't support dt_type in readdir results, so we need ...Justin Maggard
2009-06-03* Handle @id in SearchCriteria.Justin Maggard
2009-05-28* Ensure that ends_with() actually tests against the end of the string.Justin Maggard
2009-04-30* Use glob instead of like, to take advantage of indexes.Justin Maggard
2009-04-16* Fix some issues with ampersand escaping.Justin Maggard
2009-03-19* Get rid of all depenence on libgd, and use libjpeg directly.Justin Maggard
2009-03-13* Many changes for TiVo support. It actually [kinda] works. :)Justin Maggard
2009-02-16* Downscale album art files to JPEG_TN specs and cache them if we find album ...Justin Maggard
2009-01-30* Forgot to add some new files...Justin Maggard