source: trunk/oscam-log.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) @4127   13 years dingo35 oscam-log.c : Stop using uninitialized value
(edit) @4072   13 years _network fix possible memory corruption when CS_LOGHISTORY is enabled
(edit) @3953   13 years _network remove cs_debug_nolf (not threadsafe) and fix some debug messages
(edit) @3798   13 years alno WebIf: add some classes to tables to have more possibilities for skinning
(edit) @3760   13 years _network print out thread handle on cs_dump()
(edit) @3656   13 years dingo35 oscam-log.c Fix monitor lines only c and m were printed
(edit) @3572   13 years dingo35 monitor: fix missing lines
(edit) @3567   13 years alno monitor: revert #3523 to get log back on monitor port
(edit) @3557   13 years dingo35 Remove client->pid since it seems silly to have this only for …
(edit) @3552   13 years dingo35 Fix thread printing for 32 and 64 bits; remove artificial threadnum …
(edit) @3537   13 years dingo35 oscam-log.c: send monitor loglines only to monitor clients
(edit) @3534   13 years dingo35 oscma-log.c Further simplify code and make output uniform for 'm' …
(edit) @3529   13 years alno Log: show threadID on all types in log
(edit) @3523   13 years dingo35 monitor: fix missing lines
(edit) @3520   13 years _network fix segfault #1049
(edit) @3519   13 years dingo35 monitor: small change to old behaviour perhaps solved missing monitor …
(edit) @3518   13 years dingo35 oscam.c: move store_logentry to oscam-log.c
(edit) @3514   13 years dingo35 oscam.c : simplify cl for-next loops; free cl variables at end of cleanup
(edit) @3513   13 years _network fix segfault when directory for usrfile does not exist
(edit) @3508   13 years alno some cosmetix and fix compiler warnings (thx @hapeba and wonderdoc)
(edit) @3502   13 years dingo35 oscam-log.c: Include mutex when switching log to avoid segfault when …
(edit) @3499   13 years dingo35 oscam-log.c: some small simplifications
(edit) @3496   13 years alno Log: reformat Logmessages with client listposition, modifications on …
(edit) @3457   13 years _network replace thread handle in log output with position in the linked list …
(edit) @3445   13 years dingo35 Unlimited clients step12: oscam-log.c get rid of client[]
(edit) @3424   13 years _network fix http thread logging
(edit) @3404   13 years dingo35 Unlimited clients step2: eliminate idx and cs_idx from monitor and …
(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) @3394   13 years dingo35 oscam.c Remove port param in cs_fork; fix some compiler msg; remove …
(edit) @3355   13 years dingo35 globals.h remove client->cidx since it is silly to store index of …
(edit) @3313   13 years Gorlan.Ng minor fixes for modular compiling
(edit) @3195   13 years dingo35 simples: remove key_btoa, serial: fix compiler message, oscam-log: …
(edit) @3181   13 years dingo35 Adding threadsafety FIXMEs, feel free to join checking..
(edit) @3168   13 years _network merge modular branch with trunk
(edit) @3162   13 years dingo35 globals.h: Remove dbglvl from client since it is already in cs_dblevel
(edit) @3161   13 years dingo35 Introducing some const to get more thread safety
(edit) @3153   13 years dingo35 THREADED BRANCH in TRUNK
(edit) @3123   13 years dingo35 Making statics constant to improve thread safety
(edit) @3120   13 years dingo35 Making readers tongfang, seca, irdeto, viaccess and nagra threadsafe
(edit) @2289   13 years schlocke
(edit) @2233   13 years schlocke killed reader restart now works! If you kill a reader by kill(pid, …
(edit) @2215   13 years schlocke cccam: Bugfix cccam-client (card-reporting)/signal 11 logging buffer …
(edit) @2078   13 years _network fix writing of statistics to main log on oscam exit
(edit) @1952   13 years merek Fix compiler error if anticasc was not selected
(edit) @1911   14 years _network fix logger segfault on exit after r1901
(edit) @1906   14 years alno moved the cs_init_statistics to an earlier point. Add additional log …
(edit) @1903   14 years alno make the userfile (Log) more comfortable by adding duration time
(edit) @1901   14 years alno fix for userfile issue after split logfile - see …
(edit) @1866   14 years alno moved monitor_get_srvname() in module-monitor to oscam-simples …
(edit) @1788   14 years landlord Some small 'clean ups'.
(edit) @1780   14 years landlord Small fix for bug in 'cs_dump', thanks to neoen
(edit) @1773   14 years alno deactivated some unused/double code in log.c
(edit) @1765   14 years alno Fix last commit
(edit) @1764   14 years alno Add channelname to userfile (log) too depending on appendchaninfo
(edit) @1762   14 years alno New parameter in [monitor] "appendchaninfo=0|1" appends the …
(edit) @1725   14 years alno some repair in write_config (httpallowed), Implement disableuserfile …
(edit) @1697   14 years merek Some more WEBIF ifdef's
(edit) @1691   14 years merek Merge Webinterface into Trunk - Use -DWEBIF=1 with cmake to build with …
(edit) @1617   14 years merek Merge from UMP r1727
(edit) @1490   14 years merek Merge from UMP r1618
(edit) @1488   14 years merek Added new counters to oscam userlog
(edit) @1404   14 years merek UMP r1562: Fix bug in logging sys that prevents card init on Dbox2 …
(edit) @1403   14 years merek Merge from UMP r1561
(edit) @1399   14 years landlord Merge from ump rev. 1545: now with new debug masks, added the prefix …
(edit) @1394   14 years merek Merge to UMP r1533
(edit) @826   14 years landlord fix for syslog, thanks to merek
(edit) @547   14 years smurzch2 Add SVN version number in the log and the usage display. So, we can …
(edit) @100   14 years polo remove card_info logging after log rotation card_info is buggy for …
(edit) @96   14 years polo Add card info logging when log file reach MaxLogSize
(edit) @70   14 years rorothetroll csctapi/io_serial.c : fix the serial port read/write wait routine to …
(edit) @66   14 years rorothetroll module-newcamd.c : did some code re-indenting to make it more readable …
(edit) @56   14 years smurzch2 Appliy patch from C.H.A.D.o/streamboard. - clean some warnings with …
(edit) @25   14 years smurzch2 Change some credits.
(copy) @21   14 years smurzch2 Rename from MpCS to OSCam
copied from trunk/mpcs-log.c
(add) @8   14 years smurzch2 Start repository for OSCam (Open Source Cam) The start is from the …
Note: See TracRevisionLog for help on using the revision log.