Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 35 of 137 FirstFirst ... 102530333435363740456085135 ... LastLast
Results 341 to 350 of 1365

Thread: ║➽║OScam║➽║Emu Varıous Platforms║v.11.964║

  1. #341
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5308 | alno | 2011-05-28 13:06:14 +02.00 (Sat, 28 May 2011) | 1 line
    
    LCD: fix layout issue in EMM count. If count > 999 we show 999
    -------------------------------------------------------------------------
    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.

  2. Advertise Here
  3. #342
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5309 | Admin | 2011-05-28 17:25:58 +02.00 (Sat, 28 May 2011) | 8 lines
    
    Get rid of some static variables and cl->dump usage as they are not threadsafe.
    -------------------------------------------------------------------------
    r5308 | alno | 2011-05-28 13:06:14 +02.00 (Sat, 28 May 2011) | 1 line
    
    LCD: fix layout issue in EMM count. If count > 999 we show 999

  4. #343
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5310 | Admin | 2011-05-28 17:43:38 +02.00 (Sat, 28 May 2011) | 4 lines
    
    Replace i2b with i2b_buf. cl->dump is now only used in cs_hexdump function...
    -------------------------------------------------------------------------
    r5309 | Admin | 2011-05-28 17:25:58 +02.00 (Sat, 28 May 2011) | 8 lines
    
    Get rid of some static variables and cl->dump usage as they are not threadsafe.

  5. #344
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5312 | Admin | 2011-05-28 18:17:25 +02.00 (Sat, 28 May 2011) | 1 line
    
    Fix "class" parameter which got broken through r5298
    -------------------------------------------------------------------------
    r5311 | alno | 2011-05-28 18:11:05 +02.00 (Sat, 28 May 2011) | 1 line
    
    LCD: add displaying cards on cccam proxies in the same style then WebIf (hop1/total)
    -------------------------------------------------------------------------
    r5310 | Admin | 2011-05-28 17:43:38 +02.00 (Sat, 28 May 2011) | 4 lines
    
    Replace i2b with i2b_buf. cl->dump is now only used in cs_hexdump function...

  6. #345
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5316 | landlord | 2011-05-28 21:39:36 +02.00 (Sat, 28 May 2011) | 1 line
    
    Fixed compile error 'TAG_LCD undeclared'.
    -------------------------------------------------------------------------
    r5315 | landlord | 2011-05-28 21:36:35 +02.00 (Sat, 28 May 2011) | 2 lines
    
    Fixed naming in Web Interface.
    -------------------------------------------------------------------------
    r5314 | landlord | 2011-05-28 20:26:16 +02.00 (Sat, 28 May 2011) | 1 line
    
    Added new parameters 'lcd_outputpath', 'lcd_hideidle' and 'lcd_writeintervall' to documentation.
    -------------------------------------------------------------------------
    r5313 | alno | 2011-05-28 20:04:00 +02.00 (Sat, 28 May 2011) | 2 lines
    
    LCD: add new token in oscam.conf [lcd] with 3 parameters:
    lcd_outputpath = my/output/path (default if missing is temppath)
    lcd_hideidle = 0|1 default 0 (hide reader/proxy in lcd output if idle >20 sek)
    lcd_writeintervall = >5 default 10 (refresh interval in seconds, values <5 are not allowed)
    
    This parameters are not avail in Webif yet but editable over files section or manually in oscam.config
    -------------------------------------------------------------------------
    r5312 | Admin | 2011-05-28 18:17:25 +02.00 (Sat, 28 May 2011) | 1 line
    
    Fix "class" parameter which got broken through r5298

  7. #346
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5318 | Admin | 2011-05-28 22:00:48 +02.00 (Sat, 28 May 2011) | 2 lines
    
    PTAB structure in chk_port_tab is too large for the stack size we use. Thus it is now put on heap. Furthermore, the minimum per-thread stack size is now increased a bit as it could be really low (16kb or smaller) depending on the system.
    -------------------------------------------------------------------------
    r5317 | landlord | 2011-05-28 21:46:26 +02.00 (Sat, 28 May 2011) | 1 line
    
    Fixed some naming in Web Interface.
    -------------------------------------------------------------------------
    r5316 | landlord | 2011-05-28 21:39:36 +02.00 (Sat, 28 May 2011) | 1 line
    
    Fixed compile error 'TAG_LCD undeclared'.

  8. #347
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5319 | Admin | 2011-05-28 22:34:19 +02.00 (Sat, 28 May 2011) | 2 lines
    
    Small cleanup
    -------------------------------------------------------------------------
    r5318 | Admin | 2011-05-28 22:00:48 +02.00 (Sat, 28 May 2011) | 2 lines
    
    PTAB structure in chk_port_tab is too large for the stack size we use. Thus it is now put on heap. Furthermore, the minimum per-thread stack size is now increased a bit as it could be really low (16kb or smaller) depending on the system.

  9. #348
    Amazigh For Ever OnePiece's Avatar
    Join Date
    17-04-2009
    Location
    SomeWhere On Ground
    Posts
    20,463
    Uploads
    3,661
    Likes
    50

    Re: Latest version OSCam

    Code:
    ------------------------------------------------------------------------
    r5320 | Admin | 2011-05-29 01:32:22 +0200 (Sun, 29 May 2011) | 1 line
    
    Fix: Correctly clear/init caid values.
    ------------------------------------------------------------------------
    r5319 | Admin | 2011-05-28 22:34:19 +0200 (Sat, 28 May 2011) | 1 line
    
    Small cleanup
    ------------------------------------------------------------------------

  10. #349
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5321 | alno | 2011-05-29 12:11:14 +02.00 (Sun, 29 May 2011) | 2 lines
    
    LCD: corrected lcd_hideidle (THX Wurminator for report)
    -------------------------------------------------------------------------
    r5320 | Admin | 2011-05-29 01:32:22 +02.00 (Sun, 29 May 2011) | 1 line
    
    Fix: Correctly clear/init caid values.

  11. #350
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: Latest version OSCam

    Code:
    r5322 | alno | 2011-05-29 12:26:30 +02.00 (Sun, 29 May 2011) | 2 lines
    
    LCD: write first a tempfile and copy then - check Headline colorizing issue
    -------------------------------------------------------------------------
    r5321 | alno | 2011-05-29 12:11:14 +02.00 (Sun, 29 May 2011) | 2 lines
    
    LCD: corrected lcd_hideidle (THX Wurminator for report)

Advertise Here

Similar Threads

  1. Update ║➽║DUBAİ║➽║One TV║➽║Watch home║*ONE TV║⚽️║
    By WaRp in forum Satellite TV Listings
    Replies: 1646
    Last Post: Yesterday, 21:12:50
  2. Replies: 52
    Last Post: 02-07-2026, 21:50:36
  3. New ║➽║Daily║➽║ PurE2║v.7.6║ Novaler TEAM║*.DOWNLOAD║
    By mehmetkarahanlı in forum Novaler Images
    Replies: 44
    Last Post: 17-06-2026, 20:20:36
  4. Replies: 15
    Last Post: 05-06-2026, 22:14:41
  5. Replies: 9
    Last Post: 17-05-2026, 13:29:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •