#define Log0()
2 lines of code changed in 1 file:
typo: "Reader/s" -> "Reader"
1 lines of code changed in 1 file:
SCardControl(): rContext was used before initialisation (segmentation
fault)
4 lines of code changed in 1 file:
DebugLogSetLogType(): do not modify dbgtype argument since it is "const"
2 lines of code changed in 1 file:
use pcsc_demo_CFLAGS instead of AM_CPPFLAGS
2 lines of code changed in 1 file:
use "%lX" instead of "%X" for rgReaderStates[0].dwEventState field
1 lines of code changed in 1 file:
improve SCardGetStatusChange() documentation
7 lines of code changed in 1 file:
add SCardGetStatusChange() code sample
14 lines of code changed in 1 file:
update copyright
1 lines of code changed in 1 file:
simplify the debug output switch
19 lines of code changed in 1 file:
DebugLogSetLogType(): check the log type argument value
11 lines of code changed in 1 file:
DebugLogSetLevel(): display the unknown level value
2 lines of code changed in 1 file:
remove --enable-threadsafe since it is now useless
0 lines of code changed in 1 file:
code cleanup
16 lines of code changed in 1 file:
code reindentation
1613 lines of code changed in 1 file:
remove #ifdef USE_THREAD_SAFETY since it _must_ be defined for the file
to compile
5 lines of code changed in 1 file:
remove --enable-debug since it is not used anymore (log level is no
dynamic at execution time)
0 lines of code changed in 1 file:
- Upgrade Xcode project related files a bit,
compiles yet untested otherwise.
97 lines of code changed in 2 files:
SCardControl(): check if the pbSendBuffer is NULL or no bytes are sent
for API v2 only. With API v3 we can use dwControlCode as the only data
to send.
3 lines of code changed in 1 file:
simplify the detection and use of strlcpy and strlcat
15 lines of code changed in 4 files:
remove DEBUGLOG_STDOUT_DEBUG case since it is never used
3 lines of code changed in 2 files:
use "const int" instead of "int" for priority
3 lines of code changed in 1 file:
update copyright date
1 lines of code changed in 1 file:
document Log1() instead of DebugLogA() in comments
6 lines of code changed in 1 file:
use "const int" instead of "int" for priority
2 lines of code changed in 1 file:
document log_msg() and log_xxd()
41 lines of code changed in 1 file:
add a complete Info.plist configuration file
48 lines of code changed in 1 file:
use dynamic debug level: LogX() instead of DebugLogX()
59 lines of code changed in 2 files:
Use dynamic level logging using LogX() instead of DebugLogX()
260 lines of code changed in 20 files:
Implement the dynamic level logging
The new command line options are:
-d, --debug display lower level debug messages
--info display info level debug messages (default level)
--error display error level debug messages
--critical display critical only level debug messages
81 lines of code changed in 1 file:
implement log with priority level.
debug_msg() is still provided for backward object code compatibility
102 lines of code changed in 1 file:
use Log1(priority, fmt) instead of DebugLogA(fmt) to add a priority
level so that pcscd log verbosity is dynamic
We define DebugLogA(a) as Log1(PCSC_LOG_INFO, a) for backward source
code compatibility
19 lines of code changed in 1 file: