Commit graph

  • d47623319d nfc_initiator_target_is_present() allows pnt==NULL Philippe Teuwen 2014-01-27 16:07:24 +0100
  • 7b7f506142 make style Philippe Teuwen 2013-12-08 19:51:01 +0100
  • 8026d6c047 CMake: find and use pcre3.dll when looking for PCRE Jiapeng Li 2013-12-08 14:24:48 +0100
  • aa2c1c47cd Config: bring configuration feature to Windows Jiapeng Li 2013-12-08 14:17:39 +0100
  • d89affd819 UART (Windows): fix uart_flush_input format Jiapeng Li 2013-12-08 14:15:36 +0100
  • 76a85ce84b CMake: remove tailing newline from date under Windows Jiapeng Li 2013-12-08 14:12:06 +0100
  • 0ee6dcad4b Cmake: add CONFFILES define like available in autotools build system Jiapeng Li 2013-12-08 14:09:50 +0100
  • a7fc1bddaf Fix nfc_target_init() timeout return Romuald Conty 2013-12-06 16:03:00 +0100
  • 4817a6e5c9 make style Philippe Teuwen 2013-12-02 22:55:10 +0100
  • a1ef329962 Fix use after free Philippe Teuwen 2013-11-12 00:28:38 +0100
  • b8e0eec91d nfc-mfclassic: initialize always bFormatCard Philippe Teuwen 2013-11-12 00:28:24 +0100
  • 250068462b add format/wipe command to nfc-mfclassic Adam Laurie 2013-11-11 22:03:09 +0000
  • 7e5257dd44 Update Changelog Philippe Teuwen 2013-10-01 14:29:51 +0200
  • 186cccfe6a pn532_uart: make use of log level for pn53x_check_communication() Philippe Teuwen 2013-10-01 14:14:00 +0200
  • 1d0d3c3b45 uart_flush_input() can now wait a bit Philippe Teuwen 2013-10-01 14:09:14 +0200
  • de1ca46066 Add envvars LIBNFC_DEVICE (to force only one device, no matter the conf files) and LIBNFC_AUTO_SCAN Philippe Teuwen 2013-10-01 12:35:04 +0200
  • 1596255506 driver Arygon: don't try to send commands if reset failed Philippe Teuwen 2013-10-01 12:27:19 +0200
  • 252f590d5c Revert "Check data from getenv("LIBNFC_LOG_LEVEL") and config file" Philippe Teuwen 2013-09-22 19:55:31 +0200
  • 846189b62c Check data from getenv("LIBNFC_LOG_LEVEL") and config file Philippe Teuwen 2013-09-22 19:32:37 +0200
  • 9bb568b799 driver acr122_usb: fix dead code issue Philippe Teuwen 2013-09-22 19:06:48 +0200
  • 117b58f501 nfc-read-forum-tag3: avoid passing large struct as parameter Philippe Teuwen 2013-09-22 18:32:47 +0200
  • 4a91859150 Fix unharmful warning Philippe Teuwen 2013-09-22 12:02:31 +0200
  • 7cb8fd3833 verify return of pn53x_set_property_bool() Philippe Teuwen 2013-09-22 03:36:45 +0200
  • 2e51318bcb pn53x_usb driver: verify return of pn53x_build_frame() Philippe Teuwen 2013-09-22 03:31:50 +0200
  • 90160d6507 Fix possible overflow Philippe Teuwen 2013-09-22 03:26:33 +0200
  • 618ca1e92b Remove dead code Philippe Teuwen 2013-09-22 03:13:09 +0200
  • 54729fb458 Remove dead code Philippe Teuwen 2013-09-22 03:09:08 +0200
  • cedbefb880 nfc-relay-picc: sleep() expects unsigned int Philippe Teuwen 2013-09-22 03:00:58 +0200
  • 61884967ea nfc-mfclassic: verify return of nfc_initiator_select_passive_target() Philippe Teuwen 2013-09-22 02:45:23 +0200
  • a4f466df06 Verify return of nfc_device_set_property_bool() Philippe Teuwen 2013-09-22 02:41:11 +0200
  • e2135dbaa5 pn53x-sam: fix truncated stdio return value Philippe Teuwen 2013-09-22 02:38:17 +0200
  • 679897d0a1 nfc-emulate-forum-tag4: fix TOCTOU Philippe Teuwen 2013-09-22 02:29:07 +0200
  • feb5f37aa3 nfc-read-forum-tag3: remove redundant error Philippe Teuwen 2013-09-22 02:14:08 +0200
  • 70048a0b2c uart.c: check return of read() Philippe Teuwen 2013-09-22 02:06:58 +0200
  • b5d76a327d Fix strcpy into fixed size buffer in conf.c Philippe Teuwen 2013-09-22 01:54:15 +0200
  • d9854cfdd9 Fix out-of-bounds access in driver acr122_pcsc Philippe Teuwen 2013-09-22 01:47:15 +0200
  • d9b531f50f Verify return of nfc_device_set_property_bool() Philippe Teuwen 2013-09-22 01:31:45 +0200
  • ddf58f2d69 Changing conditions to avoid Coverity to complain in artificial situations Philippe Teuwen 2013-09-20 00:13:21 +0200
  • a5e7dec797 Initialize array to keep Coverity happy Philippe Teuwen 2013-09-20 00:01:41 +0200
  • 30fdf1d9c2 Fix unbounded source buffer Philippe Teuwen 2013-09-19 23:48:44 +0200
  • 9240770ab1 acr122s_scan should not return -1 if of type size_t Philippe Teuwen 2013-09-19 23:39:03 +0200
  • 3d040d73f3 Fix memory leak Philippe Teuwen 2013-09-19 23:34:52 +0200
  • b6b63f10b4 Fix warning about out-of-bound read Philippe Teuwen 2013-09-19 23:08:06 +0200
  • 3e7dab1e8d Fix buffer overflow and fix triple-size UID reported by PN531 Philippe Teuwen 2013-09-19 22:52:50 +0200
  • 107b4ece8b Fix use after free bug Ludovic Rousseau 2013-09-19 20:38:56 +0200
  • 967f6e5623 Remove dead code Ludovic Rousseau 2013-09-19 20:34:58 +0200
  • 3a8db49a83 Remove debian/ now that there is an official inclusion in Debian Philippe Teuwen 2013-09-11 00:00:43 +0200
  • fdcb2c3290 Add support kFreeBSD Nobuhiro Iwamatsu 2013-09-10 06:22:40 +0900
  • 70f6c24ebb Debian: fix Vcs-Git URL Philippe Teuwen 2013-09-10 20:51:51 +0200
  • ad9694cf00 nfc-list: New option to choose which technologies to poll for Philippe Teuwen 2013-09-09 15:56:49 +0200
  • dcb7d137c1 Fix watch file Ludovic Rousseau 2013-09-07 13:22:28 +0200
  • c227e375ae Debian: 1.7.0~rc7 -> 1.7.0 Philippe Teuwen 2013-09-03 21:40:19 +0200
  • ec933731b7 Prepare 1.7.0 version Romuald Conty 2013-09-03 16:42:46 +0200
  • 40672ed62b pn532: fix typo in comment Peter Meerwald 2013-07-06 23:17:14 +0200
  • 733080ba0c uart: fix typo 'eaten' Peter Meerwald 2013-07-06 23:15:01 +0200
  • 34bf7b3089 nfs-list: drop outdated examples superseeded by connection string Peter Meerwald 2013-07-06 22:35:34 +0200
  • 0b9fe52b2b pn53x: fix logging, timeout value Peter Meerwald 2013-07-06 22:32:45 +0200
  • 98c4eee28f Modified the preamble sent to PN532 via UART from 5 bytes to 16 bytes, to comply with PN532 manual that says to send a "large" preamble in order to wake up the PN532. This is done to solve wakeup timeout problems on some PN532 Breakout Boards. Marcello Morena 2013-07-09 18:42:10 +0200
  • bcd479a5d2 Update ChangeLog and NEWS Romuald Conty 2013-09-03 15:57:12 +0200
  • 565134d4c4 Add missing \n in a printf() Ludovic Rousseau 2013-08-31 17:59:24 +0200
  • a2a335e3d4 make style Philippe Teuwen 2013-08-31 17:35:41 +0200
  • 07c54cd91b allow setting of UID for special 'chinese' ultralight cards Adam Laurie 2013-08-31 16:15:27 +0100
  • f6fff26f0f Fix warning "empty.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]" Philippe Teuwen 2013-08-29 22:37:23 +0200
  • b52308d071 TypeB ProtocolInfo: limit mask for ISO14443-4 support flag Philippe Teuwen 2013-08-29 22:23:01 +0200
  • f1b4c8e7c2 Add entry for 1.7.0~rc7-1 Nobuhiro Iwamatsu 2013-08-28 12:49:44 +0900
  • 6f90560fa9 Remove unnecessary changelog Nobuhiro Iwamatsu 2013-08-28 12:43:32 +0900
  • f889de514b Fix symbols file contains debian revision Ludovic Rousseau 2013-08-29 19:09:33 +0200
  • e24d730644 Use bzip2 instead of gzip compression algorithm Ludovic Rousseau 2013-08-29 19:04:04 +0200
  • f8d2d178d5 Use automake option subdir-objects Ludovic Rousseau 2013-08-29 18:59:41 +0200
  • c89532fa19 libnfcbuses.la use at least an empty source file Ludovic Rousseau 2013-07-01 20:51:33 +0200
  • 8fe13ece62 pn53x_initiator_transceive_bytes_timed(): use proper CRC_B if TypeB Philippe Teuwen 2013-08-19 15:47:44 +0200
  • c3a5fba028 Adding iso14443b_crc_append() Philippe Teuwen 2013-08-19 14:55:27 +0200
  • bb5b712a74 Adding link to AUTHORS in the copyright headers Philippe Teuwen 2013-07-17 13:57:56 +0200
  • 18fe330413 Fix warning Function call argument is an uninitialized value Philippe Teuwen 2013-07-03 00:59:53 +0200
  • 2db4a0e7e4 make style Philippe Teuwen 2013-07-03 00:14:24 +0200
  • a5d40cefc8 Fix warning about garbage value Philippe Teuwen 2013-07-03 00:10:24 +0200
  • 5cda3af5d4 Fix warnings Null pointer passed as an argument to a nonnull parameter Philippe Teuwen 2013-07-02 23:40:25 +0200
  • 56e9f1978d Fix warning increasing required alignment Philippe Teuwen 2013-07-02 23:11:38 +0200
  • cc7c0c32f1 Fix warning about incompatible types Philippe Teuwen 2013-07-02 22:44:55 +0200
  • ebe6335fc1 Rerun usb_find_busses() and usb_find_devices() without recalling usb_init() Mike Auty 2013-06-22 20:03:45 +0200
  • 03e1f23a40 Make use of new PN53x_ACK_FRAME__LEN Philippe Teuwen 2013-06-15 23:14:54 +0200
  • 005713921e Update PN532/I2C sample config file for rev2.0 boards. Add a note regarding the change of I2C bus routing on R-Pi board rev 2.0. Laurent Latil 2013-06-15 19:38:23 +0200
  • 80a41010fb Fix various problems in I2C support of PN532: - Fix a memory leak in pn532_i2c_wait_rdyframe() - Remove unused parameters and local variables - Fix all other compilation warnings Laurent Latil 2013-06-15 19:33:16 +0200
  • 957bebfd48 make style Philippe Teuwen 2013-06-15 22:51:53 +0200
  • 9de66d463b UART: add support for BeagleBone serial ports Philippe Teuwen 2013-06-15 22:01:28 +0200
  • d99bcb79fa I2C: add i2c support to CMake Philippe Teuwen 2013-06-15 00:41:20 +0200
  • 5cc3f3551a I2C: add i2c to cppcheck Philippe Teuwen 2013-06-15 00:37:08 +0200
  • 35da0c0b8a Update ChangeLog & NEWS Philippe Teuwen 2013-06-15 00:33:56 +0200
  • 4c707e04ad I2C: add conf example Philippe Teuwen 2013-06-15 00:25:08 +0200
  • 77445f1672 I2C: remove unneeded I2C_DRIVERS_ENABLED Philippe Teuwen 2013-06-15 00:20:04 +0200
  • 3cd26a18f1 I2C: add Laurent Latil as author Philippe Teuwen 2013-06-15 00:04:06 +0200
  • 238be3f068 make style Philippe Teuwen 2013-06-15 00:01:25 +0200
  • 1b11450312 Add I2C protocol support for PN532. Laurent Latil 2013-06-14 19:00:47 +0200
  • 6038aca7d1 acr122_usb: remove ACR122<>TOUCHATAG model distinction Philippe Teuwen 2013-06-14 23:58:55 +0200
  • c6bda74f44 acr122_usb: ACR122U does not need PCSC Escape anymore Philippe Teuwen 2013-06-14 23:30:16 +0200
  • c2fa73b404 acr122_usb: retry a few times if init failed Philippe Teuwen 2013-06-14 23:28:03 +0200
  • f0471ebc89 acr122_usb: capture more specifically the expected error SW=637f Philippe Teuwen 2013-06-13 21:01:08 +0200
  • 7638e9ea87 mifare_classic_block_manufacturer: clearer struct members Philippe Teuwen 2013-06-13 20:14:22 +0200
  • af7eef0c54 acr122_usb: check received Status Word (Touchatag) Romuald Conty 2013-06-13 15:56:39 +0200
  • 5757fafe0c acr122_usb: check if received frame is long enough (Touchatag) Romuald Conty 2013-06-13 15:48:21 +0200