Thanks Thanks:  1
Likes Likes:  0
Dislikes Dislikes:  0
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 51

Thread: Oscam SH40 binary

  1. #31
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5368 | _network | 2011-06-09 19:06:39 +0200 (Thu, 09 Jun 2011) | 2 lines
    viaccess: small fix for cccam emm workaround (#1838)
    ------------------------------------------------------------------------
    r5369 | Admin | 2011-06-10 00:40:40 +0200 (Fri, 10 Jun 2011) | 1 line
    Fix: When atr variable was specified, parts of the reader structure was overwritten by memset because of an incorrect size.
    ------------------------------------------------------------------------
    r5368 | _network | 2011-06-09 19:06:39 +0200 (Thu, 09 Jun 2011) | 2 lines
    viaccess: small fix for cccam emm workaround (#1838)
    ------------------------------------------------------------------------
    r5371 | Admin | 2011-06-11 14:08:40 +0200 (Sat, 11 Jun 2011) | 1 line
    Fully remove unneeded codepath for dbox/dm500 which was needeed because of wrong toolchain used on this plattform. If you use a dbox/dm500 you need to use the right toolchain or use the ppc.old binaries.
    ------------------------------------------------------------------------
    r5370 | Admin | 2011-06-11 14:01:07 +0200 (Sat, 11 Jun 2011) | 1 line
    Cleanup memory in pipe on client exit. Fix some possible segfault sources. Fix wrong display of au parameter on WebIf status page if config includes an empty au line.
    ------------------------------------------------------------------------
    r5372 | Admin | 2011-06-11 14:24:04 +0200 (Sat, 11 Jun 2011) | 1 line
    Fix wrong comment
    ------------------------------------------------------------------------
    r5373 | _network | 2011-06-12 15:58:39 +0200 (Sun, 12 Jun 2011) | 2 lines
    correct some declarations
    ------------------------------------------------------------------------
    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
    ------------------------------------------------------------------------
    r5374 | alno | 2011-06-12 19:26:06 +0200 (Sun, 12 Jun 2011) | 1 line
    try fix for saving services with WebIf
    ------------------------------------------------------------------------
    r5376 | alno | 2011-06-12 23:34:59 +0200 (Sun, 12 Jun 2011) | 1 line
    LCD: correct alignment if days visible in idletime
    ------------------------------------------------------------------------
    r5377 | _network
    dynamic-threads: resync with trunk
    Attached Files Attached Files

  2. #32
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    [5386] by _network
    dynamic-threads: resync with trunk and some optimizations
    [5385] by Admin
    Add handling of POLLHUP
    [5384] by Admin
    Add keepalive network setting to all tcp readers, too.
    [5383] by Admin
    Fix wrong error handling in setsockopt
    [5382] by Admin
    Fix wrong error message.
    [5381] by Admin
    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
    [5380] by alno
    WebIf: fix wrong displaying of LCD Settings
    [5379] by _network
    dynamic-threads: disconnect user on transmission error
    [5378] by _network
    dynamic-threads: merge client and reader poll()
    Attached Files Attached Files

  3. #33
    Standard RSP member stargate's Avatar
    Join Date
    23 Apr 2007
    Location
    P3X-888
    Posts
    3,754
    Mentioned
    0 Post(s)
    Rep Power
    94

    Default

    multumiri ... functioneaza ok
    Nota: Vizionarea programelor Pay TV fara un abonament valabil este ilegala
    Discutiile purtate si fisierele disponibile aici sunt ?n scop experimental si educational !

  4. #34
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5388 | alno | 2011-06-15 20:30:34 +0200 (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 +0200 (Wed, 15 Jun 2011) | 2 lines

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

    ------------------------------------------------------------------------
    r5390 | Admin | 2011-06-15 21:17:04 +0200 (Wed, 15 Jun 2011) | 1 line

    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).
    ------------------------------------------------------------------------
    r5395 | lareq78 | 2011-06-16 02:02:59 +0200 (Thu, 16 Jun 2011) | 2 lines

    missed:another Mutual exclusion over always evaluates to true.

    ------------------------------------------------------------------------
    r5394 | lareq78 | 2011-06-16 01:47:36 +0200 (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)
    ------------------------------------------------------------------------
    r5393 | lareq78 | 2011-06-16 01:37:54 +0200 (Thu, 16 Jun 2011) | 1 line

    few correction
    ------------------------------------------------------------------------
    r5392 | Admin | 2011-06-16 00:44:09 +0200 (Thu, 16 Jun 2011) | 1 line

    Return 0 instead of -9 on POLLHUP
    ------------------------------------------------------------------------
    r5391 | lareq78 | 2011-06-16 00:08:46 +0200 (Thu, 16 Jun 2011) | 1 line

    Correct include path
    ------------------------------------------------------------------------
    r5397 | lareq78 | 2011-06-16 14:32:03 +0200 (Thu, 16 Jun 2011) | 1 line


    ------------------------------------------------------------------------
    r5396 | lareq78 | 2011-06-16 13:45:23 +0200 (Thu, 16 Jun 2011) | 2 lines

    some cleaning
    fix possible Buffer access out-of-bounds
    ------------------------------------------------------------------------
    r5395 | lareq78 | 2011-06-16 02:02:59 +0200 (Thu, 16 Jun 2011) | 2 lines

    missed:another Mutual exclusion over always evaluates to true.

    ------------------------------------------------------------------------
    r5398 | Admin | 2011-06-16 20:58:57 +0200 (Thu, 16 Jun 2011) | 1 line

    Fix videoguard bufferoverflows introduced in r5396
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    r5400 | _network | 2011-06-16 21:36:16 +0200 (Thu, 16 Jun 2011) | 2 lines

    improve fix from r5399
    ------------------------------------------------------------------------
    r5399 | _network | 2011-06-16 21:16:22 +0200 (Thu, 16 Jun 2011) | 2 lines

    fix memory corruption when using trim() and strlen is 1
    ------------------------------------------------------------------------
    r5401 | lareq78 | 2011-06-17 14:34:16 +0200 (Fri, 17 Jun 2011) | 3 lines

    try to fix Cpu problem described which introduced in 5381 (revert read_from_pipe
    http://streamboard.gmc.to/wbb2/threa...threadid=32227
    -----------------------------------------------------------------------
    r5402 | lareq78 | 2011-06-17 15:38:06 +0200 (Fri, 17 Jun 2011) | 1 line

    fix broken line in my last commit,
    ------------------------------------------------------------------------
    r5401 | lareq78 | 2011-06-17 14:34:16 +0200 (Fri, 17 Jun 2011) | 3 lines

    try to fix Cpu problem described which introduced in 5381 (revert read_from_pipe

    ------------------------------------------------------------------------
    -------------------------------------------------------------------------------------
    r5404 | _network | 2011-06-17 07:21:32 PM (Fri, 17 Jun 2011) | 2 lines

    dynamic-threads: resync with trunk and minor fixes
    ------------------------------------------------------------------------
    r5403 | pattex | 2011-06-17 18:55:27 +0200 (Fri, 17 Jun 2011) | 1 line

    WebIf: Added a Link under Reader Section that shows Graphs with the ecm times of all Readers and Proxies. SVG-compatible Browser with javascript enabled, required.
    ------------------------------------------------------------------------

    r5412 | pattex | 2011-06-17 23:01:42 +0200 (Fri, 17 Jun 2011) | 1 line

    WebIF: More Colors for Graphs, mimetype now corrected, longer timeline
    ------------------------------------------------------------------------
    r5411 | alno | 2011-06-17 22:47:03 +0200 (Fri, 17 Jun 2011) | 1 line

    WebIf: fix compiler warning
    ------------------------------------------------------------------------
    r5410 | _network | 2011-06-17 21:55:29 PM (Fri, 17 Jun 2011) | 1 line

    dynamic-threads: add a pipe for waking up client_check thread
    -------------------------------------------------------------------------------------
    r5409 | Admin | 2011-06-17 09:49:36 PM (Fri, 17 Jun 2011) | 1 line

    Fix output of in-RAM loghistory if the last position points right to the end of the log history.
    -------------------------------------------------------------------------------------
    r5408 | Admin | 2011-06-17 09:08:31 PM (Fri, 17 Jun 2011) | 1 line

    Remove cs_lock from coolapi as it's not really needed there (there should not be threads that get killed) and could perhaps

    create problems.
    r5407 | pattex | 2011-06-17 20:56:09 +0200 (Fri, 17 Jun 2011) | 1 line

    WebIf: smaller datatransfer while viewing Graph.
    ------------------------------------------------------------------------
    r5406 | Admin | 2011-06-17 20:37:49 +0200 (Fri, 17 Jun 2011) | 3 lines

    Revert WinSCard.h from r5396 as it seems to break cygwin compilation (see #1944).
    Revert r5401 as the cpu issue has been fixed in before and this change could break other things (detected full pipes when they are not because pipecnt is not updated anymore).
    Add check for ecm timeout before adding it to ecmcache.
    ------------------------------------------------------------------------
    r5405 | alno | 2011-06-17 20:16:03 +0200 (Fri, 17 Jun 2011) | 1 line

    XMLApi: make ringbuffer more threadsave and avoid buffor overflow by normalize values to 4 digits
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    r5413 | pattex | 2011-06-18 01:06:13 +0200 (Sat, 18 Jun 2011) | 1 line

    WebIf: Hide Readers that are hidden, configuration via stylesheets. Look into site.css. Smaller Font-size for Labels.
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    r5419 | Admin | 2011-06-18 03:31:03 +0200 (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.
    ------------------------------------------------------------------------
    r5418 | Admin | 2011-06-18 03:20:06 +0200 (Sat, 18 Jun 2011) | 1 line

    Small improvement for r5417
    ------------------------------------------------------------------------
    r5417 | Admin | 2011-06-18 03:11:21 +0200 (Sat, 18 Jun 2011) | 1 line

    Fix a reported segfault in cccshare which happens when the global cardlist is rebuilt (and thus the old one cleaned) while sending initial carddata to a client (only happens on very slow/blocking ones because cleanup is delayed by garbage collector to 5s which is normally enough)
    ------------------------------------------------------------------------
    r5416 | Admin | 2011-06-18 02:41:08 +0200 (Sat, 18 Jun 2011) | 1 line

    Add checks for cleaned clients to fix some reported leaks/segfaults which happen when the client which requested an ecm has exited before receiving the result.
    ------------------------------------------------------------------------
    r5415 | pattex | 2011-06-18 01:49:25 +0200 (Sat, 18 Jun 2011) | 1 line

    WebIf:Show only valid ECM-Times
    ------------------------------------------------------------------------
    r5414 | pattex | 2011-06-18 01:28:38 +0200 (Sat, 18 Jun 2011) | 1 line

    WebIf: more colors for graph
    ------------------------------------------------------------------------
    Attached Files Attached Files

  5. #35
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5420 | jerdvb | 2011-06-18 16:35:31 +0200 (Sat, 18 Jun 2011) | 4 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)
    ------------------------------------------------------------------------
    r5422 | jerdvb | 2011-06-18 18:32:08 +0200 (Sat, 18 Jun 2011) | 3 lines

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

    ------------------------------------------------------------------------
    r5421 | alno | 2011-06-18 17:54:55 +0200 (Sat, 18 Jun 2011) | 1 line

    Config: check for duplicate accounts and rename while startup. Move some generic functions to more central point
    ------------------------------------------------------------------------
    r5423 | alno | 2011-06-18 22:44:10 +0200 (Sat, 18 Jun 2011) | 1 line

    XMLApi: add some atributes in userlist
    ------------------------------------------------------------------------
    r5431 | alno | 2011-06-19 01:32:48 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: some layout correction
    ------------------------------------------------------------------------
    r5430 | alno | 2011-06-19 01:20:05 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: next try fix bug
    ------------------------------------------------------------------------
    r5429 | alno | 2011-06-19 01:16:25 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: try fix bug in last commit
    ------------------------------------------------------------------------
    r5428 | alno | 2011-06-19 01:09:28 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: Time on Channel in userlist correction
    ------------------------------------------------------------------------
    r5427 | alno | 2011-06-19 00:23:50 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: add column 'Time on Channel' in user list
    ------------------------------------------------------------------------
    r5432 | alno | 2011-06-19 08:56:48 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: small layout fix in readerstats
    ------------------------------------------------------------------------
    Attached Files Attached Files

  6. #36
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5433 | alno | 2011-06-19 14:41:31 +0200 (Sun, 19 Jun 2011) | 1 line

    XMLApi: fix format issue in new atributes of userlist
    ------------------------------------------------------------------------
    r5432 | alno | 2011-06-19 08:56:48 +0200 (Sun, 19 Jun 2011) | 1 line

    WebIf: small layout fix in readerstats
    ------------------------------------------------------------------------
    r5435 | alno | 2011-06-19 14:53:41 +0200 (Sun, 19 Jun 2011) | 1 line

    XMLApi: next try to fix invalid XML if a user is online
    ------------------------------------------------------------------------
    r5434 | schlocke | 2011-06-19 14:44:59 +0200 (Sun, 19 Jun 2011) | 3 lines

    cccam: 1. share updater interval adjusted, added debug output (d=1) 2. added threadlock on share
    update to avoid updates whiles share list building
    ------------------------------------------------------------------------
    r5436 | Admin | 2011-06-19 15:04:07 +0200 (Sun, 19 Jun 2011) | 1 line

    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.
    ------------------------------------------------------------------------
    r5437 | schlocke | 2011-06-19 18:52:44 +0200 (Sun, 19 Jun 2011) | 2 lines

    cccam/global: new locking algo for read/writelocks /test
    ------------------------------------------------------------------------
    r5438 | schlocke | 2011-06-19 22:38:20 +0200 (Sun, 19 Jun 2011) | 2 lines

    cccam/global: locking refactored for cccam

    ------------------------------------------------------------------------
    r5440 | Admin | 2011-06-19 23:35:37 +0200 (Sun, 19 Jun 2011) | 1 line

    Add locking mechanism from r5437 to more places. Add stronger locking to log functions as the fflush created (very rare) race conditions and segfaults on some systems. Some minor improvements and cleanups.
    ------------------------------------------------------------------------
    r5439 | alno | 2011-06-19 22:49:46 +0200 (Sun, 19 Jun 2011) | 1 line

    XMLApi: add placeholder for later coming entrypoints (settings)

  7. #37
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5441 | goodsat | 2011-06-20 13:15:53 +0200 (Mon, 20 Jun 2011) | 1 line
    ------------------------------------------------------------------------
    r5443 | schlocke | 2011-06-20 21:15:30 +0200 (Mon, 20 Jun 2011) | 2 lines

    cccam: added extra logdata for finding card problems
    ------------------------------------------------------------------------
    r5442 | alno | 2011-06-20 20:34:46 +0200 (Mon, 20 Jun 2011) | 6 lines

    XMLApi: add user(account) config to XMLApi
    Call:
    1) read: /oscamapi.html?part=userconfig&user=<username>
    2) write: /oscamapi.html?part=userconfig&user=<username>&<par ametername>=<parametervalue>[&<parametername>=<parametervalue>]&action=Save

    If WebIf is in readonly mode the write Apicall returns a readable XML formated Errormessage
    ------------------------------------------------------------------------

    [5451] by pattex
    WebIf: Min/Max? Values per Reader in Graph. User changeable Refresh Interval. Click to change.
    [5450] by pattex
    WebIf: Graph can now display only one user with parameter label=username. Lines that idle more than 30 secs set to 0.
    [5449] by alno
    WebIf: correction for last commit
    [5448] by alno
    WebIf: hide 'timeonchannel' on inactive clients
    [5447] by goodsat
    force use ecm 00 provider 030B00 & 032920 & 032940 detecte nano E0 and skip ecm no suported
    [5446] by Admin
    Try a fix for constcw reading file wrong on some plattforms.
    [5445] by schlocke
    cccam: reduced updateinterval when AU is enabled. Now we only check herserial changes on lokal readers
    [5444] by schlocke
    cccam: fixed some kind of missing local cards
    Attached Files Attached Files
    Last edited by zildan; 21-06-11 at 21:07.

  8. #38
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    [5452] by lareq78
    1. remove unused include file commit : 2. patch _network in #1952 for …
    ------------------------------------------------------------------------
    [5453] by lareq78
    1. commit missed part of last commit ( nds) 2. try quick fix for local …
    ------------------------------------------------------------------------
    [5454] by alno
    WebIf: some cleanup in readerconfig and preparing for XMLApi
    ------------------------------------------------------------------------
    [5455] by lareq78
    strange, fix my last commit
    ------------------------------------------------------------------------
    [5456] by alno
    WebIf: fix typo from last commit
    ------------------------------------------------------------------------
    r5457 | alno | 2011-06-21 23:09:47 +0200 (Tue, 21 Jun 2011) | 1 line
    Config: add description parameter to readers. Feel free adding 63 Characters as comment to each reader token
    ------------------------------------------------------------------------
    r5458 | lareq78 | 2011-06-22 00:29:47 +0200 (Wed, 22 Jun 2011) | 1 line

    in continue of 5453 ,try fixing renew cards with timeout
    ------------------------------------------------------------------------
    r5459 | schlocke | 2011-06-22 11:49:56 +0200 (Wed, 22 Jun 2011) | 2 lines

    cccam: tryfix for loosing local cards
    ------------------------------------------------------------------------
    [5460] by zetack
    dynamic-threads: fix protocol=smartreader and resync with trunk
    ------------------------------------------------------------------------
    r5461 | schlocke | 2011-06-22 18:17:42 +0200 (Wed, 22 Jun 2011) | 2 lines

    cccam: fixed loosing cards
    ------------------------------------------------------------------------
    Attached Files Attached Files

  9. #39
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5475 | goodsat | 2011-06-24 01:04:25 +0300 (Fri, 24 Jun 2011) | 1 line

    Fix dcw crc
    ------------------------------------------------------------------------
    r5473 | alno | 2011-06-23 21:30:03 +0300 (Thu, 23 Jun 2011) | 3 lines

    XMLApi:
    1) add readerstatus and caid to readertstats
    2) allow calling .../oscamapi.xml?part=.....
    ------------------------------------------------------------------------
    r5472 | landlord | 2011-06-23 20:47:57 +0300 (Thu, 23 Jun 2011) | 1 line

    Update for DVB API documentation.
    ------------------------------------------------------------------------
    r5471 | zetack | 2011-06-23 17:38:55 +0300 (Thu, 23 Jun 2011) | 2 lines

    cryptoworks: fix duplicate variable name

    ------------------------------------------------------------------------
    r5469 | pattex | 2011-06-23 01:49:14 +0300 (Thu, 23 Jun 2011) | 1 line

    WebIf: Graphs show now correct ecmtimes and skip no ecms.
    ------------------------------------------------------------------------
    r5468 | Admin | 2011-06-23 01:22:34 +0300 (Thu, 23 Jun 2011) | 1 line

    WebIf: Add ratelimitecm and ratelimitseconds (for physical readers; parameter exists for long time but was missing in WebIf).
    ------------------------------------------------------------------------
    r5467 | landlord | 2011-06-22 23:54:31 +0300 (Wed, 22 Jun 2011) | 1 line

    Added new parameter 'description' to 'oscam.server' documentation.
    ------------------------------------------------------------------------
    r5466 | schlocke | 2011-06-22 23:52:11 +0300 (Wed, 22 Jun 2011) | 3 lines

    cccam: fixed loosing cards. Now cards are removed before added. Before,
    it was add, then remove

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

    r5465 | pattex | 2011-06-22 23:47:01 +0300 (Wed, 22 Jun 2011) | 1 line

    Ringbuffer for last 20 ecms per client only compiled in if WebIf Switch is on and additional information about ecm in ringbuffer for preperation to corrected graph display.
    ------------------------------------------------------------------------
    r5464 | Admin | 2011-06-22 23:37:37 +0300 (Wed, 22 Jun 2011) | 1 line

    Fix compiler warnings.
    ------------------------------------------------------------------------
    r5463 | Admin | 2011-06-22 23:26:12 +0300 (Wed, 22 Jun 2011) | 1 line

    Small memleak fix in serial module.
    ------------------------------------------------------------------------
    r5462 | Admin | 2011-06-22 22:30:17 +0300 (Wed, 22 Jun 2011) | 1 line

    Continuation of r5309&r5310: Get rid of cl->dump completely. Some cleanups and a fix for locking in log function (problem happens when switching logs).
    ------------------------------------------------------------------------
    Attached Files Attached Files

  10. #40
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    -----------------------------------------------------------------------
    r5486 | Admin | 2011-06-25 14:44:17 +0300 (Sat, 25 Jun 2011) | 1 line

    WebIf: Calculate idle time for proxies and readers in a similar way like clients (based on last ecm or login time). Keepalive and management messages are not counted for this anymore as the idle time is also used for the display of the current channel which should not be display when there was just a keepalive message.
    ------------------------------------------------------------------------
    r5485 | alno | 2011-06-25 14:11:30 +0300 (Sat, 25 Jun 2011) | 1 line

    WebIf: disallow to create more then 64 Services in WebIf
    ------------------------------------------------------------------------
    r5484 | landlord | 2011-06-25 13:01:40 +0300 (Sat, 25 Jun 2011) | 1 line

    Added some remarks to documentation.
    ------------------------------------------------------------------------
    r5483 | alno | 2011-06-25 09:36:53 +0300 (Sat, 25 Jun 2011) | 1 line

    Config: fix last commit (63 allowed -> 64) ;-)
    ------------------------------------------------------------------------
    r5482 | alno | 2011-06-25 09:13:22 +0300 (Sat, 25 Jun 2011) | 1 line

    Config: restrict reading of oscam.services to 64 entries. Oscam cannot address more then 64 services
    ------------------------------------------------------------------------
    r5481 | Admin | 2011-06-25 08:29:16 +0300 (Sat, 25 Jun 2011) | 1 line

    WebIf: Correctly handle deletion of services for readers and accounts, improve efficiency of disabling/deleting accounts
    ------------------------------------------------------------------------
    r5480 | Admin | 2011-06-25 06:27:00 +0300 (Sat, 25 Jun 2011) | 1 line

    WebIf: Make refresh mechanism more subtle
    ------------------------------------------------------------------------
    r5479 | schlocke | 2011-06-24 22:43:26 +0300 (Fri, 24 Jun 2011) | 3 lines

    loadbalancer: added time increasing if services/ident is set and failing
    readers selected again

    ------------------------------------------------------------------------
    r5478 | schlocke | 2011-06-24 14:24:18 +0300 (Fri, 24 Jun 2011) | 3 lines

    loadbalancer: fix for ticket #1964
    statistics now only created if ecms got results

    ------------------------------------------------------------------------
    r5477 | alno | 2011-06-24 09:24:47 +0300 (Fri, 24 Jun 2011) | 1 line

    WebIF: reader description case insensitive
    ------------------------------------------------------------------------
    r5476 | lareq78 | 2011-06-24 08:54:01 +0300 (Fri, 24 Jun 2011) | 1 line

    try fix #1965 which introduced in r5475
    ------------------------------------------------------------------------
    Attached Files Attached Files
    Last edited by zildan; 25-06-11 at 16:47.

  11. #41
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    ------------------------------------------------------------------------
    r5506 | Admin | 2011-06-30 00:17:31 +0300 (Thu, 30 Jun 2011) | 1 line

    Fix segfault introduced in r5504
    ------------------------------------------------------------------------
    r5505 | Admin | 2011-06-29 21:27:19 +0300 (Wed, 29 Jun 2011) | 1 line

    CCCam: Close connection when init seed could not be received and improve error messages for this case. Increase block timeout factor and wait a bit after calling connect() for the connection to setup.
    ------------------------------------------------------------------------
    r5504 | schlocke | 2011-06-29 19:06:31 +0300 (Wed, 29 Jun 2011) | 3 lines

    loadbalancer: now reader-found by cache does not add a "rc 0 80000" stat
    entry

    ------------------------------------------------------------------------
    r5503 | hapeba | 2011-06-29 18:25:39 +0300 (Wed, 29 Jun 2011) | 1 line

    change: stapi support --> DVB API required
    ------------------------------------------------------------------------
    r5502 | schlocke | 2011-06-29 00:15:12 +0300 (Wed, 29 Jun 2011) | 7 lines

    reader: new option: dropbadcws. Because we got logs that some cards
    answers with wrong cws if they got "special" ecms, we added this new
    option to discard this cw. Real CI modules also drops this cws, so oscam
    is more working like a read cw. Default=off
    cccam: ecm-retry implemented if no card is found and last message was a
    card change message.

    ------------------------------------------------------------------------
    r5501 | Admin | 2011-06-28 21:02:07 +0300 (Tue, 28 Jun 2011) | 1 line

    WebIf: Correct time formatting function. Update logintime on network reader disconnect and show "idle" time as red (indicating error). Try a fix for FreeBSD compilation (untested, see #1968).
    ------------------------------------------------------------------------
    r5500 | hapeba | 2011-06-28 19:29:09 +0300 (Tue, 28 Jun 2011) | 1 line

    added stapi support to config.sh
    ------------------------------------------------------------------------
    r5499 | nightmann | 2011-06-28 18:53:08 +0300 (Tue, 28 Jun 2011) | 2 lines

    added stapi support to cmake enviroment. your cmake call should be something like this: cmake -DHAVE_DVBAPI=1 -DWITH_STAPI=1 -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-sh4-amino.cmake ..
    change config dir on amino target to more recent /var/tuxbox/config folder.
    ------------------------------------------------------------------------
    r5498 | alno | 2011-06-27 09:40:50 +0300 (Mon, 27 Jun 2011) | 1 line

    WebIf: Add some tooltip explanation to usertable headline
    ------------------------------------------------------------------------
    r5497 | Admin | 2011-06-26 22:22:28 +0300 (Sun, 26 Jun 2011) | 1 line

    WebIf: Don't show login date and online time on readers/proxies in init/error state as values are not correct in this case.
    ------------------------------------------------------------------------
    r5496 | alno | 2011-06-26 15:10:21 +0300 (Sun, 26 Jun 2011) | 1 line

    fix compile error
    ------------------------------------------------------------------------
    r5495 | alno | 2011-06-26 15:08:21 +0300 (Sun, 26 Jun 2011) | 1 line

    WebIf: revert last change - icon not work
    ------------------------------------------------------------------------
    r5494 | Admin | 2011-06-26 14:59:51 +0300 (Sun, 26 Jun 2011) | 1 line

    Reset login time of readers on reconnect. Correct some global structs to save a bit memory.
    ------------------------------------------------------------------------
    r5493 | alno | 2011-06-26 14:18:54 +0300 (Sun, 26 Jun 2011) | 1 line

    Webif: add new favicon
    ------------------------------------------------------------------------
    r5492 | Admin | 2011-06-26 03:01:34 +0300 (Sun, 26 Jun 2011) | 1 line

    Don't set lastemm, lastecm and login to zero on network proxy disconnect.
    ------------------------------------------------------------------------
    r5491 | zetack | 2011-06-26 00:01:24 +0300 (Sun, 26 Jun 2011) | 2 lines

    fix compile error

    ------------------------------------------------------------------------
    r5490 | landlord | 2011-06-25 22:43:57 +0300 (Sat, 25 Jun 2011) | 1 line
    Fix small typo in 'oscam.server'.
    ------------------------------------------------------------------------

    r5489 | zetack | 2011-06-25 21:21:56 +0300 (Sat, 25 Jun 2011) | 2 lines

    conax: print out pbm in entitlements

    ------------------------------------------------------------------------
    r5488 | landlord | 2011-06-25 20:26:54 +0300 (Sat, 25 Jun 2011) | 1 line

    Updated remarks for definitions in 'oscam.services'.
    ------------------------------------------------------------------------
    r5487 | lareq78 | 2011-06-25 20:19:59 +0300 (Sat, 25 Jun 2011) | 1 line

    revert patch #1955 by Nimloth.
    ------------------------------------------------------------------------
    Attached Files Attached Files

  12. #42
    Standard RSP member
    Join Date
    19 Dec 2010
    Location
    Drobeta Turnu Severin
    Posts
    37
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default salut

    oscam-svn5506-SH4-DVBAPI-DEFAULT-WEBIF merge si pe spark sa numai pe E2???

  13. #43
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    SPARK are SH4-DVBAPI deci e ca la e2 din cate stiu eu, deci ar trebui sa mearga.

  14. #44
    Standard RSP member Meridian's Avatar
    Join Date
    01 Sep 2010
    Location
    Andromeda
    Posts
    1,072
    Mentioned
    0 Post(s)
    Rep Power
    62

    Default

    @gik2000 L-am instalat la mine pe Spark. Functioneaza! Succes!


  15. #45
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,511
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    5516 | alno | 2011-07-02 22:16:17 +0300 (Sat, 02 Jul 2011) | 1 line

    add function to clear entitlements llist
    ------------------------------------------------------------------------
    r5515 | alno | 2011-07-02 20:10:16 +0300 (Sat, 02 Jul 2011) | 1 line

    Add samplecode in irdeto module for using entitlement list. Maybe somebody with S02 in irdetomode can check this codepart.
    ------------------------------------------------------------------------
    r5514 | alno | 2011-07-02 18:50:30 +0300 (Sat, 02 Jul 2011) | 1 line

    WebIf: improvement for last commit
    ------------------------------------------------------------------------
    r5513 | alno | 2011-07-02 18:23:38 +0300 (Sat, 02 Jul 2011) | 1 line

    WebIf: Add some testoutput in Entitlement page for new entitlement structure. If something is in llist it will added on end of page
    ------------------------------------------------------------------------
    r5512 | alno | 2011-07-02 17:36:09 +0300 (Sat, 02 Jul 2011) | 1 line

    Add structure for entitlements and function add entitlements to a llist in reader - just preapare no functionality
    ------------------------------------------------------------------------
    r5511 | alno | 2011-07-02 17:02:23 +0300 (Sat, 02 Jul 2011) | 1 line

    Code: some more cleanup, whitespaces and readability
    ------------------------------------------------------------------------
    r5510 | alno | 2011-07-02 12:07:00 +0300 (Sat, 02 Jul 2011) | 1 line

    Code: some cleanup, whitespaces and radability
    ------------------------------------------------------------------------
    r5509 | alno | 2011-07-01 22:23:47 +0300 (Fri, 01 Jul 2011) | 1 line

    XMLApi: avoid creating a user on empty or wrong 'user' parameter in part userconfig
    ------------------------------------------------------------------------
    r5508 | schlocke | 2011-07-01 21:48:49 +0300 (Fri, 01 Jul 2011) | 3 lines

    cccam: support for ecm+emm with size>256 bytes (TNT France). Please
    test and report!

    ------------------------------------------------------------------------
    r5507 | zetack | 2011-06-30 19:46:10 +0300 (Thu, 30 Jun 2011) | 2 lines

    dvbapi: add support for BISS

    ------------------------------------------------------------------------
    Attached Files Attached Files

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

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