Directory [root]

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

[root]
    directory in repo UnitaryTests (21 files, 1542 lines)
        directory in repo SCardGetStatusChange (2 files, 147 lines)
    Folder removed from repo build (0 files, 0 lines)
    directory in repo doc (8 files, 3279 lines)
        directory in repo example (3 files, 637 lines)
    Folder removed from repo etc (0 files, 0 lines)
    Folder removed from repo libmusclecard (0 files, 0 lines)
        Folder removed from repo doc (0 files, 0 lines)
        Folder removed from repo src (0 files, 0 lines)
            Folder removed from repo PCSC (0 files, 0 lines)
        Folder removed from repo utils (0 files, 0 lines)
            Folder removed from repo bundleTool (0 files, 0 lines)
    directory in repo m4 (3 files, 321 lines)
    directory in repo make-dirs (3 files, 67 lines)
    Folder removed from repo pbx (0 files, 0 lines)
        Folder removed from repo PCSC.pbproj (0 files, 0 lines)
    Folder removed from repo pcsc.pbproj (0 files, 0 lines)
    directory in repo src (56 files, 20469 lines)
        directory in repo PCSC (6 files, 1514 lines)
        directory in repo utils (7 files, 445 lines)
    Folder removed from repo win32 (0 files, 0 lines)

Lines of Code

Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
Totals411 (100.0%)20438 (100.0%)49.7
rousseau331 (80.5%)16375 (80.1%)49.4
corcoran57 (13.9%)3672 (18.0%)64.4
aet-guest20 (4.9%)386 (1.9%)19.3
cprados2 (0.5%)3 (0.0%)1.5
corcoran-guest1 (0.2%)2 (0.0%)2.0

Most Recent Commits

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

Do not generate src/PCSC/reader.h from src/PCSC/reader.h.in any more

0 lines of code changed in 1 file:

  • configure.in (-1)
rousseau 2010-08-18 23:25 Rev.: 5160

Fix typo

1 lines of code changed in 1 file:

  • ChangeLog (+1 -1)
rousseau 2010-08-16 16:40 Rev.: 5147

Do not hardcode the libusb.h path.

See Debian bug #591782
ccid: FTBFS on kfreebsd-*: configure: error: libusb.h not found

1 lines of code changed in 1 file:

  • configure.in (+1 -1)
rousseau 2010-08-16 16:28 Rev.: 5146

add --sysconfdir=/etc

1 lines of code changed in 1 file:

  • c.sh (+1)
rousseau 2010-08-15 20:48 Rev.: 5138

release 1.6.4

9 lines of code changed in 2 files:

  • ChangeLog (+8), configure.in (+1 -1)
rousseau 2010-08-15 20:43 Rev.: 5137

Do not use sysconfdir as configuration directory but
${sysconfdir}/reader.conf.d instead.

Use --enable-confdir=DIR if you want to set a specific value without the
reader.conf.d appended.

Thanks to Kalev Lember for the bug report
http://archives.neohapsis.com/archives/dev/muscle/2010-q3/0150.html

8 lines of code changed in 1 file:

  • configure.in (+8 -12)
rousseau 2010-08-15 17:39 Rev.: 5135

release 1.6.3

12 lines of code changed in 2 files:

  • ChangeLog (+11), configure.in (+1 -1)
rousseau 2010-08-05 17:16 Rev.: 5118

remove debug line

0 lines of code changed in 1 file:

  • configure.in (-2)
rousseau 2010-08-05 17:13 Rev.: 5117

"/reader.conf.d" is only appended to sysconfdir if no value of
sysconfdir is provided

Thanks to Patrice Angelini for the bug report

12 lines of code changed in 1 file:

  • configure.in (+12 -4)
rousseau 2010-08-05 09:28 Rev.: 5111

No need to use -D_REENTRANT. It was needed for LinuxThreads but we do
not use LinuxThreads since a long time.

See Debian bug #475101 "Remove obsolete -D_REENTRANT requirement"

0 lines of code changed in 1 file:

  • c.sh (-2)
rousseau 2010-08-04 09:35 Rev.: 5107

release 1.6.2

23 lines of code changed in 2 files:

  • ChangeLog (+22), configure.in (+1 -1)
rousseau 2010-08-03 08:53 Rev.: 5098

Remove 2 debug traces

0 lines of code changed in 1 file:

  • configure.in (-2)
rousseau 2010-08-02 09:39 Rev.: 5093

Use $libdir instead of $prefix/lib to set the default value of usbdropdir

" Fedora uses /usr/lib on 32 bit and /usr/lib64 on 64 bit multilib
platforms. "

Thanks to Kalev Lember for the idea.
http://archives.neohapsis.com/archives/dev/muscle/2010-q3/0108.html

5 lines of code changed in 1 file:

  • configure.in (+5 -3)
rousseau 2010-08-02 08:56 Rev.: 5092

sysconfdir=/etc by default if prefix=/usr so remove the --sysconfdir line

0 lines of code changed in 1 file:

  • c.sh (-1)
rousseau 2010-08-01 12:58 Rev.: 5082

Set sysconfdir to /etc if prefix=/usr

You should have a default working configuration only with --prefix=/usr

7 lines of code changed in 1 file:

  • configure.in (+7)
rousseau 2010-07-31 22:12 Rev.: 5081

--enable-muscledropdir is no more supported by pcsc-lite since a long
time. So remove the line.

0 lines of code changed in 1 file:

  • c.sh (-1)
rousseau 2010-07-31 22:11 Rev.: 5080

--enable-usbdropdir=/usr/lib/pcsc/drivers is now the default value.
So remove the line.

0 lines of code changed in 1 file:

  • c.sh (-1)
rousseau 2010-07-31 22:09 Rev.: 5079

Default value of usbdropdir is now $prefix/lib/pcsc/drivers instead of
$prefix/pcsc/drivers

The new path is the path used on Debian (with prefix-/usr). So no need
to change the default value.

3 lines of code changed in 1 file:

  • configure.in (+3 -3)
rousseau 2010-07-08 22:26 Rev.: 5065

more idiomatic sysconfdir usage

Thanks to Kalev Lember for the patch
http://archives.neohapsis.com/archives/dev/muscle/2010-q3/0015.html

> URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5060
> Log: set --sysconfdir=/etc/reader.conf.d so that we parse any file in
> this directory
>
> [...]
> - --sysconfdir=/etc \
> + --sysconfdir=/etc/reader.conf.d \

It's more common to set sysconfdir to /etc and have configure script
figure out the subdirectory. The configure script should always default
to sane values when no arguments are specified. The default value for
sysconfdir is /usr/local/etc; so the configure script should just append
/reader.conf.d to that. Right now if the user doesn't override
sysconfdir, pcsc will try to go through every .conf file in
/usr/local/etc, and I don't think anything good will come out of that.

I have a patch attached which should make it more idiomatic: default to
$sysconfdir/reader.conf.d directory.

5 lines of code changed in 2 files:

  • c.sh (+1 -1), configure.in (+4 -2)
rousseau 2010-07-02 17:02 Rev.: 5060

set --sysconfdir=/etc/reader.conf.d so that we parse any file in this
directory

1 lines of code changed in 1 file:

  • c.sh (+1 -1)
rousseau 2010-06-29 16:22 Rev.: 5045

check for libusb-1.0 instead of libusb-0.1

5 lines of code changed in 1 file:

  • configure.in (+5 -9)
rousseau 2010-06-21 14:52 Rev.: 5023

Use AC_CHECK_FUNCS() instead of AC_CHECK_FUNC() to have
HAVE_PTHREAD_CANCEL defined when needed.

AC_CHECK_FUNC() defined nothing so HAVE_PTHREAD_CANCEL was not defined
even if pthread_cancel() was available.

1 lines of code changed in 1 file:

  • configure.in (+1 -1)
rousseau 2010-06-04 14:31

release 1.6.1

37 lines of code changed in 2 files:

  • ChangeLog (+36), configure.in (+1 -1)
rousseau 2010-05-17 10:48 Rev.: 4947

Do not install files in /etc any more.
Serial drivers are rare now.

1 lines of code changed in 2 files:

  • Makefile.am (+1 -1), configure.in (-3)
rousseau 2010-05-05 11:53 Rev.: 4921

update date and release for 1.6.0

2 lines of code changed in 1 file:

  • ChangeLog (+2 -2)
rousseau 2010-05-05 11:51 Rev.: 4920

release 1.6.0

107 lines of code changed in 2 files:

  • ChangeLog (+106 -4), configure.in (+1 -1)
rousseau 2010-05-03 11:29 Rev.: 4911

Add a check for pthread_cancel() (not present on Android)

6 lines of code changed in 1 file:

  • configure.in (+6)
rousseau 2010-04-29 09:26 Rev.: 4901

Add --disable-serial and --disable-usb options

--disable-serial removes support of /etc/reader.conf
gain: 8.0kB of .text (12%) and 160 bytes of .bss (4%) for pcscd

--disable-usb removes support of USB hotplug
gain: 9.7kB of .text (14%) and 960 bytes of .bss (23%) for pcscd

If you use both options (and use a static driver configuration)
gain: 17.7kB of .text (26%) and 1152 bytes of .bss (28%) for pcscd

22 lines of code changed in 1 file:

  • configure.in (+22)
rousseau 2010-04-16 14:54 Rev.: 4875

update versions of autotools used

3 lines of code changed in 1 file:

  • bootstrap (+3 -3)
rousseau 2010-03-16 12:54 Rev.: 4824

done: remove as much text messages (logs) as possible

1 lines of code changed in 1 file:

  • TODO (+1 -4)
rousseau 2010-03-16 11:50 Rev.: 4823

Display PCSCLITE_FEATURES

2 lines of code changed in 1 file:

  • configure.in (+2 -1)
rousseau 2010-03-16 11:47 Rev.: 4822

Add --enable-embedded (default is no) to build pcsc-lite for an embedded
system.
This will activate the NO_LOG option to disable logging and limit RAM
and disk consumption.

10 lines of code changed in 1 file:

  • configure.in (+10)
rousseau 2010-03-01 16:50 Rev.: 4783

fix typo

1 lines of code changed in 1 file:

  • TODO (+1 -1)
rousseau 2010-02-26 15:53 Rev.: 4779

Add the ability to parse all the configuration files of a directory
instead of just one configuration file.
update-reader.conf is then now obsolete.

See Debian bug #565896 http://bugs.debian.org/565896

0 lines of code changed in 1 file:

  • configure.in (-2)
rousseau 2010-02-03 12:29 Rev.: 4708

Use the standard --sysconfdir=DIR ($prefix/etc by default) instead of
--enable-confdir=DIR for defining the directory containing reader.conf

1 lines of code changed in 1 file:

  • configure.in (+1 -12)
rousseau 2010-02-03 11:58 Rev.: 4707

sysconfdir_exp is a configuration directory not configuration file

1 lines of code changed in 1 file:

  • configure.in (+1 -1)
rousseau 2010-01-22 15:56 Rev.: 4685

add $host to the PCSCLITE_FEATURES definition (available with "pcscd -v")
to display the CPU architecture
host is something like x86_64-unknown-linux-gnu

1 lines of code changed in 1 file:

  • configure.in (+1 -1)
rousseau 2010-01-22 14:36 Rev.: 4683

use LT_INIT(disable-static) instead of the deprecated AM_DISABLE_STATIC

Thanks to Roumen Petrov

1 lines of code changed in 1 file:

  • configure.in (+1 -1)
rousseau 2010-01-21 15:54 Rev.: 4681

Do not completely disable building the static version of the library but
just disable it by default

Use AM_DISABLE_STATIC in configure.in instead of -shared in Makefile.am

2 lines of code changed in 1 file:

  • configure.in (+2)
rousseau 2010-01-14 10:21 Rev.: 4667

For embedded/constained systems

- remove as much text messages (logs) as possible to limit the size of
the binaries (pcscd and libpcsclite)

- use static driver instead of reader polling and dynamic driver loading

9 lines of code changed in 1 file:

  • TODO (+9 -1)

(266 more)

Generated by StatSVN 0.7.0