Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 21 of 25 FirstFirst ... 11161920212223 ... LastLast
Results 201 to 210 of 242

Thread: Oscam for Qbox HD

  1. #201
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7444]:
    cfg: Fix saving of keepalive value in accounts.

    This fixes regression introduced in r7433 and part of ticket #2762.

    Code:
    
    Changeset [7443]: cacheex: camd35 another fix cacheex: increased queue warning to 2000
    
    
    Changeset [7442]:
    cfg/accounts: Change pwd type from char[64] to char *.
    
    This change saves on average 54 bytes per struct s_account if we assume  that all accounts have 8 chracter passwords. Since the accounts usually  have shorter passwords the savings are even bigger.
    
    Changeset [7441]: cfg: Add config_list_gc_values().
    
    Changeset [7440]: cscrypt: keep valgrind happy
    
    Changeset [7439]:
    Add reader_set_defaults() and use it where it is needed.
    
    This fixes couple of bugs in WebIf - the new readers were added with defaults that are not set correctly.
    
    Fixes ticket #2760.
    Attached Files Attached Files

  2. Advertise Here
  3. #202
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7452]: cacheex: fixed wrong cccam cacheex stats nodeid
    Code:
    
    Changeset [7451]: cacheex: fixed high load
    
    Changeset [7450]: cacheex: fixed a camd35 issue
    
    Changeset [7449]: fixed last commit when compiling without cacheex
    
    Changeset [7448]: cacheex: reconnect timeout now valid cacheex: cacheex-stats with ip
    
    Changeset [7447]: cacheex: another fix for the queue problem
    
    Changeset [7446]: 
    camd33: Silence some annoying warnings.
    Thats what I get for not compiling the disabled module after changing it. This patch fixes:
    module-camd33.c: In function 'camd33_auth_client': module-camd33.c:89:5:  warning: pointer targets in passing argument 1 of 'streq' differ in  signedness [-Wpointer-sign] In file included from globals.h:1763:0,
    from module-camd33.c:1:
    global-functions.h:417:12: note: expected 'const char *' but argument is  of type 'uchar *' module-camd33.c:89:5: warning: pointer targets in  passing argument 1 of 'streq' differ in signedness [-Wpointer-sign] In  file included from globals.h:1763:0,
    from module-camd33.c:1:
    global-functions.h:417:12: note: expected 'const char *' but argument is of type 'uchar *'
    No binary changes.
    
    
    Changeset [7445]:
    Fallback to IPv6 if setting up IPv6 listener fails.
    Patch by manio and another fix for Ticket #2721.
    Attached Files Attached Files

  4. #203
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7456]:
    cacheex: added cw diagnostics to log (d1, use grep "Different CWs" on your log)


    Code:
    
    Changeset [7455]: 
    added ecmheaderwhilist patch. Thx to blaky! 
    
    Changeset [7454]: 
    cacheex/internal locking management: new locking mechanismn to avoid deadlocks on lock/destroy
    
    Changeset [7453]: cacheex: another try-fix
    Attached Files Attached Files

  5. #204
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7477]:
    Rename mode in struct s_reader to azbox_mode.
    mode is pretty generic and since the variable is used only in azbox code its better to be called azbox_code.
    No binary changes.

    Code:
    
    Changeset [7476]:
    cfg/reader: Fix default cool_timeout_init/cool_timeout_after_init values.
    The default values are mentioned in the wiki. This fixes ticket #2772.
    
    Changeset [7475]: fixed a warning
    
    Changeset [7474]: cacheex: fixed a cache flooding bug
    
    Changeset [7473]:
    Fix crash when saving ecmwhitelist values in readers.
    This fixes tickets #2770 and #2767. Thanks to kroki for testing the patches.
    
    Changeset [7472]:
    cfg/global: Clear http_dyndns values before setting them.
    Without this, once set http_dyndns value can not be removed in WebIf.
    
    Changeset [7471]: build: Do not assume the shell is smart.
    
    Changeset [7470]:
    cacheex: added cacheex-stats, logging errors cacheex: increased garbage  collector dispose time cacheex: different cw error is logged and any  further blocked
    
    Changeset [7469]: build: Allow parallel build.
    
    Changeset [7468]:
    build: Generate and use proper dependencies for source files.
    This should make using make clean a rare operation. Now we use the  compiler to generate dependancy information for each source file. This  means that only the correct files would be rebuild if some header or  source file changed.
    
    Changeset [7467]:
    build: Stop using archives and allow parallel build.
    This change simplifies the build and allows it to finally support  parallel build (for example: make -j 4) and generation of proper  dependency information (implemented in next patch).
    
    Changeset [7466]:
     build: Rename LIBDIR to BUILD_DIR and improve clean and distclean targets.
    
    Changeset [7465]:
    build: Add more targets to PHONY.
    These targets do not produce output file with the name of the target (or  they must be run always) so they must be listed in PHONY targets.
    
    Changeset [7464]:
    build: Do not pass unneeded flags to linker.
    The linker have no use of the defines of compiler warning settings.
    
    Changeset [7463]: build: Strip white space from info screen.
    
    Changeset [7462]: build: Show linker version in info screen.
    Attached Files Attached Files

  6. #205
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    oscam-svn7509-sh4-qboxhd-webif-Distribution.
    Attached Files Attached Files

  7. #206
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    oscam-svn7530-sh4-qboxhd-webif-Distribution
    Attached Files Attached Files

  8. #207
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    oscam-svn7602-sh4-qboxhd-webif-Distribution.
    Attached Files Attached Files

  9. #208
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7624] by zetack

    tryfix for #2832 (protocol t0 not working)
    Attached Files Attached Files

  10. #209
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    Changeset [7635] by gf
    webif: Fix couple of XSS errors. Patch by tanasiev posted in ticket #2836.
    Attached Files Attached Files

  11. #210
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: Oscam for Qbox HD

    changeset 7678
    Code:
     
    dvbapi: remove init api test.
    The test was for boxes that have api v3 path but use api v1 commands.
    This test was removed in r6344 and no one complains about it, so this code is not needed.
    
    Attached Files Attached Files

Page 21 of 25 FirstFirst ... 11161920212223 ... LastLast
Advertise Here

Similar Threads

  1. Lastest Oscam For D-Box 2
    By sami.sami in forum D-box Software and Tools
    Replies: 220
    Last Post: 28-11-2012, 22:04:01
  2. Sky Ita FIx on Oscam
    By marcello90 in forum OSCam
    Replies: 2
    Last Post: 17-02-2010, 21:50:14
  3. Replies: 1
    Last Post: 20-12-2009, 15:50:40
  4. Oscam For D-Box 2
    By sami.sami in forum Q-Box (Duolabs)
    Replies: 0
    Last Post: 26-11-2009, 00:46:19
  5. I have Sky IT HD with Oscam
    By thecaptain2000 in forum CCcam Exchange: Local
    Replies: 0
    Last Post: 23-11-2009, 20:52:44

Posting Permissions

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