ndef: Add helper function to free ndef messages
[framework/connectivity/neard.git] / src /
2013-02-28 Ravi kumar Veeramallyndef: Add helper function to free ndef messages
2013-02-15 Samuel Ortizdevice: Do not double free the device records list
2013-02-15 Samuel Ortizdevice: Do not open code the records freeing routine
2013-02-15 Samuel Ortiztag: Send PropertyChanged signal when new records are...
2013-02-15 Samuel Ortizdevice: Send PropertyChanged signal when new records...
2013-02-12 Olivier Guiterndef: Send empty Hs when an Hr carries a single unknow...
2013-02-12 Olivier Guiterndef: Send empty Hs frame when the Hr version check...
2013-02-12 Olivier Guiterndef: Do not build a reply to handover select messages
2013-02-11 Ravi kumar Veeramallyagent: Add an extra parameter to the handover registrat...
2013-02-11 Ravi kumar Veeramallynear: Rename struct name bt_data to carrier_data
2013-02-06 Samuel Ortizadapter: Disconnect from the target when data read...
2013-01-31 Samuel Ortizinclude: Add a copy of the NFC kernel header
2013-01-31 Szymon Jancdevice: Fix free order in push_ndef
2013-01-31 Szymon Jancndef: Fix error message in near_ndef_prepare_handover_r...
2013-01-31 Szymon Jancndef: Fix checking for error in parse_mime_type
2013-01-31 Szymon Jancndef: Remove not needed AC payload creation in build_ho...
2013-01-31 Szymon Jancndef: Use stack variable for record in build_ho_record
2013-01-31 Szymon Jancndef: Fix memory leak in build_ho_record
2013-01-31 Szymon Jancbluetooth: Track adapter properties changes
2013-01-31 Szymon Jancndef: Prepare ac record with proper BT power state
2013-01-31 Szymon Jancagent: Set carrier power state from hint in parse_reply
2013-01-31 Szymon Jancagent: Set carrier power state hint in prepare_bt_data
2013-01-31 Szymon JancAdd carrier power state to struct bt_data
2013-01-31 Szymon Jancndef: Validate CPS when parsing AC record
2013-01-31 Szymon Jancndef: Move carrier_power_state definition to header...
2013-01-10 Olivier Guitertypes: Fix build error due to unaligned memory access
2013-01-09 Olivier Guiterndef: Add records comparison helpers
2013-01-08 Szymon Jancadapter: Fix memory leaks on adapter free
2012-12-06 Szymon Jancbluetooth: Remove not needed forward declaration
2012-12-06 Szymon Jancndef: Remove not needed NULL assignments
2012-12-06 Szymon JancFix coding style errors through the code
2012-11-29 Samuel Ortizadapter: Update the Devices array before emitting the...
2012-11-26 Marcel Holtmannagent: Provide DBUS_TIMEOUT_USE_DEFAULT if not available
2012-11-26 Samuel Ortizadapter: Update the RF mode D-Bus property
2012-11-26 Samuel Ortizadapter: Expose the adapter radio mode through D-Bus
2012-11-19 Samuel Ortizagent: Don't look for NULL record type on the NDEF...
2012-11-19 Szymon Jancndef: Cosmetic fix for action check in parse_mime_type
2012-11-19 Szymon Jancbluetooth: Always enable legacy BT when no HO agent...
2012-11-19 Szymon Jancndef: Select HO agent based on agent presence check
2012-11-14 Samuel Ortizbluetooth: Cosmetic fix for handover registration check
2012-11-14 Szymon JancSupport only static handover with Nokia proprietary...
2012-11-14 Szymon Jancndef: Workaround buggy Nokia BH-505 handover implementation
2012-11-14 Szymon Jancndef: Workaround buggy Android 4.1 BT handover implemen...
2012-11-14 Szymon JancUse handover agent for Bluetooth data
2012-11-14 Szymon Jancbluetooth: Use bluetooth implementation only for BlueZ 4
2012-11-14 Szymon Jancbluetooth: Use struct bt_data in near_ndef_prepare_hand...
2012-11-14 Szymon Jancbluetooth: Move name at the end of EIR
2012-11-14 Szymon Jancbluetooth: Make __near_bluetooth_parse_oob_record use...
2012-11-14 Szymon JancAdd __near_agent_handover_registered function
2012-11-14 Szymon Jancagent: Add __near_agent_handover_request_data function
2012-11-14 Szymon Jancagent: Add __near_agent_handover_push_data function
2012-10-30 Samuel Ortiznetlink: Add netlink event socket
2012-10-29 Olivier Guiterndef: Remove the cr record from Hs message
2012-10-29 Olivier Guiterndef: Fix handover version check
2012-10-24 Olivier Guiterhandover: Handle Handover frames without ac records
2012-10-24 Olivier Guiterbluetooth: Extend mime_type with bluetooth properties
2012-10-24 Olivier Guiterhandover: Change carriers type to bitfield
2012-10-24 Samuel Ortizndef: Skip record header when parsing handover records
2012-10-24 Olivier Guiterndef: Fix offset check when parsing NDEF records
2012-10-23 Samuel Ortizagent: Push raw NDEF along with the matching record
2012-10-23 Samuel Ortizndef: Add records raw data to a D-Bus iterator
2012-10-23 Samuel Ortizndef: Export record's raw data
2012-10-22 Krzysztof Lyczkowskindef: Change near_ndef_parse function name
2012-10-22 Krzysztof Lyczkowskindef: Use appropriate naming for record payload structures
2012-10-22 Krzysztof Lyczkowskindef: Add randomizing function for Collision-RR
2012-10-12 Samuel Ortizbluetooth: Do not use near_info for displaying successf...
2012-10-12 Samuel Ortizndef: Use DBG instead of near_info for Hs preparation...
2012-10-11 Samuel Ortizndef: Parsing complete is not an error
2012-10-09 Dorota Moskaltag: Correct NDEF header for tag type 1 and 2
2012-10-09 Wiktor Lawskiadapter: Refactor function near_adapter_send
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-10-05 Samuel Ortizndef: Set proper URI identifier when writing URI NDEF
2012-10-01 Szymon Jancagent: Release handover agent on exit
2012-10-01 Szymon Jancagent: Check if adding disconnect watch succeed
2012-09-21 Wiktor Lawskiadapter: Fix error message for StopPollLoop
2012-09-17 Samuel Ortizadapter: Remove the linked device when DEP goes down
2012-09-17 Samuel Ortizdevice: Add a target index accessor
2012-09-13 Dorota Moskaltag: Remove redundant __near_tag_get_idx function
2012-09-13 Samuel Ortizbluetooth: Fix OOB alignement issue
2012-09-13 Samuel Ortizadapter: Send the Devices property changed earlier
2012-09-13 Olivier Guiterbluetooth: Support malformed oob record
2012-09-07 Olivier Guiterbluetooth: Fix default adapter check
2012-09-07 Wiktor Lawskiadapter: Fix SetProperty error message
2012-09-07 Wiktor Lawskiplugins: Improve code & comments formatting
2012-08-23 Olivier Guiterndef: Fix parse_mime_type() parameter name
2012-08-23 Ravi kumar Veeramallytag: Caching type3 tag IC type information
2012-08-23 Samuel Ortizorg.neard.conf: Add the NDEF Agent interface sending...
2012-08-23 Samuel Ortizagent: Parse tags and devices records
2012-08-23 Samuel Ortizagent: Send Release method when freeing an NDEF agent
2012-08-23 Samuel Ortizndef: Export the record type field to the neard core
2012-08-23 Samuel Ortizndef: Build a record type string for each NDEF record
2012-08-16 Szymon Jancnetlink: Fix return value when NLA_PUT_* macros are...
2012-08-14 Szymon Jancndef: Fix returned error code in near_ndef_count_records
2012-08-14 Szymon Jancbluetooth: Fix EIR parsing
2012-08-14 Szymon JancFix some common spelling errors and typos
2012-08-14 Szymon JancFix some whitespace issues
2012-08-07 Ravi kumar Veeramallytag: Verify tag content only when the write part succeeded
next