* fix length of mifare classic block
[librfid] / src /
2008-01-29 laforge* fix length of mifare classic block
2008-01-27 laforgepartial ISO15693 support (based on patch by Bjoern...
2008-01-27 laforge* improve scanning support:
2008-01-26 laforgecosmetic coding style fixes
2008-01-26 laforgecoding style fixes
2008-01-26 laforgealways compile the rfid_hexdump() function, since DEBUG...
2008-01-26 laforgefix more compiler warnings, based on a patch by Rainer...
2008-01-26 laforge* support for mingw (Petr Stetiar)
2008-01-26 laforge* add missing header files to distributed tarball
2008-01-26 laforgeadd missing spidev reader driver (missing from last...
2008-01-26 laforge* Add spidev reader driver
2008-01-26 laforgemifare classic:
2008-01-23 laforgeupdate FSF postal address (Jeremy Laine)
2008-01-22 laforgeReturn size of mifare ultralight in bytes, just like...
2008-01-22 laforgeFix bitfields for big endian platforms (Jeremy Lainé)
2007-10-29 meriapplied Rainer Kellers fix 'Header missing, define...
2007-06-10 ploetzNeed stdio.h for fprintf
2007-05-03 merifixed automake/autoconf files to allow clean firmware...
2007-05-02 meriupdated win32 support for MINGW32-compiler/cross-compiler
2007-04-30 meriadded win32 support for MINGW32-compiler/cross-compiler
2007-04-25 merifixed ISO 14443A anticollision
2007-03-20 ploetzAdd RFID_OPT_14443A_WUPA to request WUPA instead of...
2007-03-20 ploetzunsigned int -> size_t in some appropriate places.
2007-03-19 ploetzFix a warning (Rainer Keller <mail@rainerkeller.de>)
2007-02-14 ploetzSimplify compile options (either --enable-ccid or ...
2007-02-14 ploetzFix "key format error" on cm5121 (Pierrick Hascoet...
2007-02-14 ploetzCorrectly initialise rx_len in mfcl_write() (Pierrick...
2007-01-07 laforgeFix typo. we don't wand sizeof(sizeof(somethin)) (Raine...
2007-01-06 laforge- change --with-openct to --enable-openct
2006-12-29 laforgeinclude not-installed headers in release tarballs
2006-12-04 laforge- only link with openct if we need it
2006-12-01 laforge- add size detection for mifare classic / ultralight
2006-11-28 laforge- fix mifare write support
2006-10-25 laforgesome preliminary work to get 15693 working (actual...
2006-10-23 laforgefix conditionals / variable definitions (automake madness)
2006-10-23 laforgegraceful error in case of non-existing reader backend...
2006-10-15 laforgeexport 14443a initialiation routine
2006-10-15 laforge- fix multiple include of rfid_protocol_mifare_classic...
2006-10-14 laforgeprefix functions of openpcd firmware with 'opcd_' to...
2006-10-14 laforgeredesign autoconf/automake infrastructure to support
2006-10-14 laforge- remove prototypes for already-removed _register(...
2006-10-14 laforge- separate 'STATIC' (non-dyamic-allocation) from 'FIRMW...
2006-10-14 laforgePrepare RFID compilation in firmware mode
2006-10-08 laforge- fix segfault during rfid_scan()
2006-10-08 laforge- don't display debug messages during usb bus scan
2006-10-07 laforge- use C99 compiler flags
2006-10-04 laforge- make openpcd driver work with most recent openpcd...
2006-09-30 laforgeadd support for multiple [new] usb id's in openct backe...
2006-09-30 laforgefix various compile warnings. code cleanup
2006-09-22 laforgememset the size of the structure, rather than the point...
2006-09-22 laforgere-initialize sak rx_len for each cascade level (Henryk...
2006-09-22 laforgeupdate to new (four-byte, explicit response_request...
2006-09-22 laforgeintroduce new debug macro for debugging register-level...
2006-08-16 laforge- fix treatment of rx_length in low-level transceive...
2006-08-16 laforgeugly workaround to avoid stack overflow
2006-08-16 laforgeadd timer/irq handling, disabled
2006-08-16 laforgeadd some more register definition
2006-08-16 laforge- more verbose/precise debug messages
2006-08-07 laforgeadd interrupt definitions
2006-07-23 laforgeadd support for new OpenPCD design
2006-06-23 laforgeminor cosmetic cleanup, use macro instead of explicit...
2006-06-23 laforgeadd more debugging about CID/NAD capability of card
2006-06-23 laforgefix TX chaining: Don't use/respect toggle bit (block...
2006-06-21 laforgeimplement TX side chaining, clean up a lot of spaghetti...
2006-06-14 laforgerespect MTU indicated by low-level driver.
2006-06-14 laforgefix tx chaining
2006-06-14 laforgemake sure we never rx/tx frames > 64 bytes because...
2006-06-14 laforgefix multi-fifo-writes. still doesn't work, I think...
2006-06-14 laforge- make timeout more liberal
2006-06-13 laforges/transcieve/transceive/g (Henryk Ploetz)
2006-06-13 laforgeincreased SNDBUF_SIZE to prevent overflow
2006-06-13 laforgepatch introduces -ETIMEDOUT as an error return code...
2006-06-13 laforgeFix mifare authentication for multiple blocks
2006-05-27 laforgeadd some very rudimentary timeout handling, i.e. abort...
2006-05-27 laforgefix conditional compilation of internal CCID driver
2006-05-27 laforgemove ccid direct backend to subdirectory
2006-05-27 laforgefix include path
2006-05-27 laforgemove ccid driver to correct directory
2005-12-03 laforgeit's 89C5122, not 98C5122 (Paul Stewart)
2005-11-08 laforgedisable 848k since it's unstable
2005-11-08 laforge- disable debug statements
2005-11-08 laforgecosmetic issues (linewrap)
2005-11-08 laforgemove include directory for pkginclude compliance
2005-11-08 laforgeimplement and test baud rates of up to 848k
2005-11-08 laforge- better layering abstraciton
2005-11-08 laforgeadd -EPERM return in case of missing authentication
2005-11-08 laforgemake library work after autoconf migration
2005-11-08 laforgeuse autoconf/automake