tag: Do not unref a NULL write message
[platform/upstream/neard.git] / src / tag.c
2013-11-04 Samuel Ortiztag: Do not unref a NULL write message
2013-10-13 Samuel Ortizadapter: Implement TagFound signal
2013-08-20 Daniel Wagnercore: Do not compare expression against NULL
2013-08-20 Daniel Wagnercore: Use stdbool instead gboolean or near_bool_t
2013-08-20 Daniel Wagnertag: Use dbus_bool_t for D-Bus function
2013-05-30 Samuel Ortiztag: Set type B tag type properly
2013-03-15 Samuel Ortiztag: Export tag data length
2013-02-15 Samuel Ortiztag: Send PropertyChanged signal when new records are...
2012-12-06 Szymon JancFix coding style errors through the code
2012-10-09 Dorota Moskaltag: Correct NDEF header for tag type 1 and 2
2012-10-09 Thierry Escandetag: Fix a possible double free
2012-10-08 Dorota Moskaltag: Add near_tag_get_blank function
2012-10-08 Dorota Moskaltag: Dereference writing after reading new data
2012-10-08 Dorota Moskaltag: Don't check presence while busy
2012-09-13 Dorota Moskaltag: Remove redundant __near_tag_get_idx function
2012-08-23 Ravi kumar Veeramallytag: Caching type3 tag IC type information
2012-08-23 Samuel Ortizagent: Parse tags and devices records
2012-08-07 Ravi kumar Veeramallytag: Verify tag content only when the write part succeeded
2012-07-25 Ravi kumar Veeramallytag: Improve tag formatting and writing operation
2012-07-18 Jeff Zhengtag: Update tag content after write record
2012-06-28 Samuel Ortiztag: Call near_ndef_records_free when freeing tag records
2012-06-27 Samuel Ortiztag: tag_set_ro returns void
2012-06-27 Eyal Reizertag: Add blank tag format support
2012-06-27 Eyal Reizertag: Add blank tag handling
2012-06-26 Samuel Ortiztag: Remove read-only property getter
2012-06-25 Samuel Ortiztag: Do not attempt to write to a read only tag
2012-06-04 Ravi kumar Veeramallytag: Return tag writing in progress when there is a...
2012-05-25 Samuel Ortiztag: Write is an asynchronous D-Bus method
2012-05-25 Ravi kumar Veeramallytag: Dbus reply to tag write request
2012-05-23 Henrique Dante de... Do not set signature and reply in GDBus tables
2012-05-23 Henrique Dante de... Convert GDBus methods and signals to use macro helpers
2012-05-23 Henrique Dante de... Constify GDBus signal tables
2012-05-23 Henrique Dante de... Constify GDBus method tables
2012-04-26 Samuel Ortiztag: Add tag NFCID setter
2012-04-20 Samuel Ortiztag: Define and implement the Tag Write method
2012-04-20 Samuel Ortiztag: Remove unused routines
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 Ortizadapter: Bypass the target layer
2012-04-19 Samuel Ortiztag: Add D-Bus interface
2012-02-23 Samuel Ortizadapter: Polling loop implementation
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 Ortiztag: Add tag driver priorities
2012-02-03 Ravi kumar Veeramallytag: Caching type3 tag manufacturer ID and attribute...
2012-01-31 Ravi kumar Veeramallytag: Caching type4 tag max NDEF size and APDU commandd...
2012-01-27 Ravi kumar Veeramallytag: Add memory layout enum to tag structure
2012-01-27 Ravi kumar Veeramallytag: Changed near_tag_get_ro function notation
2011-12-23 Samuel Ortiztag: NDEF addition framework
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-12-19 Samuel Ortiztag: Coding style fix
2011-11-09 Olivier Guiterneard: Add dbus Getproperty for read only flag
2011-10-21 Samuel Ortiztag: Add a readonly setting routine
2011-10-21 Samuel Ortiztag: Fix build error size_t incorrect formatting
2011-10-21 Samuel Ortizndef: org.neard.Record export
2011-10-21 Samuel Ortiztag: Add reader callback support
2011-10-21 Samuel Ortizndef: Initial NDEF parsing
2011-10-21 Samuel Ortiznfctype2: TLV parsing and NDEF tag adding
2011-10-21 Samuel Ortiztag: Extend the tag API
2011-10-21 Samuel Ortiztag: Add tag creating/deleting API
2011-10-21 Samuel Ortiztag: Tag reading API
2011-10-21 Samuel Ortiztag: Update NDEF reading API
2011-10-21 Samuel OrtizUse stdint types
2011-10-21 Samuel Ortiztag: Change the tag read prototype
2011-10-21 Samuel Ortiztag: tag_read routine implementation
2011-10-21 Samuel Ortiztag: Initial implementation