Commit Graph

40 Commits

Author SHA1 Message Date
Rolf Ahrenberg bc6da9dd63 Added support for tracing modes. 2015-03-08 15:40:27 +02:00
Rolf Ahrenberg aaca7cba1a Fixed installation target bugs (Thanks to Alexander Grothe). 2014-03-09 16:04:54 +02:00
Rolf Ahrenberg 935f659e34 Added missing RTSP/UDP support. 2014-02-19 23:17:20 +02:00
Rolf Ahrenberg 9839b47229 Added SetPid() into cIptvProtocolIf(). 2014-02-09 19:22:02 +02:00
Rolf Ahrenberg 26a0adceb5 Reformatted debug messages. 2013-02-23 17:12:46 +02:00
Rolf Ahrenberg e75080b1a8 Cleaned up the code. 2013-02-23 15:31:11 +02:00
Rolf Ahrenberg 75d17b289b Added FreeBSD support (Thanks to Jürgen Lock). 2012-07-10 22:12:29 +03:00
Rolf Ahrenberg b3b06e569f Fixed some channel switching bugs. 2012-03-31 20:32:04 +03:00
Rolf Ahrenberg a6d4e850fc Fixed EXT protocol execution (Thanks to Peter Holik).
Changed scripts to use bash instead of sh.
2010-10-25 14:43:38 +03:00
Rolf Ahrenberg 2d583e8cfa Refactored multicast source address validation. 2010-09-15 17:37:20 +03:00
Rolf Ahrenberg 3f88e7a911 Added validation for source addresses of socket data. 2010-07-02 18:28:49 +03:00
Rolf Ahrenberg aa620a314c Updated for vdr-1.7.13. 2010-03-04 17:34:21 +02:00
Rolf Ahrenberg 49fcbc8921 Modified sectionfilters to use socket pair instead of filesystem fifos. 2009-10-01 18:48:28 +03:00
Rolf Ahrenberg e74d4f88f4 Fixed again lint warnings. 2009-03-20 23:38:26 +02:00
Rolf Ahrenberg 024ee7ba89 Optimized TS packet data flow. 2009-02-26 16:04:12 +02:00
Rolf Ahrenberg 53b5644973 Migration changes for git and UTF-8.
Updated contact information.
2008-08-23 08:15:30 +03:00
Rolf Ahrenberg 71b0e52712 Added support for fifo dvr and modificationsfor vdr-1.5.15. 2008-02-17 19:18:47 +00:00
Rolf Ahrenberg 29cb25485f Added some funky moves. 2008-01-30 21:57:33 +00:00
Rolf Ahrenberg 3ae015cf51 Fixed a typo and some reformatting. 2008-01-06 20:19:02 +00:00
Antti Seppälä 4915630cfc Bug and style fixes. 2008-01-04 23:36:37 +00:00
Antti Seppälä e1c4d22fda Refactor out an unnecessary socket parameter. 2007-10-21 19:32:14 +00:00
Antti Seppälä eebd990991 Improve object constructs of protocols. Create Separate ProtocolUdp and
ProtocolTcp -classes.
2007-10-21 17:32:43 +00:00
Antti Seppälä 4bc08e8cc0 Refactor socket code to a separate common class. 2007-10-21 13:31:21 +00:00
Rolf Ahrenberg 7330887512 Renamed 'Command' to 'Script'. 2007-10-21 09:24:24 +00:00
Antti Seppälä 63ad1a66d7 Re-name error macros and eliminate need for specifying empty parameters. 2007-10-20 23:25:14 +00:00
Antti Seppälä 64dd6a5f3f Reduce duplicated code by using an error -macro. 2007-10-20 23:16:28 +00:00
Antti Seppälä 30409fac2c Use c-style function naming for functions outside of classes. 2007-10-20 20:43:22 +00:00
Antti Seppälä cf6195bb8a Refactor usages of select() to common code. 2007-10-20 20:27:58 +00:00
Rolf Ahrenberg 0670667e9b Moved EXT protocol base port setting from the command line switch to the setup menu entry. 2007-10-20 17:26:46 +00:00
Antti Seppälä 2758993bb2 Robustify network protocols with more error checking. 2007-10-20 11:36:21 +00:00
Rolf Ahrenberg 2b574bafa2 Modified error message. 2007-10-19 22:56:25 +00:00
Rolf Ahrenberg 1aeccbe51d Forced EXT script location only to plugin's config directory. 2007-10-19 22:54:03 +00:00
Rolf Ahrenberg 4dd9e42a71 Added configurable UDP listen port for EXT protocol. 2007-10-19 22:18:55 +00:00
Rolf Ahrenberg 8e3956cbeb Channel parameter refactoring. 2007-10-19 21:36:27 +00:00
Antti Seppälä 5ed04a6e72 Refactored and added more error checking. 2007-10-19 18:26:27 +00:00
Antti Seppälä 5dc7117720 Improved child exit waiting functionality. Also send a bit milder signal
to child at close.
2007-10-19 18:03:19 +00:00
Rolf Ahrenberg 90abed4598 Removed SystemExec() from EXT protocol. 2007-10-18 19:33:15 +00:00
Rolf Ahrenberg f9252cc925 Added EXT protocol listen port to channels.conf. 2007-10-16 22:13:44 +00:00
Antti Seppälä d69901ffb6 More work on external protocol, this one can already launch external
scripts. "Channel" switching does not work at all.
2007-10-16 20:03:59 +00:00
Antti Seppälä f1319fb34f Add EXT -protocol framework. Does not do anything yet. 2007-10-15 20:06:38 +00:00