index
:
librfid
master
RDID protocol library
laforge@gnumonks.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add (preliminary?) SAK based detection of mifare mini.
laforge
2008-02-07
2
-4
/
+17
*
* add rfid_reader_rc632_common.h to noinst_HEADERS
laforge
2008-02-04
1
-1
/
+2
*
* implement rfid_reader_{get,set}opt()
laforge
2008-01-29
12
-773
/
+939
*
* fix length of mifare classic block
laforge
2008-01-29
1
-1
/
+32
*
partial ISO15693 support (based on patch by Bjoern Kaiser)
laforge
2008-01-27
11
-190
/
+935
*
* improve scanning support:
laforge
2008-01-27
5
-21
/
+56
*
cosmetic coding style fixes
laforge
2008-01-26
2
-19
/
+20
*
coding style fixes
laforge
2008-01-26
1
-10
/
+7
*
always compile the rfid_hexdump() function, since DEBUG_LIBRFID might be defi...
laforge
2008-01-26
1
-2
/
+0
*
fix more compiler warnings, based on a patch by Rainer Keller
laforge
2008-01-26
4
-7
/
+7
*
* support for mingw (Petr Stetiar)
laforge
2008-01-26
1
-1
/
+1
*
* add missing header files to distributed tarball
laforge
2008-01-26
1
-2
/
+2
*
add missing spidev reader driver (missing from last commit)
laforge
2008-01-26
1
-0
/
+389
*
* Add spidev reader driver
laforge
2008-01-26
2
-17
/
+28
*
mifare classic:
laforge
2008-01-26
1
-47
/
+17
*
update FSF postal address (Jeremy Laine)
laforge
2008-01-23
16
-16
/
+16
*
Return size of mifare ultralight in bytes, just like other protocols (Robert
laforge
2008-01-22
1
-1
/
+2
*
Fix bitfields for big endian platforms (Jeremy Lainé)
laforge
2008-01-22
2
-18
/
+7
*
applied Rainer Kellers fix 'Header missing, define name typo'
meri
2007-10-29
1
-2
/
+2
*
Need stdio.h for fprintf
ploetz
2007-06-10
1
-0
/
+2
*
fixed automake/autoconf files to allow clean firmware compilation
meri
2007-05-03
2
-5
/
+3
*
updated win32 support for MINGW32-compiler/cross-compiler
meri
2007-05-02
2
-5
/
+102
*
added win32 support for MINGW32-compiler/cross-compiler
meri
2007-04-30
9
-8
/
+940
*
fixed ISO 14443A anticollision
meri
2007-04-25
2
-23
/
+49
*
Add RFID_OPT_14443A_WUPA to request WUPA instead of REQA (Rainer Keller <mail...
ploetz
2007-03-20
3
-4
/
+16
*
unsigned int -> size_t in some appropriate places.
ploetz
2007-03-20
3
-9
/
+9
*
Fix a warning (Rainer Keller <mail@rainerkeller.de>)
ploetz
2007-03-19
1
-0
/
+1
*
Simplify compile options (either --enable-ccid or --enable-openct implies --e...
ploetz
2007-02-14
1
-13
/
+7
*
Fix "key format error" on cm5121 (Pierrick Hascoet <pierrick.hascoet@hydromel...
ploetz
2007-02-14
1
-2
/
+2
*
Correctly initialise rx_len in mfcl_write() (Pierrick Hascoet <pierrick.hasc...
ploetz
2007-02-14
1
-1
/
+1
*
Fix typo. we don't wand sizeof(sizeof(somethin)) (Rainer Keller <mail@rainerk...
laforge
2007-01-07
1
-1
/
+1
*
- change --with-openct to --enable-openct
laforge
2007-01-06
2
-2
/
+15
*
include not-installed headers in release tarballs
laforge
2006-12-29
1
-0
/
+1
*
- only link with openct if we need it
laforge
2006-12-04
1
-1
/
+2
*
- add size detection for mifare classic / ultralight
laforge
2006-12-01
5
-9
/
+87
*
- fix mifare write support
laforge
2006-11-28
7
-22
/
+381
*
some preliminary work to get 15693 working (actual implementation still missing)
laforge
2006-10-25
1
-208
/
+34
*
fix conditionals / variable definitions (automake madness)
laforge
2006-10-23
1
-11
/
+16
*
graceful error in case of non-existing reader backend driver
laforge
2006-10-23
1
-0
/
+2
*
export 14443a initialiation routine
laforge
2006-10-15
1
-1
/
+1
*
- fix multiple include of rfid_protocol_mifare_classic.h problem
laforge
2006-10-15
4
-5
/
+91
*
prefix functions of openpcd firmware with 'opcd_' to prevent confusion :)
laforge
2006-10-14
1
-4
/
+4
*
redesign autoconf/automake infrastructure to support
laforge
2006-10-14
3
-8
/
+25
*
- remove prototypes for already-removed _register() functions from headers
laforge
2006-10-14
6
-29
/
+14
*
- separate 'STATIC' (non-dyamic-allocation) from 'FIRMWARE' (no host drivers)
laforge
2006-10-14
6
-6
/
+38
*
Prepare RFID compilation in firmware mode
laforge
2006-10-14
13
-129
/
+168
*
- fix segfault during rfid_scan()
laforge
2006-10-08
3
-2
/
+14
*
- don't display debug messages during usb bus scan
laforge
2006-10-08
1
-3
/
+0
*
- use C99 compiler flags
laforge
2006-10-07
8
-16
/
+289
*
- make openpcd driver work with most recent openpcd dumbreader firmware
laforge
2006-10-04
1
-5
/
+6
[next]
personal git repositories of
Harald Welte
. Your mileage may vary