summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-19device: Add device listening code pathSamuel Ortiz3-15/+62
2012-04-19device: Add device driver definitionSamuel Ortiz1-0/+29
2012-04-19device: Add D-Bus interfaceSamuel Ortiz3-9/+261
2012-04-19device: Initial commitSamuel Ortiz3-0/+86
2012-04-19ndef: Fix record pathSamuel Ortiz1-1/+1
2012-04-19target: Remove target layerSamuel Ortiz3-565/+0
2012-04-19adapter: Bypass the target layerSamuel Ortiz3-184/+405
2012-04-19tag: Add D-Bus interfaceSamuel Ortiz4-20/+217
2012-04-06netlink: Fix double free error when NFC is not built in the kernelSamuel Ortiz1-1/+6
2012-03-15ndef: Add some record header parsing verbositySamuel Ortiz1-0/+8
2012-03-10target: Fix mifare tag type namesOlivier Guiter1-2/+2
2012-02-28p2p: Check presence hook implementationSamuel Ortiz2-2/+32
2012-02-24adapter: Get the constant polling setting from main.confSamuel Ortiz1-5/+5
2012-02-24main: Support for general settingsSamuel Ortiz2-0/+65
2012-02-24adapter: Implement Publish SmartPoster method on adapterRavi kumar Veeramally1-0/+45
2012-02-24adapter: Implement Publish URI method on adapterRavi kumar Veeramally1-0/+79
2012-02-24adapter: Refactor adapter record publish codeRavi kumar Veeramally1-15/+17
2012-02-24ndef: Provide method to get uri prefixRavi kumar Veeramally2-1/+11
2012-02-23adapter: Disconnect when tag read failedSamuel Ortiz1-2/+7
2012-02-23adapter: Polling loop implementationSamuel Ortiz3-9/+125
2012-02-23adapter: Remove target from the adapter hash when disconnectingSamuel Ortiz1-0/+4
2012-02-23adapter: Factorize adapter start poll codeSamuel Ortiz1-12/+23
2012-02-21adapter: Integrate DEP control into connect/disconnectSamuel Ortiz1-1/+34
2012-02-21netlink: Check for POWERED not for INDEXSamuel Ortiz1-1/+1
2012-02-10plugins: Move connect and disconnect calls away from the pluginsRavi kumar Veeramally2-8/+23
2012-02-09tag: Use kernel definitions for tag protocolsSamuel Ortiz3-25/+39
2012-02-09target: Remove useless check from find_tag_typeSamuel Ortiz1-5/+0
2012-02-09target: tag is a p2p device if DEP_MASK is enabledSamuel Ortiz1-4/+3
2012-02-07netlink: Disconnect adapter when MAC is downSamuel Ortiz1-1/+26
2012-02-07nfctype3: Tag writing supportRavi kumar Veeramally1-0/+15
2012-02-06target: Improve tag addition APISamuel Ortiz3-6/+12
2012-02-06tlv: Simplify tlv parsing APISamuel Ortiz1-4/+7
2012-02-06ndef: Support unknown MIME typesSamuel Ortiz1-2/+3
2012-02-06tag: Add tag driver prioritiesSamuel Ortiz1-5/+13
2012-02-03tag: Caching type3 tag manufacturer ID and attribute blockRavi kumar Veeramally1-0/+44
2012-02-02ndef: Coding style fixSamuel Ortiz1-5/+3
2012-02-01ndef: Support for all NFC defined URI prefixesSamuel Ortiz1-29/+49
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-31nfctype4: Tag writing supportRavi kumar Veeramally1-0/+15
2012-01-31tag: Caching type4 tag max NDEF size and APDU commandd max sizeRavi kumar Veeramally1-0/+37
2012-01-31ndef: Fixed potential crash in ndef record memory freeRavi kumar Veeramally1-27/+28
2012-01-30neard.conf: Add forgotten org.neard.confSamuel Ortiz1-0/+14
2012-01-27nfctype1: Tag writing supportRavi kumar Veeramally1-1/+2
2012-01-27nfctype2: Tag writing supportRavi kumar Veeramally1-4/+36
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 Veeramally1-0/+18
2012-01-27tag: Add memory layout enum to tag structureRavi kumar Veeramally1-0/+18
2012-01-27tag: Add target_idx parameter to near_tag_io_cb prototypeRavi kumar Veeramally2-2/+3