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-14* Use an asprintf wrapper, to report errors and NULLify the result.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-07-01* Fix up some minor quibbles from cppcheck.Justin Maggard
2011-06-29* Fix a bug where paging up to the top of a TiVo music list would yield a mos...Justin Maggard
2011-06-27* Fix a crash bug introduced in the last commit. (Thanks sdhank)Justin Maggard
2011-05-14* Introduce a new strcatf() function to help simplify some areas of the code.jmaggard
2011-04-29* Improve TiVo error handling.Justin Maggard
2011-04-28* Fix a potential SQL syntax error during TiVo browsing.Justin Maggard
2011-04-21* Escape video tags.Justin Maggard
2011-04-07* Order TiVo music by disc then track then title.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-10-16* If TiVo requests a negative ItemCount with no starting point, that means go...Justin Maggard
2010-10-05* Properly escape TiVo folder names in one more place.Justin Maggard
2010-09-29* There are actually 3 items on the main list, not 2.Justin Maggard
2010-09-28* Have the C library figure out if DST is in effect or not when doing time co...Justin Maggard
2010-07-24* Fix a premature free when parsing TiVo commands.Justin Maggard
2010-06-08* Optimize JPEG scaling by downscaling as much as possible during decompression.Justin Maggard
2010-06-04* Send the comment field as program description when sharing TiVo items.Justin Maggard
2009-11-02* Implement and use new sql_get_int_field() function to simplify getting inte...Justin Maggard
2009-07-18* Fix some minor 64-bit compilation issues.Justin Maggard
2009-06-26* Explicitly sort TiVo music by track then title, because TiVo will never ask...Justin Maggard
2009-04-30* Some SQL optimizations. Noticeable mostly on very slow systems with very l...Justin Maggard
2009-04-30* Deal with unhandled filter arguments more gracefully.Justin Maggard
2009-04-30* Fix TiVo video support issue which caused the TiVo to reboot.Justin Maggard
2009-04-16* Fix some issues with ampersand escaping.Justin Maggard
2009-03-30* Implement the QueryItem command.Justin Maggard
2009-03-20* Some image scaling tweaks for different platforms.Justin Maggard
2009-03-19* Get rid of all depenence on libgd, and use libjpeg directly.Justin Maggard
2009-03-17* Handle ampersands properly on TiVo.Justin Maggard
2009-03-16* Add full support for SortOrder and Filter parameters from TiVo.Justin Maggard
2009-03-15* Fix some issues with TiVo support. It should be pretty functional at this ...Justin Maggard
2009-03-13* Many changes for TiVo support. It actually [kinda] works. :)Justin Maggard
2009-02-26* Use internal music metadata functions intead of taglib.Justin Maggard
2009-02-24* Add some preliminary code for the eventual possibility of TiVo support.Justin Maggard