[root]/libmusclecard/src/PCSC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 1730 (100.0%) | 54.0 |
corcoran | 14 (43.8%) | 897 (51.8%) | 64.0 |
rousseau | 12 (37.5%) | 788 (45.5%) | 65.6 |
aet-guest | 4 (12.5%) | 33 (1.9%) | 8.2 |
corcoran-guest | 1 (3.1%) | 11 (0.6%) | 11.0 |
giraud | 1 (3.1%) | 1 (0.1%) | 1.0 |
move PCSC/libmusclecard in its own package
0 lines of code changed in 2 files:
add some #define
Thanks to Karsten Ohme
16 lines of code changed in 1 file:
remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive
2 lines of code changed in 2 files:
simplify:
#if defined(__APPLE__)
#include <PCSC/wintypes.h>
#else
#include <wintypes.h>
#endif
since we now use PCSC/ for all Unix platforms
0 lines of code changed in 2 files:
smartcard -> smart card, musclecard -> MuscleCard
3 lines of code changed in 1 file:
use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32
2 lines of code changed in 1 file:
- Unify the copyright/description header part for most of the files
26 lines of code changed in 2 files:
- Cleanups for #include logic and ordering,
it's better to include config.h first.
7 lines of code changed in 2 files:
add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)
1 lines of code changed in 1 file:
Commiting these files
11 lines of code changed in 1 file:
MSCPUChar8 -> MSCUChar8
1 lines of code changed in 1 file:
Added more Initialization parameters ...
21 lines of code changed in 1 file:
Added support for Win32 based platforms for Muscle Framework.
129 lines of code changed in 2 files:
changes
11 lines of code changed in 1 file:
config.h -> added cvs to version
project.pbx -> modified project builder attributes
pcsclite.h -> __APPLE__
mscdefines.h -> __APPLE__
sys_generic.h, sys_hpux.c sys_solaris.c sys_unix.c
int SYS_Exit to void SYS_Exit
winscard_msg.c removed message in CommonSegment
1 lines of code changed in 1 file:
Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.
5 lines of code changed in 1 file:
Removed MSCCertInfo
0 lines of code changed in 1 file:
removed cert function pointers
19 lines of code changed in 1 file:
Removed all certificate handling functions
20 lines of code changed in 1 file:
Removed extra Read/Write functions
11 lines of code changed in 1 file:
Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure
2 lines of code changed in 1 file:
complete and automatic reindentation of *.c and *.h files
764 lines of code changed in 2 files:
musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications
1 lines of code changed in 1 file:
Initial revision
677 lines of code changed in 2 files: