rename configure.in to configure.ac for autoreconf
[librfid] / src /
2008-05-24 Harald Weltefix compiler warnings
2008-05-24 Harald WelteAdd WRITE support for ISO15693 (Bjoern Riemer)
2008-05-24 Harald Welteadd CRC check to ISO15693 (Bjoern Riemer)
2008-05-24 Harald Welteremove extra reads of primary status register (Bjoern...
2008-05-24 Harald Welte* use RC632_CMD_IDLE instead of 0x00 to improve readability
2008-05-24 Harald WelteFollow-up fixes for IRQ/ERR bitmaks mess (Bjoern Riemer...
2008-05-24 Harald Welte* Fix the STATUS register bit definitions foer STAT_...
2008-02-24 Harald Welteadd anticollision support for iso15693 and use correct...
2008-02-24 Harald Welteimplement SELECT command for ISO15693 (Bjoern Riemer)
2008-02-24 Harald Welteadd function to set mifare key from internal eeprom
2008-02-08 Harald Weltefinish eeprom read/write implementations for RC632
2008-02-08 Harald Welteadd ISO15693 stay_quiet (close) support (Bjoern Riemer)
2008-02-08 Harald Welteuse DEBUGP, not printf (Bjoern Riemer)
2008-02-08 Harald Welteadd missing semicolon
2008-02-08 Harald Weltefix typo in 15693 AFI setopt implementation (Bjoern...
2008-02-08 Harald Weltefix bugs for optlen setting in layer2_Getopt of iso1444...
2008-02-08 Harald Weltedisable debug in the default compile (Uwe Hermann)
2008-02-07 Harald Welteadd (preliminary?) SAK based detection of mifare mini.
2008-02-04 Harald Welte* add rfid_reader_rc632_common.h to noinst_HEADERS
2008-01-29 Harald Welte* implement rfid_reader_{get,set}opt()
2008-01-29 Harald Welte* fix length of mifare classic block
2008-01-27 Harald Weltepartial ISO15693 support (based on patch by Bjoern...
2008-01-27 Harald Welte* improve scanning support:
2008-01-26 Harald Weltecosmetic coding style fixes
2008-01-26 Harald Weltecoding style fixes
2008-01-26 Harald Weltealways compile the rfid_hexdump() function, since DEBUG...
2008-01-26 Harald Weltefix more compiler warnings, based on a patch by Rainer...
2008-01-26 Harald Welte* support for mingw (Petr Stetiar)
2008-01-26 Harald Welte* add missing header files to distributed tarball
2008-01-26 Harald Welteadd missing spidev reader driver (missing from last...
2008-01-26 Harald Welte* Add spidev reader driver
2008-01-26 Harald Weltemifare classic:
2008-01-23 Harald Welteupdate FSF postal address (Jeremy Laine)
2008-01-22 Harald WelteReturn size of mifare ultralight in bytes, just like...
2008-01-22 Harald WelteFix bitfields for big endian platforms (Jeremy Lainé)
2007-10-29 Milosch Meriacapplied Rainer Kellers fix 'Header missing, define...
2007-06-10 Henryk PloetzNeed stdio.h for fprintf
2007-05-03 Milosch Meriacfixed automake/autoconf files to allow clean firmware...
2007-05-02 Milosch Meriacupdated win32 support for MINGW32-compiler/cross-compiler
2007-04-30 Milosch Meriacadded win32 support for MINGW32-compiler/cross-compiler
2007-04-25 Milosch Meriacfixed ISO 14443A anticollision
2007-03-20 Henryk PloetzAdd RFID_OPT_14443A_WUPA to request WUPA instead of...
2007-03-20 Henryk Ploetzunsigned int -> size_t in some appropriate places.
2007-03-19 Henryk PloetzFix a warning (Rainer Keller <mail@rainerkeller.de>)
2007-02-14 Henryk PloetzSimplify compile options (either --enable-ccid or ...
2007-02-14 Henryk PloetzFix "key format error" on cm5121 (Pierrick Hascoet...
2007-02-14 Henryk PloetzCorrectly initialise rx_len in mfcl_write() (Pierrick...
2007-01-07 Harald WelteFix typo. we don't wand sizeof(sizeof(somethin)) (Raine...
2007-01-06 Harald Welte- change --with-openct to --enable-openct
2006-12-29 Harald Welteinclude not-installed headers in release tarballs
2006-12-04 Harald Welte- only link with openct if we need it
2006-12-01 Harald Welte- add size detection for mifare classic / ultralight
2006-11-28 Harald Welte- fix mifare write support
2006-10-25 Harald Weltesome preliminary work to get 15693 working (actual...
2006-10-23 Harald Weltefix conditionals / variable definitions (automake madness)
2006-10-23 Harald Weltegraceful error in case of non-existing reader backend...
2006-10-15 Harald Welteexport 14443a initialiation routine
2006-10-15 Harald Welte- fix multiple include of rfid_protocol_mifare_classic...
2006-10-14 Harald Welteprefix functions of openpcd firmware with 'opcd_' to...
2006-10-14 Harald Welteredesign autoconf/automake infrastructure to support
2006-10-14 Harald Welte- remove prototypes for already-removed _register(...
2006-10-14 Harald Welte- separate 'STATIC' (non-dyamic-allocation) from 'FIRMW...
2006-10-14 Harald WeltePrepare RFID compilation in firmware mode
2006-10-08 Harald Welte- fix segfault during rfid_scan()
2006-10-08 Harald Welte- don't display debug messages during usb bus scan
2006-10-07 Harald Welte- use C99 compiler flags
2006-10-04 Harald Welte- make openpcd driver work with most recent openpcd...
2006-09-30 Harald Welteadd support for multiple [new] usb id's in openct backe...
2006-09-30 Harald Weltefix various compile warnings. code cleanup
2006-09-22 Harald Weltememset the size of the structure, rather than the point...
2006-09-22 Harald Weltere-initialize sak rx_len for each cascade level (Henryk...
2006-09-22 Harald Welteupdate to new (four-byte, explicit response_request...
2006-09-22 Harald Welteintroduce new debug macro for debugging register-level...
2006-08-16 Harald Welte- fix treatment of rx_length in low-level transceive...
2006-08-16 Harald Welteugly workaround to avoid stack overflow
2006-08-16 Harald Welteadd timer/irq handling, disabled
2006-08-16 Harald Welteadd some more register definition
2006-08-16 Harald Welte- more verbose/precise debug messages
2006-08-07 Harald Welteadd interrupt definitions
2006-07-23 Harald Welteadd support for new OpenPCD design
2006-06-23 Harald Welteminor cosmetic cleanup, use macro instead of explicit...
2006-06-23 Harald Welteadd more debugging about CID/NAD capability of card
2006-06-23 Harald Weltefix TX chaining: Don't use/respect toggle bit (block...
2006-06-21 Harald Welteimplement TX side chaining, clean up a lot of spaghetti...
2006-06-14 Harald Welterespect MTU indicated by low-level driver.
2006-06-14 Harald Weltefix tx chaining
2006-06-14 Harald Weltemake sure we never rx/tx frames > 64 bytes because...
2006-06-14 Harald Weltefix multi-fifo-writes. still doesn't work, I think...
2006-06-14 Harald Welte- make timeout more liberal
2006-06-13 Harald Weltes/transcieve/transceive/g (Henryk Ploetz)
2006-06-13 Harald Welteincreased SNDBUF_SIZE to prevent overflow
2006-06-13 Harald Weltepatch introduces -ETIMEDOUT as an error return code...
2006-06-13 Harald WelteFix mifare authentication for multiple blocks
2006-05-27 Harald Welteadd some very rudimentary timeout handling, i.e. abort...
2006-05-27 Harald Weltefix conditional compilation of internal CCID driver
2006-05-27 Harald Weltemove ccid direct backend to subdirectory
2006-05-27 Harald Weltefix include path
2006-05-27 Harald Weltemove ccid driver to correct directory
2005-12-03 Harald Welteit's 89C5122, not 98C5122 (Paul Stewart)
2005-11-08 Harald Weltedisable 848k since it's unstable
next