Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 68 (100.0%) | 1581 (100.0%) | 23.2 |
rousseau | 44 (64.7%) | 946 (59.8%) | 21.5 |
corcoran | 14 (20.6%) | 588 (37.2%) | 42.0 |
aet-guest | 8 (11.8%) | 41 (2.6%) | 5.1 |
corcoran-guest | 1 (1.5%) | 4 (0.3%) | 4.0 |
sauveron-guest | 1 (1.5%) | 2 (0.1%) | 2.0 |
Use SCARD_READERSTATE instead of SCARD_READERSTATE_A
Remove definitions of SCARD_READERSTATE_A PSCARD_READERSTATE_A and
LPSCARD_READERSTATE_A types
1 lines of code changed in 1 file:
update copyright dates
2 lines of code changed in 2 files:
cppcheck: (error) Resource leak: fp
6 lines of code changed in 2 files:
free mszReaders before returning
4 lines of code changed in 1 file:
do not cast malloc()
1 lines of code changed in 1 file:
mark unused parameter as /*@unused@*/ (reported by splint tool)
2 lines of code changed in 2 files:
explicitly cast result in void when not used (reported by the splint tool)
25 lines of code changed in 2 files:
replace 0 by NULL
2 lines of code changed in 1 file:
use SCARD_SCOPE_USER instead of the pcsc-lite specific SCARD_SCOPE_GLOBAL
1 lines of code changed in 1 file:
remove trailing spaces at end of lines
3 lines of code changed in 2 files:
replace LPTSTR and LPCTSTR by LPSTR and LPCSTR
2 lines of code changed in 1 file:
add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)
1 lines of code changed in 1 file:
removed since we use SVN and not CVS anymore
Thanks to Martin Paljak for the idea
0 lines of code changed in 1 file:
add (some) Doxygen documentation
Thanks to Luiz Reuter Silva Torro for the patch
10 lines of code changed in 2 files:
move libmusclecard from pcsc-lite to its own archive/package
1 lines of code changed in 1 file:
remove a call to free() of a pointer that was not malloc()ed and caused a
segmentation fault
0 lines of code changed in 1 file:
define DEVICENAME as /dev/null instead of GEN_SMART_RDR
1 lines of code changed in 1 file:
use AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC to find the header files
2 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 1 file:
use the new PCSC/ location for header files
6 lines of code changed in 2 files:
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API
2 lines of code changed in 1 file:
recompile using -pedantic and correct lots of cast "problems"
7 lines of code changed in 1 file:
install bundleTool and installifd in ../sbin/ instead of ../bin/
5 lines of code changed in 1 file:
smartcard -> smart card, musclecard -> MuscleCard
1 lines of code changed in 1 file:
new files to ignore files not in CVS
0 lines of code changed in 1 file:
Changed Co to C(ZERO) instead. The Oh caused big problems with
formaticc
4 lines of code changed in 1 file:
- Unify the copyright/description header part for most of the files
22 lines of code changed in 2 files:
Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.
2 lines of code changed in 2 files:
AIX build fix, convert // comments into /* */ blocks.
0 lines of code changed in 1 file:
- Cleanups for #include logic and ordering,
it's better to include config.h first.
16 lines of code changed in 2 files:
- Polish and unify Makefiles a bit
- More work towards working src/Makefile.am
1 lines of code changed in 1 file:
cast sizeof() with (int) to avoid a warning under MacOS X
2 lines of code changed in 1 file:
replace gets() by fgets() to avoid buffer overflow.
Use sizeof() instead of constants.
do not use strdup() since it is useless.
print error messages when needed.
50 lines of code changed in 1 file:
removed from CVS since they are (re)generated by ./bootstrap
0 lines of code changed in 1 file:
use directory names as use by ./configure
3 lines of code changed in 1 file:
regenerated
158 lines of code changed in 1 file:
regenarated
228 lines of code changed in 1 file:
Some changes to make SCF easier to use
4 lines of code changed in 1 file:
new version of autoregenerating files
53 lines of code changed in 1 file:
add a (char *) cast to avoid a compilation warning
2 lines of code changed in 1 file:
(9 more)