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 (Collapse)Author
2012-02-14* Add support for user-configurable log level settings.Justin Maggard
2011-07-23* Use MiniSSDPd if it is available. (Thanks Thomas Bernard)Justin Maggard
2011-07-01* Fix up some minor quibbles from cppcheck.Justin Maggard
2011-06-25* Add the ability to change the root media container. (Thanks to Ivan Mironov)Justin Maggard
2011-03-12* When called with -R, only remove art_cache and files.db in case users use ↵v1.0.19Justin Maggard
an imporant directory as their db dir. * Touch up log directory handling. If there is no log dir, but there is a db dir, store the log in the db dir.
2009-11-19* Allow the user to specify where to keep the database in the config file.Justin Maggard
2009-10-15* Make strict DLNA adherence optional. Many products appear to handle JPEGs ↵Justin Maggard
>4096x4096 classified as JPEG_LRG, and it's better to not downscale if we don't have to.
2009-06-30* Add new options to (1) force a rescan at startup, (2) display help text, ↵Justin Maggard
and (3) bind to a specified network interface.
2009-06-17* Don't try reading info from a new file if that new file has no size.Justin Maggard
2009-06-16* Increment version to 1.0.14.Justin Maggard
* Fix TiVo beacon issue where it would only broadcast on eth0. * Fix a couple gcc4.4 warnings.
2009-03-13* Many changes for TiVo support. It actually [kinda] works. :)Justin Maggard
2009-03-07* Add ReadyNAS-specific flag file support.Justin Maggard
2009-02-24* Add some preliminary code for the eventual possibility of TiVo support.Justin Maggard
2009-02-10* Allow users to specify the file names and order that the Album Art scanner ↵Justin Maggard
will search for. * Lots of changes for inotify support.
2009-02-03* Fix some possible memory leaks.Justin Maggard
* Pay attention to the specified port number. * Add support for multiple media directories, and allow content filtering on the directories.
2009-01-31* Code cleanup.Justin Maggard
2009-01-23Remove obsolete up/downstream_bitrate code.Justin Maggard
2009-01-22Lots of changes, but notably:Justin Maggard
* MiniDLNA can now pass the DLNA Conformance Test! * Dependence on libdlna has been removed, and the ffmpeg libs are used directly. * Lots of unused code has been cleaned up. * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
2008-10-23Rename default .conf file.Justin Maggard