Commit graph

  • a262be5633 Windows: Fix bug when compiling without libusb: skip usbbus.c Philippe Teuwen 2013-03-07 08:07:42 +0100
  • f8d8052866 Windows: Fix compilation due to new usbbus file Alex Lian 2013-03-03 12:31:06 -0500
  • 008158090c Fix bug when compiling without libusb: skip usbbus.c Philippe Teuwen 2013-03-07 00:43:35 +0100
  • 1c67c3f92a Fix scan-build warning: cast increases required alignment from 1 to 4 Philippe Teuwen 2013-03-06 23:22:02 +0100
  • 048ed88e16 Fix cppcheck warning "Obsolete function 'usleep' called" Philippe Teuwen 2013-03-06 21:43:36 +0100
  • fdd5bd3523 Avoid warning about ignoring return value of 'read' Philippe Teuwen 2013-03-06 21:13:39 +0100
  • 7fb538737d Fix cppcheck warning "Non reentrant function 'readdir' called" Philippe Teuwen 2013-03-06 20:59:41 +0100
  • 90622f52b7 conf.h: make it more standard Philippe Teuwen 2013-03-06 19:36:32 +0100
  • b81519c6a9 uart_posix.c: remove redundant include Philippe Teuwen 2013-03-06 19:34:57 +0100
  • a0b859b2a1 Fix cppcheck warning "Non reentrant function 'readdir' called" Philippe Teuwen 2013-03-06 15:20:15 +0100
  • 4dafd70b64 Fix cppcheck warning "Statements following return will never be executed" Philippe Teuwen 2013-03-06 12:42:39 +0100
  • 1d5f9956fb Fix cppcheck warning "buffer may not be null-terminated after call to strncpy()" Philippe Teuwen 2013-03-06 12:38:59 +0100
  • 3e773ab494 Edit HACKING: cppcheck: add --inconclusive Philippe Teuwen 2013-03-06 12:30:10 +0100
  • a3facbdc7d sprint_nfc_target() => snprint_nfc_target() Philippe Teuwen 2013-03-06 12:17:33 +0100
  • 658ec4585a Fix cppcheck warning "scanf without field width limits can crash with huge input data" Philippe Teuwen 2013-03-06 11:42:35 +0100
  • f0d5896140 Fix cppcheck style: "The scope of the variable can be reduced" Philippe Teuwen 2013-03-06 11:02:47 +0100
  • 0aa1ff309e Fix cppcheck warning "Variable is assigned a value that is never used" Philippe Teuwen 2013-03-06 10:56:12 +0100
  • f152aaffa3 Edit HACKING: cppcheck v1.58 Philippe Teuwen 2013-03-06 10:54:54 +0100
  • 9632f3ef35 Edit HACKING & introduce cppcheck Philippe Teuwen 2013-03-06 01:09:57 +0100
  • c37d1742c3 Fix cppcheck style: scope of variable can be reduced Philippe Teuwen 2013-03-06 00:54:49 +0100
  • d577fda412 Fix cppcheck warning "scanf without field width limits can crash with huge input data" Philippe Teuwen 2013-03-06 00:52:08 +0100
  • 4769392157 Fix cppcheck style: scope of variable can be reduced Philippe Teuwen 2013-03-06 00:35:36 +0100
  • 3f5a3fd58f nfc-read-forum-tag3 & nfc-relay-picc: remove unused variable Philippe Teuwen 2013-03-06 00:30:38 +0100
  • 4822bb3e42 Fix bug introduced in some signal traps where context was not declared Philippe Teuwen 2013-03-05 23:58:35 +0100
  • 03bc30f116 Fix "Possible null pointer dereference" error Philippe Teuwen 2013-03-05 23:56:38 +0100
  • e55efd6db0 examples/utils: add nfc_exit() to signal traps Philippe Teuwen 2013-03-05 22:50:37 +0100
  • 73b5c9d0af nfc_init() return rather than exit on malloc error, examples fixed accordingly Philippe Teuwen 2013-03-05 22:24:59 +0100
  • ae6062e5ba nfc_context_new(): replace err() by return, problem still in nfc_init()!! Philippe Teuwen 2013-03-05 20:03:19 +0100
  • 09ef2e3927 nfc_device_new(): replace err() by return Philippe Teuwen 2013-03-05 19:57:36 +0100
  • bece73faaf Error conditions in utils & examples: fix leaks, unify style (see details) Philippe Teuwen 2013-03-05 19:44:59 +0100
  • 232930c3d5 Fix resource leaks detected by cppcheck Philippe Teuwen 2013-03-04 01:06:10 +0100
  • 1de1832562 Add lintian options Ludovic Rousseau 2013-03-03 18:48:58 +0100
  • b0f216b3b2 spi driver: remove compilation warnings Philippe Teuwen 2013-03-03 16:22:18 +0100
  • cd98a4ac87 make style Philippe Teuwen 2013-03-03 16:14:58 +0100
  • 2ac7963076 Merge branch 'master' into pn532_spi Philippe Teuwen 2013-03-03 16:10:11 +0100
  • 9a20430bfc Prepare release 1.7.0 RC6 Philippe Teuwen 2013-03-03 15:34:35 +0100
  • d143eba7ad Edit ChangeLog Philippe Teuwen 2013-03-03 01:04:01 +0100
  • b68a37b835 Replace usb_set_debug() in utils by new group in LIBNFC_LOG_LEVEL Philippe Teuwen 2013-03-02 23:41:43 +0100
  • b1448f6785 nfc-mfclassic: add option to tolerate RW errors & other enhancements Philippe Teuwen 2013-03-02 22:29:10 +0100
  • ddd7cabda8 Edit HACKING & introduce clang (thanks Ludovic!) Philippe Teuwen 2013-03-02 19:46:17 +0100
  • 2334adc8bd Fix compilation warnings: values never read Philippe Teuwen 2013-03-02 19:39:20 +0100
  • 70b0dffca7 acr122_usb: fix compiler warnings & check return value Philippe Teuwen 2013-03-02 19:20:04 +0100
  • bd8a9fe96e Remove dead code Ludovic Rousseau 2013-03-02 13:22:32 +0100
  • f07d784b8b make style Philippe Teuwen 2013-03-02 13:17:57 +0100
  • 999631588d closedir() only if opendir() succeeds Ludovic Rousseau 2013-03-02 13:11:30 +0100
  • aee56b9255 Initialize variables Ludovic Rousseau 2013-03-02 13:08:03 +0100
  • abf54c7598 Debian: remove non-exported symbol Philippe Teuwen 2013-03-02 12:55:43 +0100
  • ae571941c5 usbbus: make usb_initialized static Philippe Teuwen 2013-03-02 12:43:15 +0100
  • 1f0b0e5b81 Fix zealous double free Philippe Teuwen 2013-03-02 12:26:24 +0100
  • e7290de83b Fix compiler warning Ludovic Rousseau 2013-03-02 11:30:24 +0100
  • 3aadb45988 Ease diff between both libusb based drivers: acr122_usb and pn53x_usb Romuald Conty 2013-03-02 10:59:37 +0100
  • b2b1d2a2a2 make style Philippe Teuwen 2013-03-02 02:52:07 +0100
  • a6c405a5d5 malloc/free: some more cleaning & checking malloc errors Philippe Teuwen 2013-03-02 02:50:33 +0100
  • 0708279215 malloc/free: some cleaning & checking malloc errors Philippe Teuwen 2013-03-02 02:25:13 +0100
  • 35b08dc5cc Add new symbols from usbbus.c Philippe Teuwen 2013-03-02 01:39:59 +0100
  • d7e7abb061 Fix mem leak in config file parser (opendir) Philippe Teuwen 2013-03-02 01:21:13 +0100
  • 3d9ebb5044 Fix mem leak in config file parser Philippe Teuwen 2013-03-02 01:09:47 +0100
  • 9dcf7378b6 Fix mem leak with libusb by introducing buses/usbbus.c Philippe Teuwen 2013-03-02 01:08:07 +0100
  • 59227c3dd3 Adds missing version.rc.in file in tarball (for Windows users) Romuald Conty 2013-03-01 17:05:21 +0100
  • 2506ee35f6 Fixes invalid example in nfc-scan-device manpage Romuald Conty 2013-03-01 16:43:49 +0100
  • 3e87abe88a Uses new email for bugs, reports, etc. Romuald Conty 2013-03-01 16:42:48 +0100
  • e070decd3c Updates ChangeLog with recent fixes Romuald Conty 2013-02-22 00:00:07 +0100
  • 3dd58e872a Missing release date in ChangeLog Romuald Conty 2013-02-21 23:47:27 +0100
  • d9fd9155ea Adding a SPI driver for pn532 Eugeny Boger 2013-02-28 23:24:42 +0100
  • a0ebd8ba15 Fix warning in tests: Variable might get clobbered by 'longjmp' or 'vfork' Philippe Teuwen 2013-02-22 22:27:16 +0100
  • 7e3549819e Split --disable-conf into --disable-conffiles & --disable-envvars Philippe Teuwen 2013-02-22 21:53:16 +0100
  • fd6d4db5b7 Make it possible to disable conf. Ahti Legonkov 2013-02-19 14:39:53 +0200
  • 72b10c5d9b Fix warnings: ignoring return value of 'pipe' & discarding const qualifier Philippe Teuwen 2013-02-21 23:08:19 +0100
  • 24e1edd858 make style Philippe Teuwen 2013-02-21 22:39:39 +0100
  • 5ced93fcbf Makefile.am: move header files from noinst_HEADERS to _SOURCES Philippe Teuwen 2013-02-21 22:37:17 +0100
  • 7af127ac0d pn53x-tamashell: allow larger commands up to full extended frame (264 bytes) Philippe Teuwen 2013-02-21 22:35:00 +0100
  • 9935095a36 Fix stack smash bug in LOG_HEX() macro Philippe Teuwen 2013-02-21 22:08:58 +0100
  • 7e26869b68 Fixes nfc_drivers memory leak Romuald Conty 2013-02-21 19:58:40 +0100
  • 1e16795341 'make style' and align some #preprocessor directives Romuald Conty 2013-02-19 00:38:55 +0100
  • ef5c39bd7b Allow aware developer to change nfc_connstring size Romuald Conty 2013-02-19 00:35:57 +0100
  • 911bbfa38d Debian: Fix symbols Philippe Teuwen 2013-02-16 22:19:33 +0100
  • 09ce0e822c nfc_free(): fix related doc Philippe Teuwen 2013-02-16 22:18:00 +0100
  • 95179e7894 Debian: rc4->rc5 Romuald Conty 2013-02-16 15:46:44 +0100
  • fc233c1775 Releases 1.7.0 RC5 Romuald Conty 2013-02-16 15:29:10 +0100
  • f8601886fd Adds nfc_free() function to freed allocated buffers Romuald Conty 2013-02-16 14:20:37 +0100
  • ffd5928dc6 Adds missing windows files in generated tarball Romuald Conty 2013-02-16 14:08:44 +0100
  • 360365ca84 Preserves error code while setting parameters Romuald Conty 2013-02-15 09:38:26 +0100
  • 3584338d85 Adds libnfc.conf.sample file to archive Romuald Conty 2013-02-14 15:27:10 +0100
  • 4487fd768e Windows: Shift files from libnfc/windows to libnfc/contrib/win32 Alex Lian 2013-02-05 11:24:23 -0500
  • 0203ade66c Debian control: misc:Pre-Depends is only for packages providing a shared library Philippe Teuwen 2013-02-06 15:16:33 +0100
  • f961452cf8 Debian: add nfc_register_driver() to symbol list Philippe Teuwen 2013-02-06 14:59:21 +0100
  • 43a1e57a62 Add nfc_register_driver() to NEWS & Changelog Philippe Teuwen 2013-02-06 14:52:23 +0100
  • 73992041b4 Merge remote-tracking branch 'ahti/issue-137' into master Philippe Teuwen 2013-02-06 15:07:07 +0100
  • 487c8050ef Debian: rc3->rc4 Philippe Teuwen 2013-02-06 14:53:01 +0100
  • 4e89c61813 Use git(1) only if present Ludovic Rousseau 2013-02-05 19:39:45 +0100
  • c2fe7673dd Releases 1.7.0 RC4 Romuald Conty 2013-02-04 11:38:57 +0100
  • d6dce20302 Merge branch 'master' of https://code.google.com/p/libnfc Romuald Conty 2013-02-04 10:34:42 +0100
  • c980c52aca Update libnfc4.symbols to 1.7.0~rc3 Nobuhiro Iwamatsu 2013-02-04 09:09:40 +0900
  • 414d00529e debian .gitignore gardening Philippe Teuwen 2013-02-04 10:33:04 +0100
  • 89b177c58a Merge Alex Lian branch Romuald Conty 2013-02-04 10:15:35 +0100
  • d5b6a7c4d1 Resolves conflict between Alex Lian and master branch Romuald Conty 2013-02-04 10:13:36 +0100
  • 5753d1e320 Build-Depends: debhelper (>= 9) Ludovic Rousseau 2013-02-02 11:51:55 +0100
  • 6b140bef11 debian: fix multiarch issues Philippe Teuwen 2013-02-01 20:32:31 +0100
  • 4d0ee443d1 Fix crash in nfc-relay-picc -i/-t if fd3 or fd4 is missing Philippe Teuwen 2013-02-01 21:55:29 +0100
  • 386e08d8b3 Fix nfc_initiator_select_passive_target() in several utils if tag is missing Philippe Teuwen 2013-02-01 20:52:49 +0100