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
*
- 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
*
add support for multiple [new] usb id's in openct backend driver
laforge
2006-09-30
1
-12
/
+26
*
fix various compile warnings. code cleanup
laforge
2006-09-30
5
-4
/
+11
*
memset the size of the structure, rather than the pointer to it. Usually this...
laforge
2006-09-22
1
-1
/
+1
*
re-initialize sak rx_len for each cascade level (Henryk Ploetz)
laforge
2006-09-22
1
-0
/
+1
*
update to new (four-byte, explicit response_request flag) revision of openpcd...
laforge
2006-09-22
1
-24
/
+36
*
introduce new debug macro for debugging register-level accesses
laforge
2006-09-22
1
-12
/
+23
*
- fix treatment of rx_length in low-level transceive routines
laforge
2006-08-16
1
-3
/
+15
*
ugly workaround to avoid stack overflow
laforge
2006-08-16
1
-1
/
+3
*
add timer/irq handling, disabled
laforge
2006-08-16
1
-4
/
+119
*
add some more register definition
laforge
2006-08-16
1
-1
/
+17
*
- more verbose/precise debug messages
laforge
2006-08-16
1
-13
/
+10
*
add interrupt definitions
laforge
2006-08-07
1
-0
/
+10
*
add support for new OpenPCD design
laforge
2006-07-23
3
-1
/
+388
*
minor cosmetic cleanup, use macro instead of explicit check
laforge
2006-06-23
1
-3
/
+2
*
add more debugging about CID/NAD capability of card
laforge
2006-06-23
1
-2
/
+6
*
fix TX chaining: Don't use/respect toggle bit (block nr) for S-blocks.
laforge
2006-06-23
1
-16
/
+24
*
implement TX side chaining, clean up a lot of spaghetti code
laforge
2006-06-21
1
-118
/
+157
*
respect MTU indicated by low-level driver.
laforge
2006-06-14
1
-0
/
+2
*
fix tx chaining
laforge
2006-06-14
1
-5
/
+6
*
make sure we never rx/tx frames > 64 bytes because stupid cm5121 is not able to
laforge
2006-06-14
1
-1
/
+3
*
fix multi-fifo-writes. still doesn't work, I think we have to limit the fram...
laforge
2006-06-14
1
-1
/
+2
*
- make timeout more liberal
laforge
2006-06-14
1
-15
/
+60
*
s/transcieve/transceive/g (Henryk Ploetz)
laforge
2006-06-13
12
-90
/
+90
*
increased SNDBUF_SIZE to prevent overflow
laforge
2006-06-13
1
-3
/
+3
*
patch introduces -ETIMEDOUT as an error return code in case of ...
laforge
2006-06-13
1
-2
/
+1
*
Fix mifare authentication for multiple blocks
laforge
2006-06-13
1
-3
/
+0
*
add some very rudimentary timeout handling, i.e. abort if there is no respons...
laforge
2006-05-27
1
-3
/
+9
*
fix conditional compilation of internal CCID driver
laforge
2006-05-27
2
-3
/
+9
*
move ccid direct backend to subdirectory
laforge
2006-05-27
1
-0
/
+0
*
fix include path
laforge
2006-05-27
1
-1
/
+1
*
move ccid driver to correct directory
laforge
2006-05-27
2
-0
/
+2556
*
it's 89C5122, not 98C5122 (Paul Stewart)
laforge
2005-12-03
1
-1
/
+1
*
disable 848k since it's unstable
laforge
2005-11-08
1
-1
/
+1
*
- disable debug statements
laforge
2005-11-08
2
-19
/
+1
*
cosmetic issues (linewrap)
laforge
2005-11-08
1
-2
/
+3
[next]
personal git repositories of
Harald Welte
. Your mileage may vary