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-03-20* Fix compiling on FreeBSD. (Thanks Douglas Carmichael)Justin Maggard
2012-03-14* Use an asprintf wrapper, to report errors and NULLify the result.Justin Maggard
2012-03-14* Handle some (apparently) common WAV file malformations.Justin Maggard
2012-03-08* Fix a crash bug on some oddly-formed WAV files.Justin Maggard
2012-03-08* Add a MAXDEBUG log level.Justin 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-23* Make the DPRINTF macro more robust. (Thanks Andrea Biardi)Justin Maggard
2012-02-17* Force strict error checking a couple other places when strict_dlna mode is ...Justin Maggard
2012-02-14* Add DLNA.ORG_FLAGS support, and clean up transferMode support.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-14* Improve error checking for DLNA CTT compliance.Justin Maggard
2012-02-14* Support filtering of the upnp:storageUsed property.Justin Maggard
2012-02-14* Miscellaneous minor cleanups for string termination and unfreed memory at e...Justin Maggard
2012-02-14* Trim the camera model from EXIF tags.Justin Maggard
2012-02-14* Fix potential double-free in one error condition.Justin Maggard
2012-02-14* Use proper SSDP TTL of 4, instead of 1.Justin Maggard
2012-02-11* Fix false positives in playlist caching optimization when we have duplicate...Justin Maggard
2012-02-06* Handle an empty DeviceID from Zyxel media player SOAP request.Justin Maggard
2012-01-31* Fix inotify detection of caption file removal.Justin Maggard
2012-01-31* Fix playlist browsing with no SortOrder specified. (SF bug #3481524)Justin Maggard
2012-01-23* Fix a couple errors in the rotation code.Justin Maggard
2012-01-22* Fix the daemon() configure test.Justin Maggard
2012-01-22* Add image rotation support during resize. (mostly useful for TiVo)Justin Maggard
2012-01-21* Fix a potential segfault on requests for existing objects with no path. (Th...Justin Maggard
2012-01-21* Enhance error checking in some additional places as required by the latest ...Justin Maggard
2012-01-18* Resizing from thumbnails isn't useful now that we are using JPEG pre-scaling.Justin Maggard
2012-01-14* Add status function.Justin Maggard
2012-01-10* Give a more thorough error message for a certain failed sqlite operation.Justin Maggard
2012-01-10* Rework how we do some very early-stage logging, and clean up a few warnings.Justin Maggard
2012-01-10* Fix a strange SQL error adding watches, and clean up some warnings.Justin Maggard
2012-01-09* Add workarounds for LifeTab tablets' bad behavior.Justin Maggard
2011-12-26* Fix inotify detection issue on first-level folders.Justin Maggard
2011-12-17* Escape image creator/camera model text. (SF Bug #3460941)Justin Maggard
2011-12-16* Add an LG quirk to force a dot into the title of videos with subtitles asso...Justin Maggard
2011-12-16* Include PV namespace if pv attributes are requested.Justin Maggard
2011-12-15* Add support for Sony's av:mediaClass tag, so certain Sony devices can filte...Justin Maggard
2011-12-14* Add caption support for Panasonic TVs.Justin Maggard
2011-12-07* Make some necessary changes to function on old OSes (like CentOS 5.7).Justin Maggard
2011-12-07* Add conditional switch to skip some checks missing on old Autoconf versions.Justin Maggard
2011-12-01* Try to set the network interface number based on the client address, in cas...Justin Maggard
2011-11-29* Remove a bad free() I missed during the last round of changes.Justin Maggard
2011-11-24* Fix SRT caption support with the latest Samsung Series D firmware.Justin Maggard
2011-11-19* Improve trimming of quotation marks.Justin Maggard
2011-11-19* Fix some unused result warnings.Justin Maggard
2011-11-10* Fix configure issues with (at least) OSX and Fedora + RPM Fusion.Justin Maggard