- Katılım
- 21 Tem 2020
- Mesajlar
- 256
- Tepkime puanı
- 868
- Puanları
- 95
Ofline
config dir /var/etc/
Unix starttime: 1617443117
Starttime: 03.04.2021 09:45:17
Version: oscam-1.20_svn-r11690
Compiler: x86_64-linux-gnu-libusb
Box type: generic (generic)
PID: 933
TempDir: /tmp/.oscam
GBox tmp_dir: not defined using: /tmp/.oscam
ConfigDir: /var/etc/
WebifPort:
Web interface support: yes
LiveLog support: yes
jQuery support intern: yes
Touch interface support: no
SSL support: no
DVB API support: yes
DVB API with AZBOX support: no
DVB API with MCA support: no
DVB API with COOLAPI support: no
DVB API with COOLAPI2 support: no
DVB API with STAPI support: no
DVB API with STAPI5 support: no
DVB API with NEUTRINO support: no
DVB API read-sdt charsets: yes
Irdeto guessing: yes
Anti-cascading support: yes
Debug mode: yes
Monitor: yes
Loadbalancing support: yes
Cache exchange support: yes
Cache exchange AIO support: yes
CW Cycle Check support: yes
LCD support: no
LED support: no
Clockfix with realtime clock: no
IPv6 support: no
camd 3.3x: no
camd 3.5 UDP: yes
camd 3.5 TCP: yes
newcamd: yes
CCcam: yes
CCcam share: yes
gbox: yes
radegast: no
scam: yes
serial: no
constant CW: no
Pandora: no
ghttp: yes
Reader support: yes
Nagra: yes
Nagra Merlin: yes
Irdeto: yes
Conax: yes
Cryptoworks: yes
Seca: yes
Viaccess: yes
NDS Videoguard: yes
DRE Crypt: yes
TONGFANG: yes
Bulcrypt: yes
Griffin: yes
DGCrypt: yes
cardreader_phoenix: yes
cardreader_drecas: yes
cardreader_internal_azbox: no
cardreader_internal_coolapi: no
cardreader_internal_coolapi2: no
cardreader_internal_sci: yes
cardreader_sc8in1: yes
cardreader_mp35: yes
cardreader_smargo: no
cardreader_pcsc: no
cardreader_smartreader: yes
cardreader_db2com: yes
cardreader_stapi: no
cardreader_stapi5: no
cardreader_stinger: yes
#######################################################################################################################
View differences
Show lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp: 04/02/21 17:22:38 (
Author: gorgone modifyed by Thor2013
Message:
buildfix
module-dvbapi.c:262:5: warning: Value stored to 'ret' is never read [deadcode.
-> ret = send(fd, &request, sizeof(request), 0);
module-dvbapi.c:2469:11: warning: Value stored to 'currentfd' is never read [deadcode.
-> currentfd = ca_fd = 0;
module-dvbapi.c:3325:2: warning: Value stored to 'p_order' is never read [deadcode.
-> p_order = demux[demux_id].ECMpidcount + 1;
module-dvbapi.c:7102:6: warning: Value stored to 'connfd' is never read [deadcode.
-> connfd = -1; initially no socket to read from
module-dvbapi.c:7179:8: warning: Value stored to 'connfd' is never read [deadcode.
-> connfd = -1;
File:
1 edited
Unmodified Added Removed
Unix starttime: 1617443117
Starttime: 03.04.2021 09:45:17
Version: oscam-1.20_svn-r11690
Compiler: x86_64-linux-gnu-libusb
Box type: generic (generic)
PID: 933
TempDir: /tmp/.oscam
GBox tmp_dir: not defined using: /tmp/.oscam
ConfigDir: /var/etc/
WebifPort:
Web interface support: yes
LiveLog support: yes
jQuery support intern: yes
Touch interface support: no
SSL support: no
DVB API support: yes
DVB API with AZBOX support: no
DVB API with MCA support: no
DVB API with COOLAPI support: no
DVB API with COOLAPI2 support: no
DVB API with STAPI support: no
DVB API with STAPI5 support: no
DVB API with NEUTRINO support: no
DVB API read-sdt charsets: yes
Irdeto guessing: yes
Anti-cascading support: yes
Debug mode: yes
Monitor: yes
Loadbalancing support: yes
Cache exchange support: yes
Cache exchange AIO support: yes
CW Cycle Check support: yes
LCD support: no
LED support: no
Clockfix with realtime clock: no
IPv6 support: no
camd 3.3x: no
camd 3.5 UDP: yes
camd 3.5 TCP: yes
newcamd: yes
CCcam: yes
CCcam share: yes
gbox: yes
radegast: no
scam: yes
serial: no
constant CW: no
Pandora: no
ghttp: yes
Reader support: yes
Nagra: yes
Nagra Merlin: yes
Irdeto: yes
Conax: yes
Cryptoworks: yes
Seca: yes
Viaccess: yes
NDS Videoguard: yes
DRE Crypt: yes
TONGFANG: yes
Bulcrypt: yes
Griffin: yes
DGCrypt: yes
cardreader_phoenix: yes
cardreader_drecas: yes
cardreader_internal_azbox: no
cardreader_internal_coolapi: no
cardreader_internal_coolapi2: no
cardreader_internal_sci: yes
cardreader_sc8in1: yes
cardreader_mp35: yes
cardreader_smargo: no
cardreader_pcsc: no
cardreader_smartreader: yes
cardreader_db2com: yes
cardreader_stapi: no
cardreader_stapi5: no
cardreader_stinger: yes
#######################################################################################################################
Changeset 11690
View differences
Show lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp: 04/02/21 17:22:38 (
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
ago) Author: gorgone modifyed by Thor2013

Message:
buildfix
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
module-dvbapi.c:262:5: warning: Value stored to 'ret' is never read [deadcode.
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
]-> ret = send(fd, &request, sizeof(request), 0);
module-dvbapi.c:2469:11: warning: Value stored to 'currentfd' is never read [deadcode.
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
]-> currentfd = ca_fd = 0;
module-dvbapi.c:3325:2: warning: Value stored to 'p_order' is never read [deadcode.
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
]-> p_order = demux[demux_id].ECMpidcount + 1;
module-dvbapi.c:7102:6: warning: Value stored to 'connfd' is never read [deadcode.
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
]-> connfd = -1; initially no socket to read from
module-dvbapi.c:7179:8: warning: Value stored to 'connfd' is never read [deadcode.
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
]-> connfd = -1;
File:
1 edited
Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.(Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.)
Unmodified Added Removed
TabularUnified
Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.
Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.261 261 { 262 262 ret = send(fd, &request, sizeof(request), 0); 263 ret = 1; 263 if(!(ret == 1)){ ret = 1; } 264 264 break; 265 265 } Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.2467 2467 cs_log("ERROR: Could not close demuxer fd (errno=%d %s)", errno, strerror(errno)); 2468 2468 } 2469 currentfd = ca_fd = 0;
[TR]
[TH]2470[/TH]
[TH]2469[/TH]
[TD] }[/TD]
[/TR]
[TR]
[TH]2471[/TH]
[TH]2470[/TH]
[TD] }[/TD]
[/TR]
[TR]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TD] [/TD]
[/TR]
[TR]
[TH]3323[/TH]
[TH]3322[/TH]
[TD] }[/TD]
[/TR]
[TR]
[TH]3324[/TH]
[TH]3323[/TH]
[TD] }[/TD]
[/TR]
[TR]
[TH]3325[/TH]
[TH] [/TH]
[TD] p_order = demux[demux_id].ECMpidcount + 1;[/TD]
[/TR]
[TR]
[TH]3326[/TH]
[TH]3324[/TH]
[TD][/TD]
[/TR]
[TR]
[TH]3327[/TH]
[TH]3325[/TH]
[TD] for(n = 0; n < demux[demux_id].ECMpidcount; n++)[/TD]
[/TR]
[TR]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TD] [/TD]
[/TR]
[TR]
[TH]7100[/TH]
[TH]7098[/TH]
[TD] if(type == 1)[/TD]
[/TR]
[TR]
[TH]7101[/TH]
[TH]7099[/TH]
[TD] {[/TD]
[/TR]
[TR]
[TH]7102[/TH]
[TH] [/TH]
[TD] connfd = -1; // initially no socket to read from[/TD]
[/TR]
[TR]
[TH]7103[/TH]
[TH]7100[/TH]
[TD] uint8_t add_to_poll = 0; // we may need to additionally poll this socket when no PMT data comes in[/TD]
[/TR]
[TR]
[TH]7104[/TH]
[TH]7101[/TH]
[TD][/TD]
[/TR]
[TR]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TH]Ziyaretçiler için gizlenmiş link,görmek için Giriş yap veya üye ol.[/TH]
[TD] [/TD]
[/TR]
[TR]
[TH]7177[/TH]
[TH]7174[/TH]
[TD] }[/TD]
[/TR]
[TR]
[TH]7178[/TH]
[TH]7175[/TH]
[TD] close(connfd);[/TD]
[/TR]
[TR]
[TH]7179[/TH]
[TH] [/TH]
[TD] connfd = -1;[/TD]
[/TR]
[TR]
[TH]7180[/TH]
[TH]7176[/TH]
[TD][/TD]
[/TR]
[TR]
[TH]7181[/TH]
[TH]7177[/TH]
[TD] // last connection closed[/TD]
[/TR]
Ekli dosyalar
Son düzenleme: