platform/upstream/neard.git
2012-02-24 Samuel Ortizmain: Support for general settings
2012-02-24 Ravi kumar... test: Python script to publish text, uri and sp records
2012-02-24 Ravi kumar... adapter: Implement Publish SmartPoster method on adapter
2012-02-24 Ravi kumar... adapter: Implement Publish URI method on adapter
2012-02-24 Ravi kumar... adapter: Refactor adapter record publish code
2012-02-24 Ravi kumar... ndef: Provide method to get uri prefix
2012-02-24 Ravi kumar... nfctype4: Coding style fix
2012-02-24 Ravi kumar... nfctype3: Coding style fix
2012-02-24 Ravi kumar... nfctype2: Coding style fix
2012-02-24 Ravi kumar... nfctype1: Coding style fix
2012-02-23 Samuel Ortiznfctype4: Implement check_presence
2012-02-23 Samuel Ortiznfctype2: Implement check_presence
2012-02-23 Samuel Ortiznfctype1: Implement check_presence
2012-02-23 Samuel Ortiznfctype3: Implement check_presence
2012-02-23 Samuel Ortizadapter: Disconnect when tag read failed
2012-02-23 Samuel Ortizadapter: Polling loop implementation
2012-02-23 Samuel Ortizadapter: Remove target from the adapter hash when disco...
2012-02-23 Samuel Ortizadapter: Factorize adapter start poll code
2012-02-21 Samuel Ortizadapter: Integrate DEP control into connect/disconnect
2012-02-21 Samuel Ortiznetlink: Check for POWERED not for INDEX
2012-02-10 Ravi kumar... nfctype3: Fix write code path error conditions
2012-02-10 Ravi kumar... plugins: Move connect and disconnect calls away from...
2012-02-10 Samuel Ortizp2p: Read function should return a boolean
2012-02-09 Samuel Ortiztag: Use kernel definitions for tag protocols
2012-02-09 Samuel Ortiztarget: Remove useless check from find_tag_type
2012-02-09 Samuel Ortiztarget: tag is a p2p device if DEP_MASK is enabled
2012-02-07 Samuel Ortiznetlink: Disconnect adapter when MAC is down
2012-02-07 Ravi kumar... nfctype3: Fixed double free and error conditions
2012-02-07 Ravi kumar... nfctype3: Tag writing support
2012-02-06 Samuel Ortiztarget: Improve tag addition API
2012-02-06 Samuel Ortizmailmap: Initial commit
2012-02-06 Ravi kumar... nfctype3: Fixed reader code path errors
2012-02-06 Samuel Ortiztlv: Simplify tlv parsing API
2012-02-06 Samuel Ortizndef: Support unknown MIME types
2012-02-06 Samuel Ortizplugins: Define tag priorities
2012-02-06 Samuel Ortiztag: Add tag driver priorities
2012-02-03 Ravi kumar... tag: Caching type3 tag manufacturer ID and attribute...
2012-02-03 Samuel Ortizhandover: Initial skeleton for peer to peer handover...
2012-02-03 Samuel Ortizsnep: Remove unused definition
2012-02-03 Samuel Ortizp2p: Factorize bind and listening routines
2012-02-02 Samuel Ortizndef: Coding style fix
2012-02-01 Samuel Ortizsnep: Parse the read NDEF
2012-02-01 Samuel Ortizsnep: Support fragmented NDEFs
2012-02-01 Samuel Ortizndef: Support for all NFC defined URI prefixes
2012-01-31 Samuel Ortiztest: Override the default D-Bus timeout for setting...
2012-01-31 Samuel Ortiztest: Add enable and disable adapter scripts
2012-01-31 Samuel Ortizadapter: Implement Powered property handling
2012-01-31 Samuel Ortiznetlink: Check for device protocols attribute not being...
2012-01-31 Samuel Ortizadapter: Get the device powered status
2012-01-31 Samuel OrtizRelease 0.1 0.1
2012-01-31 Ravi kumar... nfctype4: Tag writing support
2012-01-31 Ravi kumar... tag: Caching type4 tag max NDEF size and APDU commandd...
2012-01-30 Ravi kumar... ndef: Fixed potential crash in ndef record memory free
2012-01-30 Olivier Guiterneard-ui: Switch to system bus
2012-01-30 Samuel OrtizREADME: Describe available options
2012-01-30 Samuel Ortizneard.conf: Add forgotten org.neard.conf
2012-01-30 Samuel Ortizneard.pc: Add forgotten neard.pc.in
2012-01-27 Samuel Ortiztest: Use system bus when publishing a record
2012-01-27 Ravi kumar... nfctype1: Tag writing support
2012-01-27 Ravi kumar... nfctype2: Tag writing support
2012-01-27 Ravi kumar... adapter: Check ndef queue and call tag writing
2012-01-27 Ravi kumar... target: Provide method to get tag from target structure
2012-01-27 Ravi kumar... tag: Add memory layout enum to tag structure
2012-01-27 Ravi kumar... tag: Add target_idx parameter to near_tag_io_cb prototype
2012-01-27 Ravi kumar... plugin: Move adapter_disconnect call away from plugins
2012-01-27 Ravi kumar... tag: Changed near_tag_get_ro function notation
2012-01-27 Ravi kumar... test: python script to publish text record
2012-01-27 ravikumar.veeramally... adapter: Implement Publish method on adapter
2012-01-27 Samuel Ortizmain: Move neard to the system bus
2012-01-27 Samuel OrtizREADME: Typo fixes and libnl dependency addition
2012-01-21 Samuel Ortizsnep: Send a "Not implemented" response to GET and...
2012-01-21 Samuel Ortizsnep: Initial support for receiving PUT requests
2012-01-21 Samuel Ortizp2p: Better listener event error handling
2012-01-21 Samuel Ortizsnep: Listener event implementation
2012-01-21 Samuel Ortizp2p: Replace DBG with near_error on error code paths
2012-01-21 Samuel Ortizp2p: Initial SNEP support
2012-01-21 Samuel Ortiznpp: Define NPP service name
2012-01-21 Samuel OrtizMakefile: Fix distcheck target
2012-01-21 Samuel Ortizp2p: Separate npp support from the core p2p one
2012-01-18 Samuel Ortizbluetooth: Use the right terminology for Bluetooth...
2012-01-18 Samuel Ortizbluetooth: Remove unused code
2012-01-18 Olivier Guitermain: Add bluetooth initialization
2012-01-18 Olivier Guiterndef: Add specific bluetooth mime type support
2012-01-18 Olivier GuiterMakefile: Add bluetooth.c to build system
2012-01-18 Olivier Guiterbluetooth: Add Bluetooth Secure Simple Pairing support
2012-01-18 Samuel Ortizfeatures: Writer mode status update
2012-01-18 Samuel OrtizTODO: Update
2012-01-14 Samuel Ortizdoc: Add an adapter publication API
2012-01-14 Olivier Guitertype1: Fix missing disconnect on wrong Magic NFC tag
2012-01-14 Samuel Ortiztarget: Export NFCID to plugins
2012-01-13 Samuel Ortiztarget: Propagate the NFCID to the target structure
2012-01-13 Samuel Ortiznetlink: Fetch NFCID1
2012-01-05 Ravi kumar... ndef: Remove offset parameter from smartposter record...
2012-01-05 Ravi kumar... ndef: Remove offset parameter from uri record parsing...
2012-01-05 Ravi kumar... ndef: Remove offset parameter from text record parsing...
2011-12-23 Samuel Ortizdoc: Remove NDEF removal API
2011-12-23 Samuel Ortiztag: NDEF addition framework
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-12-23 Samuel Ortizdoc: Modify StartEmulation prototype
2011-12-22 Ravi kumar... ndef: Double free error fix
next