summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-05-25snep: Removed unnecessary NDEF TLV additionRavi kumar Veeramally1-6/+3
2012-05-25snep: Fixed snep read fragmentationRavi kumar Veeramally1-3/+7
2012-05-25snep: Add SNEP version to the SNEP responseSamuel Ortiz1-0/+1
2012-05-17snep: Fix typo in SNEP push max fragment lengthRavi kumar Veeramally1-1/+1
2012-05-14snep: Implement SNEP Push fragmentationRavi kumar Veeramally1-15/+252
2012-05-09p2p: Close server socket when getting a polling errorSamuel Ortiz1-3/+5
2012-05-03snep: Implement initial part of snep push methodRavi kumar Veeramally3-0/+99
2012-04-27mifare: Parse the complete tag bufferSamuel Ortiz1-2/+9
2012-04-27nfctype1: Read UID before reading all when NFCID is not setSamuel Ortiz1-6/+71
2012-04-26nfctype1: Append UID to type 1 commandsSamuel Ortiz1-4/+57
2012-04-20tag: Change tag driver ops namingSamuel Ortiz5-20/+20
2012-04-20snep: Parse TLVs and add records to the device structureSamuel Ortiz1-5/+11
2012-04-20npp: Parse TLVs and add records to the device structureSamuel Ortiz1-4/+6
2012-04-20ndef: Remove NDEF and TLV parsing routines tag dependenciesSamuel Ortiz7-15/+31
2012-04-19device: Add device listening code pathSamuel Ortiz1-1/+0
2012-04-19device: Add device driver definitionSamuel Ortiz5-29/+14
2012-04-19target: Remove target layerSamuel Ortiz9-12/+11
2012-04-19adapter: Bypass the target layerSamuel Ortiz5-18/+47
2012-04-19tag: Add D-Bus interfaceSamuel Ortiz4-13/+5
2012-04-06p2p: Remove client watch when the listener goes downSamuel Ortiz1-0/+6
2012-04-06p2p: Do not report HUP as an IO errorSamuel Ortiz1-2/+9
2012-03-16nfctype4: Memory leak fixRavi kumar Veeramally1-1/+1
2012-03-16p2p: Use the glist API to free the connected client nodesSamuel Ortiz1-15/+6
2012-03-16mifare: Add MIFARE read support to type2 pluginOlivier Guiter1-2/+16
2012-03-16mifare: Initial support for reading MIFARE 1k 2k and 4k tagsOlivier Guiter1-0/+653
2012-03-15snep: Adapt to the latest p2p changesSamuel Ortiz1-52/+107
2012-03-15p2p: Poll on client file descriptor for readingSamuel Ortiz2-37/+109
2012-03-02nfctype2: Memory leak fixRavi kumar Veeramally1-2/+17
2012-03-02nfctype1: Memory leak fixRavi kumar Veeramally1-2/+16
2012-03-02nfctype3: Memory leak fixRavi kumar Veeramally1-2/+15
2012-02-28p2p: Check presence hook implementationSamuel Ortiz2-3/+22
2012-02-24nfctype4: Coding style fixRavi kumar Veeramally1-18/+18
2012-02-24nfctype3: Coding style fixRavi kumar Veeramally1-21/+21
2012-02-24nfctype2: Coding style fixRavi kumar Veeramally1-16/+16
2012-02-24nfctype1: Coding style fixRavi kumar Veeramally1-17/+17
2012-02-23nfctype4: Implement check_presenceSamuel Ortiz1-4/+54
2012-02-23nfctype2: Implement check_presenceSamuel Ortiz1-4/+42
2012-02-23nfctype1: Implement check_presenceSamuel Ortiz1-4/+43
2012-02-23nfctype3: Implement check_presenceSamuel Ortiz1-4/+49
2012-02-10nfctype3: Fix write code path error conditionsRavi kumar Veeramally1-4/+8
2012-02-10plugins: Move connect and disconnect calls away from the pluginsRavi kumar Veeramally4-101/+9
2012-02-10p2p: Read function should return a booleanSamuel Ortiz5-21/+30
2012-02-09tag: Use kernel definitions for tag protocolsSamuel Ortiz5-5/+5
2012-02-07nfctype3: Fixed double free and error conditionsRavi kumar Veeramally1-5/+8
2012-02-07nfctype3: Tag writing supportRavi kumar Veeramally1-2/+253
2012-02-06target: Improve tag addition APISamuel Ortiz6-15/+7
2012-02-06nfctype3: Fixed reader code path errorsRavi kumar Veeramally1-6/+24
2012-02-06tlv: Simplify tlv parsing APISamuel Ortiz4-10/+15
2012-02-06plugins: Define tag prioritiesSamuel Ortiz5-2/+7
2012-02-03handover: Initial skeleton for peer to peer handover supportSamuel Ortiz3-0/+71