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-01-31* Fix inotify detection of caption file removal.Justin Maggard
2012-01-21* Enhance error checking in some additional places as required by the latest ...Justin Maggard
2012-01-10* Fix a strange SQL error adding watches, and clean up some warnings.Justin Maggard
2011-12-26* Fix inotify detection issue on first-level folders.Justin Maggard
2011-09-22* Fix up inotify autoconf support.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-07-30* Fix inotify handling of playlist modifications. (SF bug #3288710)Justin Maggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-04-21* Escape video tags.Justin Maggard
2011-04-08* Do no add inaccessible directories to the database. (Thanks Ivan Mironov)Justin Maggard
2011-04-05* Add a missing newline for one log message.Justin Maggard
2011-02-19* Properly scan newly created directory symlinks.Justin Maggard
2010-12-25* Fix copy/paste error.Justin Maggard
2010-12-21* Detect new or changed symlinks in addition to regular files.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-09-28* Break out earlier if we see a CLOSE_WRITE, but the file hasn't changed.Justin Maggard
2010-06-04* Skip hidden entries when scanning newly found directories.Justin Maggard
2010-01-14* Add M3U/PLS music playlist support.Justin Maggard
2009-11-19* Missed one place for the recent db_path change. (Thanks stedy6!)Justin Maggard
2009-11-04* Rework the sql_exec function to use format arguments, to simplfy the code.Justin Maggard
2009-11-02* Fix bug from the previous checkin.Justin Maggard
2009-11-02* Implement and use new sql_get_int_field() function to simplify getting inte...Justin Maggard
2009-10-23* Update database entries if inotify catches a file CLOSE_WRITE and the modif...Justin Maggard
2009-10-23* Fix Samba copy errors with inotify enabled.Justin Maggard
2009-10-15* Add SRT subtitle support using Samsung's method.Justin Maggard
2009-10-03* Clean up after some memory allocations before exit so valgrind is happy.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-26* Read configuration to determine which inotify header to use.Justin Maggard
2009-06-17* Don't try reading info from a new file if that new file has no size.Justin Maggard
2009-06-05* To my surprise, XFS doesn't support dt_type in readdir results, so we need ...Justin Maggard
2009-05-23* Logging is more helpful when you log which files an error occured on...Justin Maggard
2009-05-11* Fix another inotify error condition when copying files to the root of the c...Justin Maggard
2009-05-11* Handle new directory creation in the root container.Justin Maggard
2009-04-30* Remove unused structure member.Justin Maggard
2009-04-21* Invalidate the scanner cache when an inotify deletion takes place.Justin Maggard
2009-04-16* Fix some issues with ampersand escaping.Justin Maggard
2009-04-02* Add file filters to inotify scanner. Now, for example, an audio-only direc...Justin Maggard
2009-03-20* Some image scaling tweaks for different platforms.Justin Maggard
2009-03-20* Initialize some variables.Justin Maggard
2009-03-18* Reduce the priority of scanner and inotify threads so they don't preempt se...Justin Maggard
2009-03-03* Remove debug code which was accidentally left in.Justin Maggard
2009-03-03* Handle inotify move events.Justin Maggard
2009-02-23* If a file deletion empties a container, remove the container as well.Justin Maggard
2009-02-20* Use our own logging mechanism instead of syslog/printf.Justin Maggard
2009-02-17* Fix inotify detection in the root media directory.Justin Maggard
2009-02-16* Downscale album art files to JPEG_TN specs and cache them if we find album ...Justin Maggard
2009-02-11* Just moving some files around.Justin Maggard
2009-02-11* Use our own inotify headers if the system does not have themJustin Maggard
2009-02-10* Allow users to specify the file names and order that the Album Art scanner ...Justin Maggard