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 DLNA.ORG_FLAGS support, and clean up transferMode support.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
* Switch to autoconf from genconfig.sh.
2011-09-03* Add a verbose logging parameter and playlist skipping, based on SF bug ↵Justin Maggard
#3395238.
2011-07-23* Use MiniSSDPd if it is available. (Thanks Thomas Bernard)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.
2011-03-03* Replace __u32's with uint32_t.Justin Maggard
2011-02-18* Add PnP-X support.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-10-27* Add a separate option log_dir for the log directory.Justin Maggard
2009-11-19* Allow the user to specify where to keep the database in the config file.Justin Maggard
2009-10-22* Add initial support for 3gp video files.Justin Maggard
* Add LPCM to the main SourceProtocolInfo list.
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-10-03* Clean up after some memory allocations before exit so valgrind is happy.Justin Maggard
* Fork off the scanner process instead of doing it in another thread, so if libavformat leaks memory it will be cleaned up once scanning is finished.
2009-09-01* Use our own time-based UUID generation functions, to help eliminate ↵Justin Maggard
potential compiling issues.
2009-05-01* Add client type caching code, so we can behave in a customized manner if ↵Justin Maggard
necessary for certain clients.
2009-02-24* Add some preliminary code for the eventual possibility of TiVo support.Justin Maggard
2009-02-17* Fix inotify detection in the root media directory.Justin Maggard
* Hold off creating inotify watches until the initial file scan is complete. * Use a thread instead of fork when scanning.
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-23Initial revisionJustin Maggard