summaryrefslogtreecommitdiff
path: root/plugins/npp.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-14npp: Fix memory leak on allocation errorGuillem Jover1-3/+4
2013-04-05p2p: Add support for connection less bindingOlivier Guiter1-0/+1
2013-01-31include: Add a copy of the NFC kernel headerSamuel Ortiz1-1/+1
2012-09-13handover: Add fallback code for p2p servicesOlivier Guiter1-0/+1
2012-06-26device: Specify service name when pushing NDEFsSamuel Ortiz1-1/+1
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 Ortiz1-1/+1
2012-04-19device: Add device driver definitionSamuel Ortiz1-1/+1
2012-04-19target: Remove target layerSamuel Ortiz1-2/+5
2012-02-10p2p: Read function should return a booleanSamuel Ortiz1-3/+4
2012-02-06target: Improve tag addition APISamuel Ortiz1-6/+2
2012-02-06tlv: Simplify tlv parsing APISamuel Ortiz1-1/+1
2012-02-03p2p: Factorize bind and listening routinesSamuel Ortiz1-105/+24
2012-01-21p2p: Better listener event error handlingSamuel Ortiz1-1/+7
2012-01-21p2p: Replace DBG with near_error on error code pathsSamuel Ortiz1-4/+4
2012-01-21npp: Define NPP service nameSamuel Ortiz1-2/+4
2012-01-21p2p: Separate npp support from the core p2p oneSamuel Ortiz1-0/+229