python update (Kushal Das)
[librfid] / include /
2008-02-08 Harald WelteAdd declaration of rc632_register_dump()
2008-02-07 Harald Welteadd (preliminary?) SAK based detection of mifare mini.
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 Weltefix more compiler warnings, based on a patch by Rainer...
2008-01-26 Harald Welte* add missing header files to distributed tarball
2008-01-26 Harald Welte* Add spidev reader driver
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-02 Milosch Meriacupdated win32 support for MINGW32-compiler/cross-compiler
2007-04-30 Milosch Meriacadded win32 support for MINGW32-compiler/cross-compiler
2007-04-03 Milosch MeriacAdded new function codes
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-01-09 Harald Weltemake rfid_frametype public, since it is used by public...
2007-01-06 Harald WeltePorting librfid on ARM, I got trouble using 14443B...
2006-12-01 Harald Welte- add size detection for mifare classic / ultralight
2006-11-28 Harald Weltedisable debugging by default
2006-11-28 Harald Welte- fix mifare write support
2006-10-25 Harald Weltesome preliminary work to get 15693 working (actual...
2006-10-18 Harald Welteremove unused 'next' pointers
2006-10-15 Harald Welte- fix multiple include of rfid_protocol_mifare_classic...
2006-10-14 Harald Welteredirect DEBUGP to 'debugp' function inside openpcd...
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-07 Harald Welte- use C99 compiler flags
2006-09-30 Harald Weltefix various compile warnings. code cleanup
2006-09-22 Harald Welteupdate to new (four-byte, explicit response_request...
2006-08-16 Harald Welteuse attribute(packed) where apropriate
2006-08-16 Harald Welteadd some definitions on ISO144443A frame waiting time
2006-07-23 Harald Welteadd support for new OpenPCD design
2006-06-23 Harald Weltefix TX chaining: Don't use/respect toggle bit (block...
2006-06-13 Harald Weltes/transcieve/transceive/g (Henryk Ploetz)
2005-11-08 Harald Welte- disable debug statements
2005-11-08 Harald Weltemove include directory for pkginclude compliance
2005-11-08 Harald Welteimplement and test baud rates of up to 848k
2005-11-08 Harald Welte- better layering abstraciton
2005-11-08 Harald Welteuse autoconf/automake
2005-11-08 Harald Welteadd infineon mifare default keys
2005-10-29 Harald WelteAdd support for native CCID driver, modularize OpenCT...
2005-10-23 Harald Weltemake "frametype" a parameter of transcieve functions
2005-10-22 Harald Welte- add mifare classic support
2005-10-22 Harald Weltecleanup
2005-10-22 Harald Welteadd convenience functions to set lock bits
2005-10-22 Harald Weltemifare ultraligh have pages 0-15, not only 0-7
2005-10-22 Harald Welteadd support for mifare ultralight
2005-10-22 Harald Welteadd some known vendor codes
2005-10-20 Harald Welteadd mifare ultralight support (incomplete)
2005-09-11 Harald Welteuse 64bit timeout values throughout the code, since...
2005-09-11 Harald WelteAs Juergen Heinzl pointed out, much of my original...
2005-09-11 Harald WelteSome cosmetic changes (Juergen Heinzl)
2005-06-14 Harald Welte- start 15693 implementation
2005-06-13 Harald Welte- add support for toggle bit
2005-06-13 Harald Welteshuffle structure elements to cope with atr[0]
2005-06-13 Harald Welteadd speed information to data structures
2005-06-13 Harald Weltesome more reader-related debugging
2005-05-29 Harald Weltemove librfid to new location in repository