Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 16 of 50 FirstFirst ... 6111415161718212641 ... LastLast
Results 151 to 160 of 491

Thread: OSCam for Coolstream HD1

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

    Re: OSCam for Coolstream HD1

    Code:
    r5225 | Admin | 2011-05-11 10:23:15 PM (Wed, 11 May 2011) | 2 lines
    
    WebIf: Leak fix for external css.
    ------------------------------------------------------------------------
    r5224 | landlord | 2011-05-11 03:33:52 PM (Wed, 11 May 2011) | 10 lines
    
    Set new default value for 'lb_mode' parameter in documentation.
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5227 | schlocke | 05/12/2011 04:11:48 PM (Thu, 12 May 2011) | 2 lines
    
    completet refactoring
    ------------------------------------------------------------------------
    r5225 | Admin | 05/11/2011 10:23:15 PM (Wed, 11 May 2011) | 2 lines
    
    WebIf: Leak fix for external css.
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5228 | Admin | 05/12/2011 10:21:17 PM (Thu, 12 May 2011) | 2 lines
    
    Client list may get inconsistent if there are multiple thread kills and starts concurrently. 
    Thus, a write lock is added to ensure consistency.
    ------------------------------------------------------------------------
    r5227 | schlocke | 05/12/2011 04:11:48 PM (Thu, 12 May 2011) | 1 line
    
    completet refactoring
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5229 | Admin | 2011-05-13 01:11:34 +0200 (Fri, 13 May 2011) | 1 line
    
    WebIf: Implement keepalive mechanism. This should make WebIf a lot more 
    
    responsive as no new connection has to be created on each request 
    ------------------------------------------------------------------------
    r5228 | Admin | 2011-05-12 22:21:17 +0200 (Thu, 12 May 2011) | 1 line
    
    Client list may get inconsistent if there are multiple thread kills and starts concurrently. Thus, a write lock is added to ensure consistency.
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5230 | _network | 2011-05-13 04:48:50 +0200 (Fri, 13 May 2011) | 4 lines
    
    WebIf: fix segfault with ssl enabled
    ------------------------------------------------------------------------
    r5229 | Admin | 2011-05-13 01:11:34 +0200 (Fri, 13 May 2011) | 1 line
    
    WebIf: Implement keepalive mechanism. This should make WebIf a lot more responsive as no new connection has to be created on each request
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5231 | _network | 2011-05-13 07:08:20 +0200 (Fri, 13 May 2011) | 2 lines
    
    WebIf: fix for r5230
    ------------------------------------------------------------------------
    r5230 | _network | 2011-05-13 04:48:50 +0200 (Fri, 13 May 2011) | 4 lines
    
    WebIf: fix segfault with ssl enabled
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    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
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    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)
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5234 | schlocke | 2011-05-14 08:56:29 +0200 (Sat, 14 May 2011) | 4 lines
    
    cccam entitlements/loadbalancer stats: base work for sorting (-->alno).
    ------------------------------------------------------------------------
    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.
    Attached Files Attached Files

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

    Re: OSCam for Coolstream HD1

    Code:
    r5235 | schlocke | 2011-05-14 10:03:54 +0200 (Sat, 14 May 2011) | 1 line
    
    fixed newline warning.
    ------------------------------------------------------------------------
    r5234 | schlocke | 2011-05-14 08:56:29 +0200 (Sat, 14 May 2011) | 4 lines
    
    cccam entitlements/loadbalancer stats: base work for sorting (-->alno).
    Attached Files Attached Files

Advertise Here

Similar Threads

  1. Oscam (Coolstream edition) -- Latest
    By marcel1 in forum Coolstream
    Replies: 12
    Last Post: 29-01-2023, 12:38:36
  2. Oscam for coolstream
    By wahid in forum Coolstream Software and Tools
    Replies: 275
    Last Post: 29-12-2010, 15:16:33
  3. Oscam for coolstream
    By wahid in forum OSCam
    Replies: 5
    Last Post: 20-06-2010, 17:03:14
  4. Replies: 1
    Last Post: 20-12-2009, 15:50:40
  5. Lastest Oscam for Coolstream HD1
    By marcel1 in forum Satellite Receivers A to Z
    Replies: 0
    Last Post: 03-11-2009, 09:16:38

Posting Permissions

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