Add packaging directory
[platform/upstream/neard.git] / plugins / nfctype4.c
2013-10-29 Samuel Ortiznfctype4: Do not release target after a succesful tag...
2013-08-27 Lars Poeschelnfctype4: Fix a memory leak in t4_readbin_cc
2013-08-20 Daniel Wagnerplugins: Do not compare expression against NULL
2013-08-20 Daniel Wagnerplugins: Include stdbool.h
2013-06-18 Olivier Guiternfctype4: Fix segmentation fault on invalid access key
2013-05-30 Samuel Ortiznfctype4: Add support for type4 B tags
2013-01-31 Samuel Ortizinclude: Add a copy of the NFC kernel header
2013-01-10 Olivier Guitertypes: Fix build error due to unaligned memory access
2012-11-14 Szymon JancUse handover agent for Bluetooth data
2012-10-22 Krzysztof Lyczkowskindef: Change near_ndef_parse function name
2012-10-09 Dorota Moskalnfctype4: Call write callback when writing failed
2012-10-09 Wiktor Lawskinfctypes: Reduce amount of goto statements
2012-10-09 Wiktor Lawskinfctypes: Simplify returning error codes
2012-10-09 Wiktor Lawskiadapter: Refactor function near_adapter_send
2012-09-21 Wiktor Lawskiplugins: Refactor functions for releasing cookies
2012-09-21 Wiktor Lawskinfctypes: Improve consequence of goto labels
2012-09-07 Wiktor Lawskiplugins: Delete unnecessary initializes
2012-09-07 Wiktor Lawskiplugins: Fix error messages
2012-09-07 Wiktor Lawskiplugins: Improve code & comments formatting
2012-09-07 Wiktor Lawskiplugins: Fix some whitespace issues
2012-08-23 Samuel Ortiznfctype4: Remove the math.h inclusion
2012-08-23 Samuel Ortiznfctype4: Remove the MIFARE_DESFIRE_EV1_SIZE macro
2012-08-16 Ravi kumar Veeramallynfctype4: Add support for blank tag handling
2012-08-16 Ravi kumar Veeramallynfctype4: Report empty tags as blank tags
2012-08-14 Szymon JancFix some common spelling errors and typos
2012-08-14 Szymon JancFix some whitespace issues
2012-08-07 Ravi kumar Veeramallynfctype4: Call write callback when write is succesful
2012-06-26 Ravi kumar Veeramallynfctype4: Remove duplicate tag read-only check
2012-06-12 Samuel Ortizplugins: Remove near_tag_get_data() useless cast
2012-04-20 Samuel Ortiztag: Change tag driver ops naming
2012-04-20 Samuel Ortizndef: Remove NDEF and TLV parsing routines tag dependencies
2012-04-19 Samuel Ortiztarget: Remove target layer
2012-04-19 Samuel Ortizadapter: Bypass the target layer
2012-03-16 Ravi kumar Veeramallynfctype4: Memory leak fix
2012-02-24 Ravi kumar Veeramallynfctype4: Coding style fix
2012-02-23 Samuel Ortiznfctype4: Implement check_presence
2012-02-10 Ravi kumar Veeramallyplugins: Move connect and disconnect calls away from...
2012-02-09 Samuel Ortiztag: Use kernel definitions for tag protocols
2012-02-06 Samuel Ortiztarget: Improve tag addition API
2012-02-06 Samuel Ortizplugins: Define tag priorities
2012-01-31 Ravi kumar Veeramallynfctype4: Tag writing support
2012-01-27 Ravi kumar Veeramallytag: Add target_idx parameter to near_tag_io_cb prototype
2012-01-27 Ravi kumar Veeramallyplugin: Move adapter_disconnect call away from plugins
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-11-09 Olivier Guitertype4: Add Readonly flag support
2011-11-07 Olivier Guiternfctype4: Fix crash on exit
2011-10-21 Olivier Guiternfctype4: NFC type 4 (V1 and V2) support