source: trunk/module-dvbapi.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4141   13 years dingo35 all: simplify debug system, add D_DVBAPI = -d128, eliminate cs_ptyp …
(edit) @4136   13 years dingo35 COOLSTREAM DVBAPI thanks to all that helped achieving this
(edit) @4134   13 years _network dvbapi: add thread for manual calling of signal event handler for …
(edit) @4122   13 years _network WebIf: fix crash (edit camd35tcp with ssl enabled); dvbapi: prepare …
(edit) @4114   13 years _network dvbapi: fix emm send to wrong reader (set au=2 in oscam.conf)
(edit) @4029   13 years _network dvbapi: add disabling signal handler by setting pmt_mode=4 for testing …
(edit) @3991   13 years _network dvbapi: fix prioritize by ecmpid
(edit) @3980   13 years _network dvbapi: fix freezer on pmt update
(edit) @3974   13 years _network dvbapi: fix small bug
(edit) @3970   13 years _network dvbapi: change pmt update handling
(edit) @3963   13 years _network dvbapi: try to fix rai movie no audio bug #1275, pls test
(edit) @3909   13 years _network dvbapi: prepare rereading of oscam.dvbapi
(edit) @3900   13 years _network io_serial: log timeout only as debug
(edit) @3874   13 years _network dvbapi: fix seca unique emm filter
(edit) @3869   13 years _network dvbapi: fix priority and mapping bug
(edit) @3857   13 years _network dvbapi: change type of event_handler mutex and add some emm filter log …
(edit) @3834   13 years _network dvbapi: fix pmt parsing issues
(edit) @3809   13 years _network dvbapi: changes for new liboscam_stapi version 0.06, older versions …
(edit) @3793   13 years _network don't use attribute packed on ARM architecture, this is causing …
(edit) @3788   13 years hapeba Minimize size of binaries by exclude unused moduls - thanks to Gusu
(edit) @3768   13 years _network dvbapi: fix cryptoworks priority bug and parse capmt_list_management value
(edit) @3757   13 years _network dvbapi: fix emm reassembling bug
(edit) @3736   13 years rorothetroll added a chmod on the camd.socket so that other non root process can …
(edit) @3732   13 years _network dvbapi: make liboscam_stapi more robust against dvbapi changes
(edit) @3731   13 years _network dvbapi: fix #1147
(edit) @3729   13 years _network dvbapi: try to fix #1147 and move reassemble code to reader files
(edit) @3725   13 years _network dvbapi: code cleanup, fix viaccess descrambling on channel without …
(edit) @3683   13 years dingo35 oscam.c : doublecheck change origin_reader from index to pointer
(edit) @3682   13 years dingo35 oscam.c change variable names to (hopefully) more meaningful…
(edit) @3681   13 years dingo35 dvbapi: changes as in rev 3680 should apply here too
(edit) @3644   13 years rorothetroll try to solve the auprovid problem for cw emm
(edit) @3608   13 years _network dvbapi: fix #1084
(edit) @3603   13 years _network dvbapi: fix priority bug
(edit) @3581   13 years _network dvbapi: move priority settings to a separate file
(edit) @3570   13 years rorothetroll fix provider id extraction for cw emm-g
(edit) @3569   13 years rorothetroll added some debug log for emm-u and emm-g for cw
(edit) @3568   13 years rorothetroll check auprovid on cw emm-u and emm-g. not tested. please report.
(edit) @3566   13 years rorothetroll adding some debug log for the epg.provid (aka auprovid) as some people …
(edit) @3541   13 years rorothetroll change some log messages to be debug messages
(edit) @3527   13 years _network dvbapi: fix priority issue (#1050 #1054) and try to fix qboxhd bug
(edit) @3526   13 years _network dvbapi: small fixes
(edit) @3524   13 years _network dvbapi: add support for new QboxHD stone firmware, thx to boubaris
(edit) @3522   13 years _network dvbapi: restore r3459
(edit) @3509   13 years rorothetroll extract provid from cw emm in dvbapi to be able to match auprovid with it
(edit) @3484   13 years Gorlan.Ng dvbapi: simplify code according to _network's idea
(edit) @3483   13 years dingo35 Remove all shared memory stuff since we dont need it
(edit) @3477   13 years Gorlan.Ng dvbapi: fix #1031
(edit) @3474   13 years Gorlan.Ng dvbapi: fix changeset 3470
(edit) @3470   13 years _network dvbapi: fix #1030
(edit) @3466   13 years Gorlan.Ng dvbapi: revert 3458. that changeset is wrong.
(edit) @3460   13 years dingo35 Unlimited clients step14: oscam-ac.c get rid of client[]
(edit) @3459   13 years _network dvbapi: fix for last commit
(edit) @3458   13 years _network dvbapi: - change irdeto chid handling - try to fix #1018
(edit) @3437   13 years dingo35 cs_fork: centralize setting of cl->ip
(edit) @3432   13 years dingo35 Unlimited clients step8: make cs_fork return pointer instead of index
(edit) @3427   13 years rorothetroll commenting the debug code in module-dvbapi for cw emm-s processing as …
(edit) @3426   13 years rorothetroll fix for ticket #994. Some comment fixes in cryptoworks emm in dvbapi
(edit) @3425   13 years Gorlan.Ng dvbapi: clean some unnecessary code
(edit) @3424   13 years _network fix http thread logging
(edit) @3423   13 years _network fix dvbapi compile error
(edit) @3422   13 years dingo35 Elimination of redundant artefact is_server makes code more clear
(edit) @3420   13 years rorothetroll fix for ticket #994
(edit) @3417   13 years rorothetroll attempt to fix some auprovid problems
(edit) @3403   13 years dingo35 Unlimited clients step1: eliminate bulk of client[cs_idx] calls
(edit) @3402   13 years dingo35 Store client-ptr local per thread so client[cs_idx] can be eliminated
(edit) @3396   13 years Gorlan.Ng dvbapi: more fix for ticket #991
(edit) @3394   13 years dingo35 oscam.c Remove port param in cs_fork; fix some compiler msg; remove …
(edit) @3390   13 years schlocke max services count changed to uint64, so now 64 services could be …
(edit) @3386   13 years Gorlan.Ng dvbapi: fix ticket #991
(edit) @3374   13 years dingo35 module.*: Introduce client param in send_dcw routines
(edit) @3372   13 years dingo35 module.*: Introduce client param do_emm, cs_fake_client
(edit) @3363   13 years dingo35 module.*: Introduce client param get_dcw, send_dcw
(edit) @3362   13 years dingo35 module.*: Introduce client parameter, eliminating cs_idx looping
(edit) @3335   13 years _network remove udp pipes
(edit) @3326   13 years Gorlan.Ng fix debug infos
(edit) @3325   13 years Gorlan.Ng dvbapi: add some debug infos
(edit) @3324   13 years rorothetroll updated the comments in the cw emm processing
(edit) @3323   13 years rorothetroll more cw emm. fix the len of the final reassembled emm
(edit) @3322   13 years rorothetroll fix a memcpy for the reassembled emm in the cw emm processing
(edit) @3320   13 years rorothetroll reset emm_global_len after reassenbling cw emm. Something is broken in …
(edit) @3316   13 years Gorlan.Ng dvbapi: add support for ecms based on stream not channel that seen on …
(edit) @3311   13 years _network some minor fixes
(edit) @3305   13 years rorothetroll added more debug for cw emm in dvbapi
(edit) @3303   13 years rorothetroll change my cs_dump to cs_log to help debugging cryptoworks emm as the …
(edit) @3287   13 years rorothetroll more some debug messages in the cryptoworks emm processing as …
(edit) @3279   13 years rorothetroll added a comment about the provid in dvbapi_process_emm(). _network : I …
(edit) @3276   13 years rorothetroll fix compiler error
(edit) @3275   13 years rorothetroll fix a bad variable name from my previous commit
(edit) @3274   13 years rorothetroll first attempt at fixing cryptoworks global emm .. need testing as I …
(edit) @3267   13 years alno Extend the CW comment ;-)
(edit) @3266   13 years rorothetroll module-dvbapi.c : added a comment for cryptoworks shared emm. I'll …
(edit) @3263   13 years _network dvbapi: fix bug in dvbapi_set_pid
(edit) @3215   13 years dingo35 azbox: fix build error
(edit) @3210   13 years dingo35 all modules: Fix create_ptread calls
(edit) @3193   13 years dingo35 Finished checking relevant modules on static threadsafety
(edit) @3181   13 years dingo35 Adding threadsafety FIXMEs, feel free to join checking..
(edit) @3172   13 years _network remove global mbuf
(edit) @3170   13 years _network fixes for r3168
(edit) @3161   13 years dingo35 Introducing some const to get more thread safety
(edit) @3153   13 years dingo35 THREADED BRANCH in TRUNK
Note: See TracRevisionLog for help on using the revision log.