1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00
Commit Graph

420 Commits

Author SHA1 Message Date
Rolf Ahrenberg
24ecadf414 Updated device selection. 2012-06-02 15:37:05 +03:00
Antti Seppälä
f4126b7e2c Try to read all data from udp socket at once
Existing implementation of udp read mechanism was giving up too easily.
Replaced it with version that tries more actively to drain the entire socket buffer.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2012-06-02 14:34:41 +03:00
Rolf Ahrenberg
c7cbde301b Tweaked reading from UDP sockets. 2012-06-02 13:32:28 +03:00
Rolf Ahrenberg
06506c41f6 Fixed TCP socket connection and silenced compilation warnings. 2012-04-26 21:32:20 +03:00
Rolf Ahrenberg
c33b05076a Incremented version number and updated HISTORY. 2012-04-26 00:29:46 +03:00
Rolf Ahrenberg
38bd9a21f6 Fixed response header parsing in HTTP protocol. 2012-04-26 00:27:24 +03:00
Rolf Ahrenberg
4c7b2ea69b Added cIptvDevice::DeviceType() and updated HISTORY. 2012-04-02 19:15:53 +03:00
Rolf Ahrenberg
c475b26515 Changed UDP protocol to always utilize the source address validation. 2012-04-02 00:35:32 +03:00
Rolf Ahrenberg
9145fb8bb8 Silenced a warning in the HTTP protocol. 2012-04-01 22:47:50 +03:00
Rolf Ahrenberg
7a8b2962b2 Added support for a service interface. 2012-04-01 22:46:08 +03:00
Rolf Ahrenberg
626d0402c2 Updated the disable ca updates patch. 2012-03-31 20:43:10 +03:00
Rolf Ahrenberg
b3b06e569f Fixed some channel switching bugs. 2012-03-31 20:32:04 +03:00
Rolf Ahrenberg
ff84c54d50 Fixed channel switching in UDP protocol. 2012-03-30 19:01:46 +03:00
Rolf Ahrenberg
4c39d8cf72 Updated device name. 2012-03-30 18:22:10 +03:00
Rolf Ahrenberg
0b790260fa Updated for vdr-1.7.27. 2012-03-25 16:42:06 +03:00
Rolf Ahrenberg
79113bbe09 Updated default CXXFLAGS. 2012-03-25 16:03:22 +03:00
Rolf Ahrenberg
30de763a4b Updated for vdr-1.7.26. 2012-03-10 23:22:20 +02:00
Rolf Ahrenberg
868865c47d Updated for vdr-1.7.25. 2012-03-03 15:18:59 +02:00
Rolf Ahrenberg
a73921041f Added a GIT tag into the version string. 2012-02-26 22:54:45 +02:00
Rolf Ahrenberg
49e3a9e23a Silenced compilation warnings. 2012-02-19 19:14:10 +02:00
Rolf Ahrenberg
73311873bc Updated Makefile. 2012-02-19 17:47:43 +02:00
Rolf Ahrenberg
816c357065 Updated the patch. 2012-02-19 17:43:43 +02:00
Rolf Ahrenberg
5838bda3f0 Added missing initializers. 2012-02-02 19:09:08 +02:00
Rolf Ahrenberg
079b02d69e Updated translation files. 2012-02-02 18:56:05 +02:00
Rolf Ahrenberg
6582f137b9 Updated for vdr-1.7.23 and version number. 2012-02-02 18:50:18 +02:00
Rolf Ahrenberg
2bd31e9eda Silenced harmless "case value not in enumerated type" warnings. 2011-12-04 19:40:46 +02:00
Rolf Ahrenberg
c2f88fbbb3 Updated for vdr-1.7.21. 2011-09-04 17:58:18 +03:00
Rolf Ahrenberg
52ae2bdf63 Updated patches. 2011-08-20 20:28:12 +03:00
Rolf Ahrenberg
1898defeb6 Updated for vdr-1.7.19. 2011-06-19 22:07:01 +03:00
Rolf Ahrenberg
21719d3397 Updated I18N target and patches. 2011-06-19 16:57:40 +03:00
Rolf Ahrenberg
bf3fc70d2d Added cppcheck target into Makefile. 2011-06-15 17:49:15 +03:00
Rolf Ahrenberg
99d6c0f207 Updated patches. 2011-03-13 23:45:51 +02:00
Rolf Ahrenberg
ca4fdc761f Added package name and version to xgettext and made 'dist' target dependent on up to date *.po files. 2011-03-13 18:58:22 +02:00
Rolf Ahrenberg
37c5ee26ae Added support for LDFLAGS. 2010-12-14 19:27:00 +02:00
Rolf Ahrenberg
8ba0b3a417 Enabled one debug message. 2010-12-08 18:33:24 +02:00
Rolf Ahrenberg
cfb60a06ba Tweaked translation files. 2010-12-08 10:47:44 +02:00
Rolf Ahrenberg
6ed0ebd734 Updated translation files. 2010-12-04 18:58:52 +02:00
Rolf Ahrenberg
2081ab41a8 Canonicalized the configuration directory. 2010-12-03 16:00:40 +02:00
Rolf Ahrenberg
66ab92584b Fixed a regression introduced in HTTP protocol. 2010-12-02 17:32:02 +02:00
Rolf Ahrenberg
05e57802c3 Fixed debug compilation. 2010-12-01 10:09:11 +02:00
Rolf Ahrenberg
55bb0e65df Disable detaching of receivers if retuned to an existing channel (Thanks to Zdeněk Kopřivík). 2010-11-29 21:09:17 +02:00
Rolf Ahrenberg
ea4f8fde31 Fixed Open()/Close() when using UDP protocol. 2010-11-29 18:27:39 +02:00
Rolf Ahrenberg
ef615c4bc5 Reverted script changes. 2010-11-29 12:26:01 +02: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
fd06641449 Added Makefile depencency for objects.
Changed ProvidesChannel() to set needsDetachReceivers only if any receivers are attached.
2010-10-11 23:19:59 +03:00
Rolf Ahrenberg
05e52079f8 Fixed the messed up version number. 2010-09-19 22:01:24 +03:00
Rolf Ahrenberg
f0469e24cc Updated for vdr-1.7.16. 2010-09-19 20:48:07 +03:00
Rolf Ahrenberg
7629e34d2a Refactored cIptvTcpSocket class. 2010-09-15 23:41:25 +03:00
Rolf Ahrenberg
ac458b0c36 Moved JoinMulticast()/DropMulticast() into cIptvUdpSocket class. 2010-09-15 18:18:46 +03:00
Rolf Ahrenberg
2d583e8cfa Refactored multicast source address validation. 2010-09-15 17:37:20 +03:00