Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 252 (100.0%) | 3780 (100.0%) | 15.0 |
rousseau | 197 (78.2%) | 2638 (69.8%) | 13.3 |
corcoran | 19 (7.5%) | 759 (20.1%) | 39.9 |
aet-guest | 19 (7.5%) | 293 (7.8%) | 15.4 |
sauveron-guest | 13 (5.2%) | 56 (1.5%) | 4.3 |
corcoran-guest | 4 (1.6%) | 34 (0.9%) | 8.5 |
HOST_TO_CCID_16() and HOST_TO_CCID_32() are now identity functions
Since CCID 1.4.1 (revision 5252) the byte order is no more important
4 lines of code changed in 1 file:
Rename reader.h.in in reader.h
235 lines of code changed in 2 files:
Define LPSCARD_READERSTATE since this is used in the MSDN prototype.
Use LPSCARD_READERSTATE in winscard.h instead of (SCARD_READERSTATE *)
to mimic the MSDN API.
This partly reverts changeset 5096
2 lines of code changed in 2 files:
Use "SCARD_IO_REQUEST *" instead of LPSCARD_IO_REQUEST
and "const SCARD_IO_REQUEST *" instead of "LPCSCARD_IO_REQUEST
Should make the code more easy to read
2 lines of code changed in 1 file:
Use SCARD_READERSTATE instead of SCARD_READERSTATE_A
Remove definitions of SCARD_READERSTATE_A PSCARD_READERSTATE_A and
LPSCARD_READERSTATE_A types
2 lines of code changed in 2 files:
Add Log5() function
2 lines of code changed in 1 file:
fix a comment
1 lines of code changed in 1 file:
Add support of TAG_IFD_STOP_POLLING_THREAD to request the stop of the
driver polling function.
1 lines of code changed in 1 file:
Add PCSCv2_PART10_PROPERTY_bPPDUSupport
1 lines of code changed in 1 file:
Add PCSCv2_PART10_PROPERTY_* defines
10 lines of code changed in 1 file:
add FEATURE_GET_TLV_PROPERTIES and FEATURE_CCID_ESC_COMMAND from PC/SC
part 10 v2.02.07 March 2010
4 lines of code changed in 1 file:
If NO_LOG is defined then no log are displayed. The idea is to limit the
binaries size on disk and RAM consumption at execution time.
With NO_LOG defined we gain 26% (17 kB) for the .text segment of pcscd
and 15% (4 kB) for the .text segment of libpcsclite.so (for i386)
18 lines of code changed in 1 file:
force the return codes SCARD_* to be long since the SCard* functions
return a LONG type
62 lines of code changed in 1 file:
add a copyright for Martin Paljak
2 lines of code changed in 1 file:
rename FEATURE_MCT_READERDIRECT in FEATURE_MCT_READER_DIRECT to be
conform with ch. 2.3 of PCSC v2 part 10
2 lines of code changed in 1 file:
reformat
1 lines of code changed in 1 file:
SCARD_E_UNSUPPORTED_FEATURE is not a PC/SC Lite specific extension, but
its numerical value is different on Windows
1 lines of code changed in 1 file:
remove pcsc-lite specific SCARD_W_INSERTED_CARD code
SCARD_W_INSERTED_CARD value 0x8010006A was also in collision with
SCARD_W_SECURITY_VIOLATION
0 lines of code changed in 1 file:
update copyright dates
8 lines of code changed in 5 files:
Doxygen: define an IFDHandler group
11 lines of code changed in 1 file:
Add Doxygen documentation of the IFD Handler API
632 lines of code changed in 1 file:
remove IFD_Handler 1.0 functions prototypes
0 lines of code changed in 1 file:
add IFD_ERROR_INSUFFICIENT_BUFFER
1 lines of code changed in 1 file:
update sruct PIN_PROPERTIES_STRUCTURE to be conform with Revision
2.02.06, April 2009 of PCSCv2 part 10
Fields wLcdMaxCharacters and wLcdMaxLines have been removed
0 lines of code changed in 1 file:
#define SCARD_P_SHUTDOWN
1 lines of code changed in 1 file:
add Doxygen documentation
3 lines of code changed in 1 file:
add PIN_PROPERTIES_STRUCTURE structure and FEATURE_IFD_PIN_PROPERTIES
Thanks to Martin Paljak for the patch
29 lines of code changed in 1 file:
add URL of the error code reference (MSDN)
2 lines of code changed in 1 file:
remove support of WIN32
0 lines of code changed in 2 files:
add URL of error codes origines (MSDN)
2 lines of code changed in 1 file:
do not use /* inside a comment
1 lines of code changed in 1 file:
add missing defines according to
http://msdn.microsoft.com/en-us/library/aa924526.aspx
31 lines of code changed in 1 file:
tag output parameters with /*@out@*/
18 lines of code changed in 1 file:
tag potentially NULL paramater or returned value as /*@null@*/
8 lines of code changed in 1 file:
Doxygen: document SCARD_IO_REQUEST structure
3 lines of code changed in 1 file:
remove useless struct _SCARD_IO_REQUEST name
1 lines of code changed in 1 file:
Doxygen: do not create a useless @test group
0 lines of code changed in 1 file:
SCardStatus(): rename parameter mszReaderNames -> mszReaderName
1 lines of code changed in 1 file:
#define TAG_IFD_POLLING_THREAD_KILLABLE
1 lines of code changed in 1 file:
add support of SCARD_AUTOALLOCATE for SCardListReaders()
add SCardFreeMemory()
3 lines of code changed in 2 files:
(148 more)