oscam-triple dragon

ylvi

Banned
Messages
275
Code:
r5074 | merek | 2011-04-25 10:40:05 +0200 (Mon, 25 Apr 2011) | 1 line

Revert changes in oscam-config.h
------------------------------------------------------------------------
r5073 | merek | 2011-04-25 10:39:12 +0200 (Mon, 25 Apr 2011) | 1 line

Fix prefer local cards in lb
------------------------------------------------------------------------
r5072 | Admin | 2011-04-23 22:20:46 +0200 (Sat, 23 Apr 2011) | 1 line

WebIf internal change: Continuation of #5057: Get completely rid of uint64ToBitchar function.
 

ylvi

Banned
Messages
275
Code:
------------------------------------------------------------------------
r5075 | schlocke | 2011-04-25 12:38:56 +0200 (Mon, 25 Apr 2011) | 3 lines

loadbalancer: added pending ecm count of reader to loadbalancer value,
added better timeouthandling of readers

------------------------------------------------------------------------
r5074 | merek | 2011-04-25 10:40:05 +0200 (Mon, 25 Apr 2011) | 1 line

Revert changes in oscam-config.h
----------------------------------
 

ylvi

Banned
Messages
275
Code:
r5076 | Admin | 2011-04-25 17:34:51 +0200 (Mon, 25 Apr 2011) | 1 line

Fix segfault when changing loghistsize. Note that the log is not preserved when shrinking loghist.
------------------------------------------------------------------------
r5075 | schlocke | 2011-04-25 12:38:56 +0200 (Mon, 25 Apr 2011) | 3 lines

loadbalancer: added pending ecm count of reader to loadbalancer value,
added better timeouthandling of readers
 

ylvi

Banned
Messages
275
Code:
r5080 | schlocke | 2011-04-26 00:13:54 +0200 (Tue, 26 Apr 2011) | 3 lines

cccam: node definition for vplug/Hadu
loadbalancer: better timeout handling of readers

------------------------------------------------------------------------
r5079 | Admin | 2011-04-25 19:37:41 +0200 (Mon, 25 Apr 2011) | 1 line

Adjust login time of first client when waiting w
 

ylvi

Banned
Messages
275
Code:
------------------------------------------------------------------------
r5083 | cogsi | 2011-04-26 14:58:14 +0200 (Tue, 26 Apr 2011) | 1 line

gbox: further initial work for local card support
------------------------------------------------------------------------
r5082 | cogsi | 2011-04-26 13:41:28 +0200 (Tue, 26 Apr 2011) | 1 line

gbox: checksum calc
 

Edo2

Registered
Messages
3,111
r5261 | schlocke | 2011-05-18 22:57:58 +02.00 (Wen, 18 May 2011) | 4 lines

cccam: new parameter ccchop for non-cccam reader, small fixes.
---------------------------------------------------------------------------
r5260 | schlocke | 2011-05-18 22:19:40 +02.00 (Wen, 18 May 2011) | 1 lines

Ariva!.
 

Edo2

Registered
Messages
3,111
r5262 | alno | 2011-05-18 23:33:31 +02.00 (Wen, 18 May 2011) | 2 lines

WebIf: add ccchop parameter to all readers except cccam readers.
---------------------------------------------------------------------------
r5261 | schlocke | 2011-05-18 22:57:58 +02.00 (Wen, 18 May 2011) | 4 lines

cccam: new parameter ccchop for non-cccam reader, small fixes.
 

gledian

Registered
Messages
46
Code:
r5376 | alno | 2011-06-12 23:34:59 +0200 (Sun, 12 Jun 2011) | 1 line

LCD: correct alignment if days visible in idletime
------------------------------------------------------------------------
r5375 | _network | 2011-06-12 21:26:25 +0200 (Sun, 12 Jun 2011) | 2 lines

stapi: add log messages for debug and change lock behavior

oscam-svn5376-tripledragon.rar(296 KB)
 

Edo2

Registered
Messages
3,111
Code:
r5379 | _network | 2011-06-14 12:02:15 PM (Tue, 14 Jun 2011) | 1 line

dynamic-threads: disconnect user on transmission error
------------------------------------------------------------------------
r5378 | _network | 2011-06-13 11:44:33 PM (Mon, 13 Jun 2011) | 2 lines

dynamic-threads: merge client and reader poll()
 

Edo2

Registered
Messages
3,111
Code:
r5380 | alno | 2011-06-14 08:37:47 PM (Tue, 14 Jun 2011) | 1 line

WebIf: fix wrong displaying of LCD Settings
------------------------------------------------------------------------
r5379 | _network | 2011-06-14 12:02:15 PM (Tue, 14 Jun 2011) | 1 line

dynamic-threads: disconnect user on transmission error
 

Edo2

Registered
Messages
3,111
Code:
r5381 | Admin | 2011-06-14 10:10:46 PM (Tue, 14 Jun 2011) | 8 lines

Refactor cleanup_thread()
Prevent pipes from filling up and thus blocking on writes. This lead to duplicate users problem on some systems
Remove master pipe check as it isn't used anymore
Remove some unneeded code
Add keepalive settings (not supported on all plattforms, but Linux should be fine) to detect network aborts
Fix some function definitions
Fix wrong cw checksum log message on Little Endian systems
Do some cleanup 
------------------------------------------------------------------------
r5380 | alno | 2011-06-14 08:37:47 PM (Tue, 14 Jun 2011) | 1 line

WebIf: fix wrong displaying of LCD Settings
 

Edo2

Registered
Messages
3,111
Code:
r5388 | alno | 2011-06-15 20:30:34 PM (Wed, 15 Jun 2011) | 2 lines

XMLApi: Add parameter to readerstats 'ecmhistory=1'. If this parameter is set the ecmhistory tag is filled with historical timevalues e.g. <ecmhistory>0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</ecmhistory>. If the parameter is not set the tag is present but empty.
cleanup and reduce code 
------------------------------------------------------------------------
r5387 | _network | 2011-06-15 19:22:26 PM (Wed, 15 Jun 2011) | 2 lines

reader-nagra: show IRD expiration date. calculation of time may be wrong.
 

Edo2

Registered
Messages
3,111
Code:
r5390 | Admin | 2011-06-15 21:17:04 PM (Wed, 15 Jun 2011) | 2 lines

Partly revert r5385. Add locks to smartreader init and close as libusb (and partly our code) is not threadsafe there. Improve 

locking with fast_rnd (could wait up to 255ms to get a lock which can be quite bad). 
---------------------------------------------------------------------------------------------------------------------------
r5389 | _network | 2011-06-15 21:07:34 PM (Wed, 15 Jun 2011) | 1 line

dynamic-threads: fix cccam disconnects
---------------------------------------------------------------------------------------------------------------------------
r5388 | alno | 2011-06-15 20:30:34 PM (Wed, 15 Jun 2011) | 2 lines

XMLApi: Add parameter to readerstats 'ecmhistory=1'. If this parameter is set the ecmhistory tag is filled with historical 

timevalues e.g. <ecmhistory>0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</ecmhistory>. If the parameter is not set the tag is 

present but empty.
cleanup and reduce code
 

Edo2

Registered
Messages
3,111
Code:
r5395 | lareq78 | 2011-06-16 02:02:59 AM (Thu, 16 Jun 2011) | 1 line

missed:another Mutual exclusion over always evaluates to true.
-------------------------------------------------------------------------------------
r5394 | lareq78 | 2011-06-16 01:47:36 AM (Thu, 16 Jun 2011) | 1 line

reader-nagra : Mutual exclusion over
always evaluates to true. so i changed it to && , (result not tested by me)
 

Edo2

Registered
Messages
3,111
Code:
r5402 | lareq78 | 2011-06-17 03:38:06 PM (Fri, 17 Jun 2011) | 1 line

fix broken line in my last commit,
-------------------------------------------------------------------------------------
r5401 | lareq78 | 2011-06-17 02:34:16 PM (Fri, 17 Jun 2011) | 1 line

try to fix Cpu problem described which introduced in 5381 (revert read_from_pipe
http://streamboard.gmc.to/wbb2/thread.php?threadid=32227
 

Edo2

Registered
Messages
3,111
Code:
r5420 | jerdvb | 2011-06-18 04:35:31 PM (Sat, 18 Jun 2011) | 2 lines

!!! Warning this may break compatibility
Change ECM size to 512
Update camd35 to handle ECM size > 255 (tested with UDP and a patched version of VDR-SC)
-----------------------------------------------------------------------------------------------------------------------------
r5419 | Admin | 2011-06-18 03:31:03 AM (Sat, 18 Jun 2011) | 1 line

Fix missing reinitialization of card_count in share_updater leading to "fast refresh mode" (for low amount of cards) only 

being used for a short time.
 

Edo2

Registered
Messages
3,111
Code:
r5423 | alno | 2011-06-18 10:44:10 PM (Sat, 18 Jun 2011) | 1 line

XMLApi: add some atributes in userlist
-----------------------------------------------------------------------------------------------------------------------------
r5422 | jerdvb | 2011-06-18 06:32:08 PM (Sat, 18 Jun 2011) | 1 line

!!! Warning this may break compatibility
Update camd35 to handle ECM size > 255 (for client part)
 

Edo2

Registered
Messages
3,111
Code:
r5436 | Admin | 2011-06-19 03:04:07 PM (Sun, 19 Jun 2011) | 3 lines

Add send and receive timeout to tcp sockets (the later should only be used by WebIf as all other read/recv calls should use 

poll), adjust keepalive parameters a bit. Small fix to trim function as it could read into uninitialized memory before under 

some circumstances.
-------------------------------------------------------------------------------------------------
r5435 | alno | 2011-06-19 02:53:41 PM (Sun, 19 Jun 2011) | 1 line

XMLApi: next try to fix invalid XML if a user is online
 
Top