platform/upstream/neard.git
2012-04-19 Samuel Ortizadapter: Bypass the target layer
2012-04-19 Samuel Ortiztag: Add D-Bus interface
2012-04-19 Samuel OrtizRelease 0.2 0.2
2012-04-16 Marcel Holtmanngdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD...
2012-04-16 Marcel Holtmannbuild: Require D-Bus 1.2 or later
2012-04-10 Olivier Guiterconfigure: Glib version check updated
2012-04-06 Samuel Ortizp2p: Remove client watch when the listener goes down
2012-04-06 Samuel Ortizp2p: Do not report HUP as an IO error
2012-04-06 Samuel Ortiznetlink: Fix double free error when NFC is not built...
2012-04-05 Anderson Lizardogdbus: Use destroy callback for service watch
2012-04-05 Syam Sidhardhangdbus: Fix white space coding style issue
2012-03-16 Ravi kumar... nfctype4: Memory leak fix
2012-03-16 Samuel Ortizp2p: Use the glist API to free the connected client...
2012-03-16 Olivier Guitermifare: Add MIFARE read support to type2 plugin
2012-03-16 Olivier Guitermifare: Initial support for reading MIFARE 1k 2k and...
2012-03-15 Samuel Ortizndef: Add some record header parsing verbosity
2012-03-15 Samuel Ortizsnep: Adapt to the latest p2p changes
2012-03-15 Samuel Ortizp2p: Poll on client file descriptor for reading
2012-03-13 Samuel Ortizdoc: Fix adapter-api.txt default mode
2012-03-10 Olivier Guitertarget: Fix mifare tag type names
2012-03-02 Ravi kumar... nfctype2: Memory leak fix
2012-03-02 Ravi kumar... nfctype1: Memory leak fix
2012-03-02 Ravi kumar... nfctype3: Memory leak fix
2012-02-28 Samuel Ortizp2p: Check presence hook implementation
2012-02-24 Samuel Ortizadapter: Get the constant polling setting from main...
2012-02-24 Samuel Ortizbootstrap-configure: Add sysconfdir setting
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
next