Directory libmusclecard/src/

Directory Created:
2002-03-30 20:13
Directory Deleted:
2006-02-28 10:09
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/libmusclecard/src
            Folder removed from repo PCSC (0 files, 0 lines)

Lines of Code

libmusclecard/src/ Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
Totals129 (100.0%)7094 (100.0%)54.9
rousseau87 (67.4%)3955 (55.8%)45.4
corcoran27 (20.9%)2977 (42.0%)110.2
corcoran-guest4 (3.1%)100 (1.4%)25.0
aet-guest11 (8.5%)62 (0.9%)5.6

Most Recent Commits

rousseau 2006-02-28 10:09 Rev.: 1885

move PCSC/libmusclecard in its own package

0 lines of code changed in 7 files:

  • libmusclecard/src: .cvsignore (del), Makefile.am (del), libmusclecard.pc.in (del), musclecard.c (del), muscletest.c (del), tokenfactory.c (del), tokenfactory.h (del)
rousseau 2006-02-22 11:03 Rev.: 1878

We can't use a # inside a #define so it is not possible to use
#define CONSTRUCTOR_DECLARATION(x) #pragma init (x)

The #pragma is used directly where needed

8 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+8 -3)
rousseau 2006-01-30 17:44 Rev.: 1848

use libmusclecard.la instead of
$(top_builddir)/libmusclecard/src/libmusclecard.la so that "make -j2"
works. Closes bug "[ #302971 ] 'make -j2' fails"

1 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+1 -1)
rousseau 2006-01-25 14:03 Rev.: 1838

MSCEstablishConnection(): avoids a segfault

Thanks to Shawn Willden for the patch
http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0057.html

1 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+1)
rousseau 2006-01-25 13:00 Rev.: 1837

use $(SYMBOL_VISIBILITY) instead of -fvisibility=hidden

1 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+1 -1)
rousseau 2006-01-24 16:52 Rev.: 1830

Compile with -fvisibility=hidden to hide all symbols by default.
The export of symbol must now be explicit. That only works for the ELF
format.

2 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+2 -1)
rousseau 2006-01-24 16:49 Rev.: 1827

#include "misc.h to get the definition of PCSC_API

2 lines of code changed in 2 files:

  • libmusclecard/src: musclecard.c (+1 -1), tokenfactory.c (+1)
rousseau 2005-11-25 18:10 Rev.: 1756

libmusclecard needs tokenparser.l but I do not want to provide it
through libpcsclite so libmusclecard uses it directly

1 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+1)
rousseau 2005-09-19 12:28 Rev.: 1664

use CONSTRUCTOR_DECLARATION() and DESTRUCTOR_DECLARATION() to support
SUN C compiler

2 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+2)
rousseau 2005-09-19 10:06 Rev.: 1660

use CONSTRUCTOR & DESTRUCTOR macros instead of GCC specific __attribute__ ...

3 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+3 -2)
rousseau 2005-09-14 16:43 Rev.: 1650

add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)

2 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+2 -2)
rousseau 2005-04-27 14:40 Rev.: 1464

update the files to ignore

4 lines of code changed in 1 file:

  • libmusclecard/src: .cvsignore (+4)
rousseau 2005-04-27 14:38 Rev.: 1462

use the header and sources files from pcsclite (in $(top_srcdir)/src/)

14 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+14 -28)
rousseau 2005-04-21 11:35 Rev.: 1432

release the context when the library is unloaded.

Thanks to Karsten Ohme for the patch

15 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+15)
rousseau 2005-04-21 11:28 Rev.: 1431

also distribute misc.h, dyn_hpux.c, dyn_macosx.c, dyn_unix.c, dyn_win32.c

9 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (+9 -2)
rousseau 2005-04-21 11:26 Rev.: 1430

do not perform a windows specific treatment for PCSC_MCARD_mutex
declaration/initialisation

Thanks to Karsten Ohme for the patch

0 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (-5)
rousseau 2005-04-21 11:23 Rev.: 1429

add a missing \ in "%s\\%s\Contents\\Win32\\%s"

Thanks to Karsten Ohme for the patch

1 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (+1 -1)
rousseau 2005-04-06 16:16 Rev.: 1416

MSCReleaseConnection(): call SCardReleaseContext()

Thanks to Karsten Ohme for the patch

12 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+12)
rousseau 2005-02-22 17:38 Rev.: 1335

use dynamic debug level: LogX() instead of DebugLogX()

59 lines of code changed in 2 files:

  • libmusclecard/src: musclecard.c (+12 -12), tokenfactory.c (+47 -46)
rousseau 2004-10-06 11:13 Rev.: 1274

new build infrastructure. Patch from Toni Andjelkovic

21 lines of code changed in 1 file:

  • libmusclecard/src: Makefile.am (new 21)
rousseau 2004-10-06 11:02 Rev.: 1273

do not force the libpcsclite version to use since the two packages are
now independents

1 lines of code changed in 1 file:

  • libmusclecard/src: libmusclecard.pc.in (+1 -1)
rousseau 2004-10-06 10:46 Rev.: 1272

use < > instead of " " for the include files provided by pcsc-lite (and
already installed in the system)

9 lines of code changed in 2 files:

  • libmusclecard/src: musclecard.c (+5 -5), tokenfactory.c (+4 -3)
rousseau 2004-10-06 10:35 Rev.: 1271

use MSC_ARCH instead of PCSC_ARCH

1 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (+1 -1)
rousseau 2004-10-06 10:18 Rev.: 1270

list of files to ignore

0 lines of code changed in 1 file:

  • libmusclecard/src: .cvsignore (new)
rousseau 2004-10-06 10:11 Rev.: 1269

patch from Toni Andjelkovic for the pcsc-lite/libmusclecard separation

55 lines of code changed in 2 files:

  • libmusclecard/src: musclecard.c (+52 -46), muscletest.c (+3 -3)
rousseau 2004-09-29 18:55 Rev.: 1255

TPSearchBundlesForAtr(): revert the previous patch.

Thanks to Toni Andjelkovic for his patch patch :-)

0 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (-1)
rousseau 2004-09-29 08:46 Rev.: 1250

TPSearchBundlesForAtr(): initialise tokenInfo so that it contains safe
default values when no pcsc/services/ directory is found.

Thanks to Toni Andjelkovic for the patch

1 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (+1)
corcoran-guest 2004-09-17 21:02 Rev.: 1242

rewrite of mscreadallocateobject

38 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+38 -23)
corcoran-guest 2004-09-17 20:49 Rev.: 1241

initialized more vars in ListTokens

11 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+11)
rousseau 2004-09-14 09:09 Rev.: 1232

use strlcpy() instead of strcpy()

5 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (+5 -2)
rousseau 2004-09-14 08:38 Rev.: 1231

use strlcpy() insted of strcpy()

37 lines of code changed in 1 file:

  • libmusclecard/src: muscletest.c (+37 -36)
rousseau 2004-09-07 23:36 Rev.: 1224

convert MSC_INCORRECT_P1/P2 to the corresponding text error message
(instead of "Unknown SW").

Thanks to Bruce Barnett for the patch.

6 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+6)
rousseau 2004-08-06 14:12 Rev.: 1158

remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive

10 lines of code changed in 4 files:

  • libmusclecard/src: musclecard.c (+3 -3), muscletest.c (+4 -4), tokenfactory.c (+2 -2), tokenfactory.h (+1 -1)
rousseau 2004-08-03 00:01 Rev.: 1134

use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()

2 lines of code changed in 1 file:

  • libmusclecard/src: musclecard.c (+2 -2)
rousseau 2004-07-29 22:44 Rev.: 1113

replace #ifdef MSC_DEBUG by #ifndef NO_MSC_DEBUG

10 lines of code changed in 2 files:

  • libmusclecard/src: musclecard.c (+5 -5), tokenfactory.c (+5 -5)
rousseau 2004-07-08 14:34 Rev.: 1041

TPSearchBundlesForAtr(): use "%s/%s" insead of "%s%s" when generating
the MuscleCard bundle name on MacOSX

1 lines of code changed in 1 file:

  • libmusclecard/src: tokenfactory.c (+1 -1)
rousseau 2004-07-03 18:16 Rev.: 1026

use "Requires: libpcsclite = @VERSION@" instead of just "-lpcsclite"
Thanks to Ville Skytt? for the patch

2 lines of code changed in 1 file:

  • libmusclecard/src: libmusclecard.pc.in (+2 -1)
rousseau 2004-07-03 18:07 Rev.: 1024

includedir is now @includedir@/PCSC

1 lines of code changed in 1 file:

  • libmusclecard/src: libmusclecard.pc.in (+1 -1)
rousseau 2004-06-10 16:57 Rev.: 931

use the new PCSC/ location for header files

10 lines of code changed in 4 files:

  • libmusclecard/src: musclecard.c (+3 -3), muscletest.c (+4 -6), tokenfactory.c (+2 -2), tokenfactory.h (+1 -1)
rousseau 2004-05-25 14:44 Rev.: 897

recompile using -pedantic and correct lots of cast "problems"

5 lines of code changed in 1 file:

  • libmusclecard/src: muscletest.c (+5 -4)

(55 more)

Generated by StatSVN 0.7.0