source: trunk/oscam-reader.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4149   13 years dingo35 checked some routines on threadsafety
(edit) @4141   13 years dingo35 all: simplify debug system, add D_DVBAPI = -d128, eliminate cs_ptyp …
(edit) @4125   13 years schlocke tcp-socket option updated
(edit) @4083   13 years dingo35 oscam-reader.c and ifd_sc8in1.c : Fix sc8in1 for 1 card in reader
(edit) @4020   13 years _network fix duplicate newcamd users
(edit) @3965   13 years _network add debug message: real ecm query duration
(edit) @3915   13 years schlocke fixed resetting connection blocking time, max blocking time is now 1min
(edit) @3914   13 years schlocke "cannot create pipe" error now does not exit oscam
(edit) @3907   13 years schlocke cccam: fixed increasing hop on duplicate card filtering cccam: fixed …
(edit) @3849   13 years schlocke changed pending ecmtask table behaviour
(edit) @3844   13 years schlocke cccam: card updates optimized, duplicate cards (same cards from …
(edit) @3842   13 years alno Log: add readerlabel on thread startmessage
(edit) @3785   13 years alno Added QboxHD LED patch from Ticket #1174 (THX boubaris)
(edit) @3780   13 years _network fix crash on newcamd user disconnect
(edit) @3770   13 years _network fix possible endless loop
(edit) @3769   13 years _network fix crash if cccam config is invaild
(edit) @3761   13 years schlocke cccam: fixed card-reporting, optimized card reporting
(edit) @3712   13 years schlocke loadbalancer: fixed "x of y" displaying loadbalancer: fixed cosmetic …
(edit) @3706   13 years dingo35 oscam.c renamed ecmcache1 and 2 to cwcache; removed ecmache setting …
(edit) @3670   13 years rorothetroll fix a bus error/segfault on newcamd disconnect when it tries to close …
(edit) @3663   13 years _network increase emmcache
(edit) @3661   13 years schlocke cccam: fixed segfaults webif: fixed segfaults tcp-connect now has an …
(edit) @3653   13 years dingo35 get rid of extern reader declararions
(edit) @3614   13 years dingo35 unlimited readers step 11: replace client->ridx by client->reader
(edit) @3588   13 years _network fix emm cache bug
(edit) @3552   13 years dingo35 Fix thread printing for 32 and 64 bits; remove artificial threadnum …
(edit) @3551   13 years dingo35 Remove unnecessary reader->pid
(edit) @3546   13 years schlocke thread-cleanup now calls cccam-cleanup function
(edit) @3517   13 years dingo35 oscam-reader.c: Small optimization
(edit) @3506   13 years _network fix small bug in network_tcp_connection_close()
(edit) @3490   13 years dingo35 camd35 and oscam-reader.c: Reduce nr of cur_client calls
(edit) @3488   13 years dingo35 oscam-reader.c: reduce nr of calls to cur_client
(edit) @3483   13 years dingo35 Remove all shared memory stuff since we dont need it
(edit) @3422   13 years dingo35 Elimination of redundant artefact is_server makes code more clear
(edit) @3413   13 years dingo35 Unlimited clients step7: replace EMM_REQ idx by pointer
(edit) @3412   13 years dingo35 oscam.c: Simplify write_ecm_answer
(edit) @3411   13 years dingo35 Unlimited clients step6: now really replace ECM_REQ idx by pointer
(edit) @3409   13 years dingo35 Unlimited clients step6: replace s_reader cidx by pointer
(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) @3397   13 years schlocke pipe-errors causing client/reader thread close. If main-pipe crashes, …
(edit) @3395   13 years dingo35 oscam-reader.c : Remove cs_idx from hostResolve
(edit) @3393   13 years dingo35 oscam-reader.c Remove some cs_idx
(edit) @3392   13 years dingo35 module.*: Introduce client param in recv_chk routines
(edit) @3382   13 years schlocke added pipe-error log output
(edit) @3380   13 years _network fix issues with proxy readers
(edit) @3377   13 years dingo35 oscam-reader.c: Fix wrong parameter in casc_recv_timer
(edit) @3375   13 years dingo35 module.*: Introduce client param in recv routines
(edit) @3374   13 years dingo35 module.*: Introduce client param in send_dcw routines
(edit) @3373   13 years dingo35 module.*: Introduce client param in send_ecm routines
(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) @3337   13 years rebdog fixes for missing bracket warnings around cs_debug when compiled …
(edit) @3335   13 years _network remove udp pipes
(edit) @3330   13 years landlord Limiting of SIDs on reader: 'ratelimitecm' and 'ratelimitseconds'.
(edit) @3315   13 years Gorlan.Ng fix unsigned short millitm overflow
(edit) @3290   13 years alno remove obsolete compilerflag CS_RDR_INIT_HIST because it's replaced by …
(edit) @3288   13 years _network fix crash if tmpdir does not exist.
(edit) @3265   13 years alno fix parameter -t (tempdir) and synchronize some variablesizes (THX @ …
(edit) @3257   13 years schlocke cccam: server wakes up reader on client connect, added delay before …
(edit) @3249   13 years _network -fix webif shutdown -pipeless reader restart -cleanup
(edit) @3246   13 years _network rework pipe communication (threadsafe, send ecm request directly to …
(edit) @3238   13 years schlocke cccam: another threaded fix
(edit) @3201   13 years schlocke cccam: fixed socket creation failed
(edit) @3181   13 years dingo35 Adding threadsafety FIXMEs, feel free to join checking..
(edit) @3168   13 years _network merge modular branch with trunk
(edit) @3166   13 years schlocke cccam: threaded customizing
(edit) @3153   13 years dingo35 THREADED BRANCH in TRUNK
(edit) @3147   13 years schlocke cccam: fixed card-reporting of offline readers
(edit) @3137   13 years schlocke 1. tmp-dir - parameter -t <dir> 2. cccam: card exchange fixes
(edit) @3112   13 years schlocke cccam: fixed webif hang on entitlements
(edit) @3111   13 years schlocke cccam: changed kind of card exchaninging between reader and server, …
(edit) @3032   13 years schlocke cccam: dynamic connect and timeout disconnect resolvers: no …
(edit) @3017   13 years schlocke resolve/dyndns: fixed gethostbyname
(edit) @3015   13 years schlocke dyndns/resolver: new option "resolvegethostbyname=0|1"
(edit) @3010   13 years schlocke cccam: sharelist-updateinval: "interval unknown"-fixed cccam: …
(edit) @2955   13 years polo - Add 'reread' command in monitor to reload entitlements - Improve …
(edit) @2944   13 years schlocke resolving: reintroduced mutex lock for gethostbyname()/getaddrinfo()
(edit) @2886   13 years schlocke fixed resolving of addresses, reintegrated loop_resolver as thread. …
(edit) @2837   13 years schlocke waitforlocalcardsinit waits for reading chids, SIGUSR2 does not read chids
(edit) @2835   13 years schlocke loadbalance: additional log reader init: waitforlocalcardinit fixed …
(edit) @2780   13 years aston hostResolve, have now error messages
(edit) @2747   13 years schlocke cache1 reactivated. remark: works only if cw is already found
(edit) @2733   13 years aston camd35 udp connection fix, ip resolve is executed only when sendto …
(edit) @2713   13 years aston resolve ip detection
(edit) @2711   13 years aston fixed problem with write to pipes which made some boxes to stuck after …
(edit) @2692   13 years schlocke global: new method char * get_tmp_dir() for resolving /tmp issue with …
(edit) @2690   13 years merek Save reader history also in current dir for Cygwin builds
(edit) @2608   13 years schlocke reader-stability test/undo changes
(edit) @2606   13 years schlocke reader-stability fix (test)
(edit) @2605   13 years schlocke oscam-reader stability fix (test)
(edit) @2604   13 years schlocke oscam-reader stability fix (testing)
(edit) @2602   13 years schlocke cccam: reader stability fix (testing)
(edit) @2574   13 years schlocke cccam: connection check fix
(edit) @2571   13 years schlocke cccam: 16bytes problem: ip start value changed
(edit) @2545   13 years alno constantCW - fix resolving issue: …
(edit) @2541   13 years merek Added constantcw module with some basic fixes to work in oscam, see …
(edit) @2535   13 years schlocke cccam: inactivity-timeout with keepalive-message, keepalive message …
(edit) @2511   13 years alno reaktivate the code for [reader] maxqlen - please report malfunction …
(edit) @2377   13 years schlocke cccam: Dirty hack for "server does not return 16 bytes"...Don't know …
Note: See TracRevisionLog for help on using the revision log.