Directory src/PCSC/

Directory Created:
2002-03-30 20:13
Total Files:
6
Deleted Files:
6
Lines of Code:
1514

[root]/src/PCSC

Lines of Code

src/PCSC/ Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
Totals252 (100.0%)3780 (100.0%)15.0
rousseau197 (78.2%)2638 (69.8%)13.3
corcoran19 (7.5%)759 (20.1%)39.9
aet-guest19 (7.5%)293 (7.8%)15.4
sauveron-guest13 (5.2%)56 (1.5%)4.3
corcoran-guest4 (1.6%)34 (0.9%)8.5

Most Recent Commits

rousseau 2010-09-14 11:38 Rev.: 5255

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:

  • src/PCSC: reader.h (+4 -4)
rousseau 2010-09-14 11:35 Rev.: 5254

Rename reader.h.in in reader.h

235 lines of code changed in 2 files:

  • src/PCSC: reader.h (new 235), reader.h.in (del)
rousseau 2010-08-15 16:48 Rev.: 5134

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:

  • src/PCSC: pcsclite.h.in (+1 -1), winscard.h (+1 -1)
rousseau 2010-08-02 16:42 Rev.: 5097

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:

  • src/PCSC: winscard.h (+2 -2)
rousseau 2010-08-02 16:33 Rev.: 5096

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:

  • src/PCSC: pcsclite.h.in (+1 -4), winscard.h (+1 -1)
rousseau 2010-06-22 14:56 Rev.: 5032

Add Log5() function

2 lines of code changed in 1 file:

  • src/PCSC: debuglog.h (+2)
rousseau 2010-06-22 13:37 Rev.: 5031

fix a comment

1 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (+1 -1)
rousseau 2010-06-22 11:28 Rev.: 5029

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:

  • src/PCSC: ifdhandler.h (+1)
rousseau 2010-05-18 17:00 Rev.: 4954

Add PCSCv2_PART10_PROPERTY_bPPDUSupport

1 lines of code changed in 1 file:

  • src/PCSC: reader.h.in (+1)
rousseau 2010-04-01 09:09 Rev.: 4851

Add PCSCv2_PART10_PROPERTY_* defines

10 lines of code changed in 1 file:

  • src/PCSC: reader.h.in (+10)
rousseau 2010-03-26 12:24 Rev.: 4843

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:

  • src/PCSC: reader.h.in (+4 -2)
rousseau 2010-03-16 11:43 Rev.: 4821

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:

  • src/PCSC: debuglog.h (+18)
rousseau 2010-02-09 16:09 Rev.: 4732

force the return codes SCARD_* to be long since the SCard* functions
return a LONG type

62 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+62 -62)
rousseau 2010-02-04 22:30 Rev.: 4710

add a copyright for Martin Paljak

2 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+2)
rousseau 2009-12-15 11:07 Rev.: 4612

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:

  • src/PCSC: reader.h.in (+2 -1)
rousseau 2009-12-11 15:23 Rev.: 4604

reformat

1 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+1 -2)
rousseau 2009-11-27 10:35 Rev.: 4575

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:

  • src/PCSC: pcsclite.h.in (+1 -3)
rousseau 2009-11-26 22:06 Rev.: 4574

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:

  • src/PCSC: pcsclite.h.in (-1)
rousseau 2009-11-12 16:33 Rev.: 4544

update copyright dates

8 lines of code changed in 5 files:

  • src/PCSC: ifdhandler.h (+3), pcsclite.h.in (+1), reader.h.in (+1 -1), winscard.h (+1), wintypes.h (+2)
rousseau 2009-10-09 15:40 Rev.: 4474

Doxygen: define an IFDHandler group

11 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (+11)
rousseau 2009-10-09 15:35 Rev.: 4473

Add Doxygen documentation of the IFD Handler API

632 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (+632 -61)
rousseau 2009-10-09 14:50 Rev.: 4472

remove IFD_Handler 1.0 functions prototypes

0 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (-19)
rousseau 2009-10-08 10:03 Rev.: 4444

add IFD_ERROR_INSUFFICIENT_BUFFER

1 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (+1)
rousseau 2009-09-08 22:16 Rev.: 4378

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:

  • src/PCSC: reader.h.in (-2)
rousseau 2009-07-16 16:47 Rev.: 4316

#define SCARD_P_SHUTDOWN

1 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+1 -1)
rousseau 2009-05-14 15:14 Rev.: 4210

add Doxygen documentation

3 lines of code changed in 1 file:

  • src/PCSC: reader.h.in (+3 -3)
rousseau 2009-03-21 15:47 Rev.: 3355

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:

  • src/PCSC: reader.h.in (+29 -13)
rousseau 2009-03-20 10:56 Rev.: 3352

add URL of the error code reference (MSDN)

2 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+2)
rousseau 2009-03-02 16:56 Rev.: 3334

remove support of WIN32

0 lines of code changed in 2 files:

  • src/PCSC: pcsclite.h.in (-5), wintypes.h (-6)
rousseau 2009-03-02 16:28 Rev.: 3333

add URL of error codes origines (MSDN)

2 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+2)
rousseau 2009-03-01 18:51 Rev.: 3332

do not use /* inside a comment

1 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+1 -1)
rousseau 2009-03-01 18:38 Rev.: 3331

add missing defines according to
http://msdn.microsoft.com/en-us/library/aa924526.aspx

31 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+31 -6)
rousseau 2009-01-02 17:19 Rev.: 3260

tag output parameters with /*@out@*/

18 lines of code changed in 1 file:

  • src/PCSC: winscard.h (+18 -14)
rousseau 2009-01-02 16:32 Rev.: 3259

tag potentially NULL paramater or returned value as /*@null@*/

8 lines of code changed in 1 file:

  • src/PCSC: winscard.h (+8 -7)
rousseau 2008-09-05 10:12 Rev.: 3111

Doxygen: document SCARD_IO_REQUEST structure

3 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+3 -2)
rousseau 2008-09-05 10:03 Rev.: 3110

remove useless struct _SCARD_IO_REQUEST name

1 lines of code changed in 1 file:

  • src/PCSC: pcsclite.h.in (+1 -1)
rousseau 2008-07-30 16:25 Rev.: 3075

Doxygen: do not create a useless @test group

0 lines of code changed in 1 file:

  • src/PCSC: debuglog.h (-1)
rousseau 2008-07-30 16:20 Rev.: 3073

SCardStatus(): rename parameter mszReaderNames -> mszReaderName

1 lines of code changed in 1 file:

  • src/PCSC: winscard.h (+1 -1)
rousseau 2008-06-26 15:58 Rev.: 3029

#define TAG_IFD_POLLING_THREAD_KILLABLE

1 lines of code changed in 1 file:

  • src/PCSC: ifdhandler.h (+1)
rousseau 2008-06-19 16:56 Rev.: 3013

add support of SCARD_AUTOALLOCATE for SCardListReaders()
add SCardFreeMemory()

3 lines of code changed in 2 files:

  • src/PCSC: pcsclite.h.in (+1), winscard.h (+2)

(148 more)

Generated by StatSVN 0.7.0