Add packaging directory
[platform/upstream/neard.git] / plugins / nfctype1.c
2013-11-24 Samuel Ortiznfctype1: Check for remaining space before memcpy'ing...
2013-11-24 Samuel Ortiznfctype1: Check for remaining space before memcpy'ing...
2013-10-11 Szymon Jancnfctype1: Remove dead code from nfctype1_write
2013-08-20 Daniel Wagnerplugins: Do not compare expression against NULL
2013-08-20 Daniel Wagnerplugins: Include stdbool.h
2013-08-19 Samuel Ortiznfctype1: Use the right offset after the CC
2013-01-31 Samuel Ortizinclude: Add a copy of the NFC kernel header
2012-10-09 Dorota Moskalnfctype1: Call write callback when writing failed
2012-10-09 Dorota Moskalnfctype1: Call callback function while freeing cookie
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-21 Wiktor Lawskiplugins: Standardize function signatures
2012-09-21 Wiktor Lawskinfctype1: Refactor nfctype1_read
2012-09-21 Wiktor Lawskinfctype1: Improve nfctype1_read readability
2012-09-21 Wiktor Lawskinfctype1: Fix possible memory leak in meta_recv
2012-09-07 Wiktor Lawskinfctype1: Improve returned errors consistency
2012-09-07 Wiktor Lawskiplugins: Delete unnecessary initializes
2012-09-07 Wiktor Lawskiplugins: Improve code & comments formatting
2012-09-07 Wiktor Lawskiplugins: Fix some whitespace issues
2012-08-14 Szymon Jancnfctype1: Fix possible NULL pointer dereference in...
2012-08-14 Szymon JancFix some whitespace issues
2012-07-25 Ravi kumar Veeramallynfctype1: Add support for blank tag handling
2012-06-26 Ravi kumar Veeramallynfctype1: Remove duplicate tag read-only check
2012-04-26 Samuel Ortiznfctype1: Read UID before reading all when NFCID is...
2012-04-26 Samuel Ortiznfctype1: Append UID to type 1 commands
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-04-19 Samuel Ortiztag: Add D-Bus interface
2012-03-02 Ravi kumar Veeramallynfctype1: Memory leak fix
2012-02-24 Ravi kumar Veeramallynfctype1: Coding style fix
2012-02-23 Samuel Ortiznfctype1: 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 Ortiztlv: Simplify tlv parsing API
2012-02-06 Samuel Ortizplugins: Define tag priorities
2012-01-27 Ravi kumar Veeramallynfctype1: Tag writing support
2012-01-27 Ravi kumar Veeramallytag: Add memory layout enum to tag structure
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
2012-01-14 Olivier Guitertype1: Fix missing disconnect on wrong Magic NFC tag
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-12-16 Olivier Guitertype1: Add support for dynamic mode on type 1 tag
2011-11-09 Olivier Guitertype1: Add Readonly flag support
2011-10-21 Olivier Guiternfctype1: Fix unconsistency in file's rights
2011-10-21 Samuel Ortiznfctype1: Rename offset to addr
2011-10-21 Samuel Ortiznfctype1: Small identation fix
2011-10-21 Samuel Ortiznfctype1: Slight coding style fixes
2011-10-21 Olivier Guiternfctype1: NFC type 1 tag initial support