Justin Maggard
27a29f9e92
tivo: clean up some error checking
2014-04-18 16:18:00 -07:00
Justin Maggard
77c30bdfba
* Check for NULL pointers before reading them.
2013-02-01 20:26:52 +00:00
Justin Maggard
773e1f6566
* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
...
* Switch to autoconf from genconfig.sh.
2011-09-16 23:39:58 +00:00
Justin Maggard
741d4f7e99
* Fix up some minor quibbles from cppcheck.
2011-07-01 18:18:33 +00:00
Justin Maggard
9806103335
* Add support for multiple network interfaces.
2011-05-24 17:20:16 +00:00
Justin Maggard
0aec0db53b
* Fix a couple bugs in error paths related to the previous change.
2011-02-22 22:54:16 +00:00
Justin Maggard
39de8bb628
* Use a different method of iterating through network interfaces when finding the interface broadcast address for TiVo beacons. The original method could break out of the loop too early in some environments.
2011-02-20 10:33:19 +00:00
Justin Maggard
ea1695b0b5
* Log a warning message if we fail to find the broadcast address on the interface used for TiVo beacons.
2011-02-17 23:40:10 +00:00
Justin Maggard
b6d764ea13
* Fix TiVo beacon support so that we respond to beacons, and drain the socket in the process.
2011-02-17 08:54:02 +00:00
Justin Maggard
8e0fcd56f9
* Complete/clarify license information.
2010-11-11 23:48:14 +00:00
Justin Maggard
944729cf12
* Increment version to 1.0.14.
...
* Fix TiVo beacon issue where it would only broadcast on eth0.
* Fix a couple gcc4.4 warnings.
2009-06-16 01:08:29 +00:00
Justin Maggard
7a2e3ae67a
* Many changes for TiVo support. It actually [kinda] works. :)
2009-03-13 08:39:37 +00:00
Justin Maggard
b74e2d33f3
* Use internal music metadata functions intead of taglib.
...
1) Taglib does not support MP4 or WMA/ASF without hacking it in there.
2) Taglib is C++, so it's nice to remove that dependency.
* Use embedded album art where available.
2009-02-25 21:16:51 +00:00
Justin Maggard
2da2f6d4a1
* Add some preliminary code for the eventual possibility of TiVo support.
2009-02-23 23:10:27 +00:00