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-20* Fix a compiling issue with NLS enabled.HEADmastercvsJustin Maggard
2012-02-28* Improve handling of the media_dir setting.Justin Maggard
2012-02-25* Tweak log levels for some messages.Justin Maggard
2012-02-23* Require absolute filename for pidfile. (Thanks Andrea Biardi)Justin Maggard
2012-02-23* Only remove the pidfile if one was written in the first place. (Thanks Andr...Justin Maggard
2012-02-14* Add support for user-configurable log level settings.Justin Maggard
2012-02-14* Miscellaneous minor cleanups for string termination and unfreed memory at e...Justin Maggard
2012-01-21* Enhance error checking in some additional places as required by the latest ...Justin Maggard
2012-01-10* Rework how we do some very early-stage logging, and clean up a few warnings.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-09-03* Add a verbose logging parameter and playlist skipping, based on SF bug #339...Justin Maggard
2011-09-03* Simplify daemonize ifdefs.Justin Maggard
2011-08-06* Add bookmark support for Samsung TVs.Justin Maggard
2011-07-23* Use MiniSSDPd if it is available. (Thanks Thomas Bernard)Justin Maggard
2011-06-25* Add the ability to change the root media container. (Thanks to Ivan Mironov)Justin Maggard
2011-06-23* Add PnP-X info for a couple more models.Justin Maggard
2011-05-24* Add support for multiple network interfaces.Justin Maggard
2011-04-28* Fix bug where the UpdateID was not being incremented during a full rescan.Justin Maggard
2011-04-12* Properly get and use the interface's netmask during LAN address configuration.Justin Maggard
2011-03-31* Add missing newlines for some log messages.Justin Maggard
2011-03-12* When called with -R, only remove art_cache and files.db in case users use a...v1.0.19Justin Maggard
2011-02-18* Allow users to set the location for translation files.Justin Maggard
2011-02-18* Finish up the friendly name on ReadyNAS.Justin Maggard
2011-02-18* Add PnP-X support.Justin Maggard
2011-02-17* Fix TiVo beacon support so that we respond to beacons, and drain the socket...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-10-27* Add a separate option log_dir for the log directory.Justin Maggard
2010-10-27* Do not delete the DB_PATH when called with -R.Justin Maggard
2010-07-17* Add basic NLS support, so clients can display localized strings during brow...Justin Maggard
2010-06-04* Free configuration memory from the scanner process before it quits.Justin Maggard
2009-11-19* Allow the user to specify where to keep the database in the config file.Justin Maggard
2009-11-17* Set database pragma for optimal performance on every DB open.Justin Maggard
2009-11-04* Rework the sql_exec function to use format arguments, to simplfy the code.Justin Maggard
2009-11-02* Implement and use new sql_get_int_field() function to simplify getting inte...Justin Maggard
2009-10-24* Add bits for static linking.Justin Maggard
2009-10-24* Don't use getifaddrs(), since it's not portable; and rework the MAC address...Justin Maggard
2009-10-15* Make strict DLNA adherence optional. Many products appear to handle JPEGs ...Justin Maggard
2009-10-03* Clean up after some memory allocations before exit so valgrind is happy.Justin Maggard
2009-09-30* Include the port number in the default presentation URL. One user claims X...Justin Maggard
2009-09-16* Make realpath() usage not depend on implementation-specific behavior.Justin Maggard
2009-09-01* Use our own time-based UUID generation functions, to help eliminate potenti...Justin Maggard
2009-07-23* Also warn about old sqlite3 libraries during compile time.Justin Maggard
2009-07-23* Add checks and change behavior based the type of sqlite library we're linke...Justin Maggard
2009-07-10* Prevent a segmentation fault if $LOGNAME is not set during startup.Justin Maggard
2009-07-09* If the realpath() function does not work with the non-standard "resolved_pa...Justin Maggard
2009-07-09* Print SQLite library version on startup.Justin Maggard
2009-06-30* Add new options to (1) force a rescan at startup, (2) display help text, an...Justin Maggard
2009-06-16* Increment version to 1.0.14.Justin Maggard
2009-06-16* Take notifications back out of their own thread, and rely on select timeouts.Justin Maggard