February 2007 Commit Log

Number of Commits:
26
Number of Active Developers:
1
rousseau 2007-02-26 16:48 Rev.: 2449

SCardEstablishContextTH(): call fcntl(mapAddr, F_SETFD, FD_CLOEXEC); to
close on exec the file descriptor on /var/run/pcscd.pub so that child
processes do not inherits it. The child process will call
SCardEstablishContext() if needed.

5 lines of code changed in 1 file:

rousseau 2007-02-25 21:48 Rev.: 2447

the comment about LPTSTR was wrong

1 lines of code changed in 1 file:

rousseau 2007-02-22 00:13 Rev.: 2419

reformat

21 lines of code changed in 1 file:

rousseau 2007-02-22 00:11 Rev.: 2418

HPReadBundleValues(): ignore driver with readerName == NULL (non-ASCII
readerName in Info.plist for example)

5 lines of code changed in 1 file:

rousseau 2007-02-19 11:16 Rev.: 2403

SYS_USleep(): use select() instead of usleep() if nanosleep() can't be
used. usleep() is not thread safe on some old Solaris systems.

Thanks to Nils Larsch for the patch

4 lines of code changed in 1 file:

rousseau 2007-02-17 18:07 Rev.: 2401

support --docdir=... to install documentation files

Thanks to Alon Bar-Lev for the patch

2 lines of code changed in 1 file:

rousseau 2007-02-17 17:04 Rev.: 2400

add a log_line() function and use it form log_msg() and log_xxd() to
also have colors in log_xxd()

8 lines of code changed in 1 file:

rousseau 2007-02-13 22:26 Rev.: 2397

release 1.4.0

19 lines of code changed in 2 files:

rousseau 2007-02-13 11:19 Rev.: 2394

only check for foo.h file when HAVE_FOO_H is really used in the code

1 lines of code changed in 1 file:

rousseau 2007-02-05 22:29 Rev.: 2388

use SCARD_SCOPE_USER instead of the pcsc-lite specific SCARD_SCOPE_GLOBAL

1 lines of code changed in 1 file:

rousseau 2007-02-05 19:10 Rev.: 2386

ChangeLog.svn: use svn2cl instead of svn2cl.sh

1 lines of code changed in 1 file:

rousseau 2007-02-05 15:55 Rev.: 2385

SCardReconnect(): call SYS_USleep() to "allow the status thread to
convey information" only if the application requests SCARD_RESET_CARD or
SCARD_UNPOWER_CARD.
We do not wait if the application requests SCARD_LEAVE_CARD.

5 lines of code changed in 1 file:

rousseau 2007-02-05 15:47 Rev.: 2384

SCardDisconnect(): call SYS_USleep() to "allow the status thread to
convey information" only if the application requests SCARD_RESET_CARD or
SCARD_UNPOWER_CARD.
We do not wait if the application requests SCARD_LEAVE_CARD.

4 lines of code changed in 1 file:

rousseau 2007-02-05 15:36 Rev.: 2383

use unsigned int i; instead of int i; to avoid a compiler warning

1 lines of code changed in 1 file:

rousseau 2007-02-05 15:35 Rev.: 2382

add SCardBeginTransaction() & SCardEndTransaction

8 lines of code changed in 1 file:

rousseau 2007-02-05 15:34 Rev.: 2381

use SCARD_SHARE_SHARED instead of SCARD_SHARE_EXCLUSIVE

3 lines of code changed in 1 file:

rousseau 2007-02-05 15:32 Rev.: 2380

add pcscd.h and pcscd.h.in to pcscd_SOURCES:

2 lines of code changed in 1 file:

rousseau 2007-02-05 15:27 Rev.: 2379

SCardBeginTransaction(): document the SYS_USleep() call

3 lines of code changed in 1 file:

rousseau 2007-02-05 15:16 Rev.: 2378

define and use PCSCLITE_LOCK_POLL_RATE as SYS_USleep() argument when
waiting after a lock

4 lines of code changed in 2 files:

rousseau 2007-02-05 15:13 Rev.: 2377

use pcscd.h instead of pcsclite.h

14 lines of code changed in 12 files:

rousseau 2007-02-05 15:12 Rev.: 2376

generate src/pcscd.h from src/pcscd.h.in

1 lines of code changed in 1 file:

rousseau 2007-02-05 15:12 Rev.: 2375

move pcscd internal constants from pcsclite.h to pcscd.h so they are no
more available in /usr/include/pcsclite.h

82 lines of code changed in 2 files:

rousseau 2007-02-05 11:41 Rev.: 2374

SCardBeginTransaction() client and server side: call SYS_USleep() on the
server side insead of client side and only if needed.
SCardBeginTransaction() will be much faster

2 lines of code changed in 2 files:

rousseau 2007-02-05 11:38 Rev.: 2373

profile_end(): call fflush() to sync the profile file

1 lines of code changed in 1 file:

rousseau 2007-02-05 11:27 Rev.: 2372

SCardBeginTransaction(), SCardEndTransaction() and
SCardCancelTransaction(): display PC/SC return value in hex instead of
decimal

3 lines of code changed in 1 file:

rousseau 2007-02-05 11:10 Rev.: 2371

profile_start(): use a different profile file name for each user so two
users can use profiling at the same time

4 lines of code changed in 1 file:

January 2007 »

Generated by StatSVN 0.7.0