summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-06plugins: Define tag prioritiesSamuel Ortiz5-2/+7
2012-02-06tag: Add tag driver prioritiesSamuel Ortiz2-5/+18
2012-02-03tag: Caching type3 tag manufacturer ID and attribute blockRavi kumar Veeramally2-0/+48
2012-02-03handover: Initial skeleton for peer to peer handover supportSamuel Ortiz4-2/+74
2012-02-03snep: Remove unused definitionSamuel Ortiz1-2/+0
2012-02-03p2p: Factorize bind and listening routinesSamuel Ortiz4-237/+247
2012-02-02ndef: Coding style fixSamuel Ortiz1-5/+3
2012-02-01snep: Parse the read NDEFSamuel Ortiz1-0/+17
2012-02-01snep: Support fragmented NDEFsSamuel Ortiz1-15/+40
2012-02-01ndef: Support for all NFC defined URI prefixesSamuel Ortiz1-29/+49
2012-01-31test: Override the default D-Bus timeout for setting the powered propertySamuel Ortiz2-2/+2
2012-01-31test: Add enable and disable adapter scriptsSamuel Ortiz2-0/+46
2012-01-31adapter: Implement Powered property handlingSamuel Ortiz3-0/+69
2012-01-31netlink: Check for device protocols attribute not being NULLSamuel Ortiz1-1/+3
2012-01-31adapter: Get the device powered statusSamuel Ortiz4-8/+23
2012-01-31Release 0.10.1Samuel Ortiz2-1/+7
2012-01-31nfctype4: Tag writing supportRavi kumar Veeramally3-4/+171
2012-01-31tag: Caching type4 tag max NDEF size and APDU commandd max sizeRavi kumar Veeramally2-0/+41
2012-01-31ndef: Fixed potential crash in ndef record memory freeRavi kumar Veeramally1-27/+28
2012-01-30neard-ui: Switch to system busOlivier Guiter1-4/+4
2012-01-30README: Describe available optionsSamuel Ortiz1-0/+29
2012-01-30neard.conf: Add forgotten org.neard.confSamuel Ortiz1-0/+14
2012-01-30neard.pc: Add forgotten neard.pc.inSamuel Ortiz1-0/+13
2012-01-27test: Use system bus when publishing a recordSamuel Ortiz1-1/+1
2012-01-27nfctype1: Tag writing supportRavi kumar Veeramally3-3/+202
2012-01-27nfctype2: Tag writing supportRavi kumar Veeramally3-13/+215
2012-01-27adapter: Check ndef queue and call tag writingRavi kumar Veeramally1-0/+59
2012-01-27target: Provide method to get tag from target structureRavi kumar Veeramally2-0/+20
2012-01-27tag: Add memory layout enum to tag structureRavi kumar Veeramally4-1/+33
2012-01-27tag: Add target_idx parameter to near_tag_io_cb prototypeRavi kumar Veeramally7-9/+12
2012-01-27plugin: Move adapter_disconnect call away from pluginsRavi kumar Veeramally5-15/+8
2012-01-27tag: Changed near_tag_get_ro function notationRavi kumar Veeramally4-3/+3
2012-01-27test: python script to publish text recordRavi kumar Veeramally1-0/+19
2012-01-27adapter: Implement Publish method on adapterravikumar.veeramally@linux.intel.com1-0/+112
2012-01-27main: Move neard to the system busSamuel Ortiz8-16/+16
2012-01-27README: Typo fixes and libnl dependency additionSamuel Ortiz1-1/+2
2012-01-21snep: Send a "Not implemented" response to GET and CONTINUESamuel Ortiz1-0/+1
2012-01-21snep: Initial support for receiving PUT requestsSamuel Ortiz1-2/+93
2012-01-21p2p: Better listener event error handlingSamuel Ortiz2-2/+14
2012-01-21snep: Listener event implementationSamuel Ortiz1-0/+34
2012-01-21p2p: Replace DBG with near_error on error code pathsSamuel Ortiz2-6/+6
2012-01-21p2p: Initial SNEP supportSamuel Ortiz3-4/+120
2012-01-21npp: Define NPP service nameSamuel Ortiz2-2/+5
2012-01-21Makefile: Fix distcheck targetSamuel Ortiz2-1/+13
2012-01-21p2p: Separate npp support from the core p2p oneSamuel Ortiz4-204/+260
2012-01-18bluetooth: Use the right terminology for Bluetooth addressesSamuel Ortiz1-8/+8
2012-01-18bluetooth: Remove unused codeSamuel Ortiz1-3/+0
2012-01-18main: Add bluetooth initializationOlivier Guiter1-0/+2
2012-01-18ndef: Add specific bluetooth mime type supportOlivier Guiter2-1/+52
2012-01-18Makefile: Add bluetooth.c to build systemOlivier Guiter1-1/+1