Last Oscam for Dreambox/VU compiled to use the internal FPU

powercisco

Super VIP
Messages
9,100
09.04.2013 Oscam1.20 svn8605

- Changeset [8605] by stefansat
removed the quite about the openssl library used
Then users can see the real libray's they are using if
target root dir is set

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8606

- Changeset [8606] by theparasol
Revert recent changes to oscam-work (8598, 8599, 8603) -> need more testing!
- Changeset [8605] by stefansat
removed the quite about the openssl library used
Then users can see the real libray's they are using if
target root dir is set

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
10.04.2013 Oscam1.20 svn8608

- Changeset [8608] by stefansat
Corrected doc about use off cccreshare in oscam.user
- Changeset [8607] by stefansat
Corrected doc about use off reshare and cccreshare parameter

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
14.04.2013 Oscam1.20 svn8617

- Changeset [8617] by gf
Move messages about skipped readers to debug level 1.
If more than one reader exist in a system these messages are misleading,
the problem solved in r8616 is still there. If user have one reader
and client with the same username, when oscam is upgraded from old version
(< r7210) the reader would stop being matched and the user would have no
idea why, unless it turns on debug level 1.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8621

- Changeset [8621] by Deas
css.css - fix missing row for TD.usercol23. tnx to skyndas!
- Changeset [8620] by gf
log: Skip seconds when logging to syslog.
Logging to syslog tries to cut unneeded information from the log
line but misses the seconds, so actually the text that reaches
syslog looks like this:
Code:
Apr 16 09:44:24 gf oscam[9637]: :24        0 s **** OSCam <<  cardserver started, version 1.20-unstable_svn, build r8619 (x86_64-slackware-linux)
After this patch the seconds are correctly skipped and logged lines
look like this:
Code:
Apr 16 09:47:26 gf oscam[1438]:       0 s **** OSCam <<  cardserver started, version 1.20-unstable_svn, build r8620 (x86_64-slackware-linux)

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8625

- Changeset [8625] by gf
dvbapi: Fix format string used in sscanf().
Use the correct format string for int16_t.
Code:
module-dvbapi.c: In function 'dvbapi_read_priority':
module-dvbapi.c:1222:3: warning: format ‘%x’ expects argument of type 'unsigned int *', but argument 7 has type ‘int16_t *’ [-Wformat=]
   ret = sscanf(str1, "%4x:%6x:%33[^:]:%4x:%4x", &caid, &provid, c_srvid, &ecmpid, &chid);
- Changeset [8624] by canna
Decoupled betatunnel functionality from module-stat (loadbalancer).
Small adjustment/improvement of the betatunnel service-id bypass introduced in r8577, r8597. Previous version caused problems on certain STBs.
- Changeset [8623] by depp0n
- fix compiler warning
- Changeset [8622] by depp0n
- fix for ignoring irdeto chids
- fix prioritizing/ignoring for irdeto chid 0

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
25.04.2013 Oscam1.20 svn8629

- Changeset [8629] by canna
Some improvements for betatunnel ecm & emm handling

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8636

- Changeset [8636] by Admin
Small C&P fix
- Changeset [8635] by Admin
Allow socket reuse in more places to prevent "bind failed" on restarts.
Add TCP_USER_TIMEOUT on all connections for systems that implement it. This disconnects users who do not ACK packages within 60s (but they should be caught by the keepalive settings anyway; just to be on the safe side).

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
05.05.2013 Oscam1.20 svn8641

- Changeset [8641] by depp0n
- implemented PPS for coolstream internal reader
- Changeset [8640] by theparasol
- Loadbalancer rework by Blueven Report issues in forum or this ticket:
streamboard.tv/oscam/ticket/2682
- Changeset [8639] by theparasol
Revert part of 8637 (see ticket 3307)
- Changeset [8638] by theparasol
Poll() could be interrupted-> the timeout should be lowered with time lost due to interrupt
- Changeset [8637] by theparasol
- Rework of poll() to reduce cpu load
- Additional logging output of events
Tnx to braini666 for testing and reporting (cpuload dropped from 21.4% to 16.1%)
Hope it doesnt break anything, if so plz report issues in forum!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
13.05.2013 Oscam1.20 svn8643

- Changeset [8643] by theparasol
- Enhanced the ratelimiter ecmunique with odd/even cycle check

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8648

- Changeset [8648] by theparasol
- Loadbalancer fix for lb_value=0 problem tnx Blueven for providing patch
- Changeset [8647] by theparasol
- Init ecm rc status to E_UNHANDLED

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8658

- Changeset [8658] by theparasol
- More fix for radegast protocol tnx goodsat for patch
- Changeset [8657] by theparasol
- Fix for connection timeout after EMM is send over cs378x
Tnx to skyjet for patch
- Changeset [8656] by theparasol
- Revert 8655 (loadbalancer knocking failed srvids on readers once)
Add new parameter in reader setup lb_whitelist_service
tnx to Blueven for providing patch

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8667

- Changeset [8667] by bowman
Fixed debug logging that wasn't platform independent
- Changeset [8666] by bowman
Completed support for incoming udp cache updates from csp
and added experimental outgoing push (untested)
- Changeset [8665] by Eggy123
a) Fixed bug in hello logic: start counting card number at 0 again after hello packet send
b) Switch to next state only after last packet

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8668

- Changeset [8668] by bowman
Skip push to csp if source is remote cacheex for now (might cause loops).
Added sending of cache pings.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8669

- Changeset [8669] by bowman
Added the last request type used by csp clusteredcache and cleaned things up a bit.
Further discussion/testing needed proceed.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8675

- Changeset [8675] by docman
Documentation update for 'ecmfmt': new option ONID.

- Changeset [8674] by docman
Documentation update for CSP: TCP -> UDP.

- Changeset [8673] by docman
Added new parameter 'lb_nfb_readers' to 'oscam.user', now TXT and HTML Format, too.

- Changeset [8672] by docman
Added new parameter 'lb_nfb_readers' to 'oscam.user'.

- Changeset [8671] by docman
Documentation update for gbox port definitions.

- Changeset [8670] by manio
cosmetics: fix MHz spelling Hertz is a unit from SI and need to preserve a correct case (​en.wikipedia.org/wiki/SI_derived_unit)

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
06.06.2013 Oscam1.20 svn8684

- Changeset [8684] by docman
Updated documentation for gbox TCP -> UDP.
- Changeset [8683] by docman
Removed 'decodeforever' from documentation.
- Changeset [8682] by theparasol
- Tryfix azbox support - Fix dvbapi part on latest code analysis posted by Gorgone

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
20.06.2013 Oscam1.20 svn8705

- Changeset [8705] by stefansat
Same rules off 6a do apply for 6c and 6d
This avoids a lot off fake or non working ecm to 6c and 6d card's

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8721

- Changeset [8721] by goodsat
Patch long ecm size ecm max + header max newcamd 12
- Changeset [8720] by lattjo
Re-arranged some variabels.
Saves a few bytes of memory for each reader if compiling without cardreaders.
-Changeset [8719] by lattjo
smargo: Implement set_parity to make sure correct parity is set after ATR is read.
- Changeset [8718] by lattjo
smargo: Some more cleanup

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn8749

- Changeset [8749] by bowman
Finalized ghttp autoconf.
-Changeset [8748] by theparasol
Dump work in progress on dvbapi modules
Fixed chid prio without force
Restored channelcache chid I removed before
Channelcache chid now overrules oscam.dvbapi prio chid
Pids without status / prio start in second descramble run, not in first
Tryfix stapi starting up streamfilters in standby
- Changeset [8747] by bowman
Work in progress: Added an autoconfig page for ghttp to the webif.

thanks LePouSAT
 
Top