oscam-tripledragon

Haitoku

Registered
Messages
3,933
r4826 | schlocke | 2011-03-17 08:28:59 +0100 (Thu, 17 Mar 2011) | 2 lines

cccam cccreshare parameter fix

------------------------------------------------------------------------
r4825 | schlocke | 2011-03-17 08:17:01 +0100 (Thu, 17 Mar 2011) | 2 lines

cccam/webif: reader config with reshare parameter (cccreshare)

------------------------------------------------------------------------
 

Haitoku

Registered
Messages
3,933
r4939 | schlocke | 2011-04-06 10:56:59 +0200 (Wed, 06 Apr 2011) | 2 lines

memleak fixed in protocol_t1

------------------------------------------------------------------------
r4938 | schlocke | 2011-04-06 09:38:02 +0200 (Wed, 06 Apr 2011) | 2 lines

reverted protocol_t1 changes

------------------------------------------------------------------------
 
Last edited:

ylvi

Banned
Messages
275
Code:
------------------------------------------------------------------------
r5057 | schlocke | 2011-04-20 14:50:04 +0200 (Wed, 20 Apr 2011) | 2 lines

webif/reader restart: services saving refactored

------------------------------------------------------------------------
r5056 | schlocke | 2011-04-20 09:25:43 +0200 (Wed, 20 Apr 2011) | 3 lines

loadbalancer: fixed segfault
webif: readers save segfault
 

ylvi

Banned
Messages
275
Code:
r5059 | schlocke | 2011-04-20 17:34:59 +0200 (Wed, 20 Apr 2011) | 2 lines

config/services: fixed small typo

------------------------------------------------------------------------
r5058 | schlocke | 2011-04-20 17:26:19 +0200 (Wed, 20 Apr 2011) | 2 lines

cccam: fixed segfault

------------------------------------------------------------------------
r5057 | schlocke | 2011-04-20 14:50:04 +0200 (Wed, 20 Apr 2011) | 2 lines

webif/reader restart: services saving refactored
 

ylvi

Banned
Messages
275
Code:
r5068 | landlord | 2011-04-21 09:23:03 +0200 (Thu, 21 Apr 2011) | 1 line

Added new parameter 'loghistorysize' to documentation.
------------------------------------------------------------------------
r5067 | schlocke | 2011-04-21 09:08:45 +0200 (Thu, 21 Apr 2011) | 2 lines

fixed some segfaults

------------------------------------------------------------------------
r5066 | alno | 2011-04-21 00:02:34 +0200 (Thu, 21 Apr 2011) | 1 line

WebIf: add loghistorysize parameter to global section
 

ylvi

Banned
Messages
275
Code:
------------------------------------------------------------------------
r5097 | landlord | 2011-04-27 13:59:53 +0200 (Wed, 27 Apr 2011) | 1 line

Added example for 'caid' mask parameter.
------------------------------------------------------------------------
r5096 | landlord | 2011-04-27 13:43:47 +0200 (Wed, 27 Apr 2011) | 1 line

Small update for 'caid' parameter in 'oscam.user' and 'oscam.server' documentation.
------------------------------------------------------------------------
r5095 | landlord | 2011-04-27 11:21:36 +0200 (Wed, 27 Apr 2011) | 1 line

Removed unnecessary Betatunnel CAIDs from 'lb_auto_betatunnel'.
 

Haitoku

Registered
Messages
3,933
r5232 | schlocke | 2011-05-13 10:53:44 +0200 (Fri, 13 May 2011) | 1 line

fixed "invalid read" (valgrind)
------------------------------------------------------------------------
r5231 | _network | 2011-05-13 07:08:20 +0200 (Fri, 13 May 2011) | 2 lines

WebIf: fix for r5230
 

Haitoku

Registered
Messages
3,933
r5233 | Admin | 2011-05-14 03:47:05 +0200 (Sat, 14 May 2011) | 4 lines

Fix some types (please check if this fixes #1854), remove strnlen function from gbox module as it is not crossplattform and furthermore not necessary here. Add missing initialization for sc8in1 lock.
------------------------------------------------------------------------
r5232 | schlocke | 2011-05-13 10:53:44 +0200 (Fri, 13 May 2011) | 1 line

fixed "invalid read" (valgrind)
 

Haitoku

Registered
Messages
3,933
r5279 | schlocke | 2011-05-23 01:47:58 +02.00 (Mon, 23 May 2011) | 2 lines

small changes on logging
small changes updating old code
-------------------------------------------------------------------------------------
r5278 | landlord | 2011-05-23 08:09:41 +02.00 (Mon, 23 May 2011) | 4 lines

Fixed some typo errrors.
 
Last edited:

Haitoku

Registered
Messages
3,933
r5305 | alno | 2011-05-28 07:38:52 +02.00 (Sat, 28 May 2011) | 2 lines

Monitor: repair user reload
-------------------------------------------------------------------------
r5304 | Admin | 2011-05-28 01:47:42 +02.00 (Sat, 28 May 2011) | 10 lines

Fix memcpy issues in reader-videoguard2 and smartreader module: Memcpy() has undefined behaviour if it copies data onto itself => use memmove() instead.
Fix: Set CCCam client into shutdown mode before sleeping in cleanup_thread() to prevent race conditions.
Fix some locking behaviours: A trylock with an unlock might lead to undefined behaviour if the lock was not gained.
Fix: If a thread holds a mutex and is killed, a deadlock may arise as the mutex never gets unlocked. Thus, the mutex is now saved in the client structure and cleaned up in cleanup_thread().
 
Last edited:

Edo2

Registered
Messages
3,111
Code:
r5307 | Admin | 2011-05-28 12:48:32 +02.00 (Sat, 28 May 2011) | 2 lines

Fix for 5304: Add forgotten cs_unlock in llist, remove "deadlock detection" as it might fail under heavy locking, make sure that llist isnt interrupted while cleaning up.
-------------------------------------------------------------------------
r5306 | neoen | 2011-05-28 10:36:06 +02.00 (Sat, 28 May 2011) | 1 line

Seca ECMs using OP Key xE are sent to reader even if privider is expired
 

Haitoku

Registered
Messages
3,933
r5328 | alno | 2011-05-29 15:04:19 +0200 (Sun, 29 May 2011) | 1 line

WebIf: Add LCD Options to Monitor Menu
------------------------------------------------------------------------
 
Last edited:

Haitoku

Registered
Messages
3,933
r5367 | schlocke | 2011-06-09 15:06:08 +0200 (Thu, 09 Jun 2011) | 3 lines

loadbalancer: small fix for "notfound" with ecm-time>timeout, now
converted to "timeout"

------------------------------------------------------------------------
r5366 | _network | 2011-06-07 21:11:36 +0200 (Tue, 07 Jun 2011) | 2 lines

viaccess: next try for a workaround for emm from cccam (#1838)

------------------------------------------------------------------------
 
Top