summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-11-25phdc: Check for the sender identity before registering the agentSamuel Ortiz1-2/+16
2013-11-25nfctype1: Check for remaining space before memcpy'ing meta dataSamuel Ortiz1-0/+5
2013-11-25nfctype1: Check for remaining space before memcpy'ing dataSamuel Ortiz1-0/+5
2013-11-10adapter: Initial transition to managed objectsSamuel Ortiz1-2/+2
2013-10-30nfctype4: Do not release target after a succesful tag writeSamuel Ortiz1-1/+0
2013-10-11nfctype2: Remove not needed NULL assignmentSzymon Janc1-1/+0
2013-10-11nfctype1: Remove dead code from nfctype1_writeSzymon Janc1-5/+0
2013-09-23npp: Implement npp_pushSamuel Ortiz1-0/+42
2013-09-23npp: Fix npp_readSamuel Ortiz1-1/+12
2013-09-02phdc: Initial PHDC implementationOlivier Guiter3-0/+563
2013-09-02p2p: Add new_client method in p2p structOlivier Guiter2-3/+11
2013-09-02p2p: Add a user_data pointer to p2p structOlivier Guiter7-27/+44
2013-08-28p2p: Remove const from service and driver nameOlivier Guiter1-2/+2
2013-08-28p2p: Change p2p_register to look for service nameOlivier Guiter1-4/+7
2013-08-27nfctype4: Fix a memory leak in t4_readbin_ccLars Poeschel1-11/+1
2013-08-20plugins: Do not compare expression against NULLDaniel Wagner11-127/+127
2013-08-20plugins: Use stdbool instead gboolean or near_bool_tDaniel Wagner8-75/+75
2013-08-20plugins: Include stdbool.hDaniel Wagner11-16/+27
2013-08-19nfctype1: Use the right offset after the CCSamuel Ortiz1-5/+1
2013-07-30handover: Fix memory leak on reallocation errorSamuel Ortiz1-6/+10
2013-07-29handover: Fix incorrect NULL checkSyam Sidhardhan1-1/+1
2013-06-21ndef: Support receiving empty Handover select framesSamuel Ortiz1-0/+5
2013-06-18nfctype4: Fix segmentation fault on invalid access keyOlivier Guiter1-1/+1
2013-06-14npp: Fix memory leak on allocation errorGuillem Jover1-3/+4
2013-06-14p2p: Coding style violation fixesOlivier Guiter1-6/+6
2013-06-14p2p: Check for an already existing p2p driver from near_p2p_registerOlivier Guiter1-1/+11
2013-06-10validation: Add MIUX supportOlivier Guiter2-13/+36
2013-06-08snep: Fix SNEP fragmentationSamuel Ortiz1-0/+3
2013-06-03validation: Fix memory leak from llcp_send_dataOlivier Guiter1-7/+4
2013-05-30nfctype4: Add support for type4 B tagsSamuel Ortiz1-3/+19
2013-05-22p2p: Fall back to blocking sockets if the async connection failsSamuel Ortiz1-0/+85
2013-05-22p2p: Non blocking client socketSamuel Ortiz1-12/+103
2013-05-21p2p: Set connection timeoutSamuel Ortiz1-0/+12
2013-04-29nfctyp3: Set cookie cb to NULL when read succeedsArron Wang1-1/+1
2013-04-05llcp: Validation test serverOlivier Guiter3-0/+339
2013-04-05p2p: Add support for connection less bindingOlivier Guiter6-12/+37
2013-03-28snep-validation: Fix compilation on ARM due to unaligned memory accessSzymon Janc1-1/+1
2013-03-27p2p: Support for single connection serverSamuel Ortiz2-43/+65
2013-03-20snep: SNEP core moved from plugins to coreMarcin MaƂagowski6-960/+35
2013-03-15nfctype2: Get the actual tag data length when trying to write an NDEFSamuel Ortiz1-2/+4
2013-03-04snep: Fix missing call to snep_exitSzymon Janc1-0/+1
2013-03-04nfctyp3: Remove set but not used variableSzymon Janc1-3/+0
2013-02-21p2p: Remove client data from the server client list when channel closesSamuel Ortiz1-0/+10
2013-02-21snep-validation: Remove DBG statement from init and exit routinesSamuel Ortiz1-4/+0
2013-02-15p2p: Do not try to bind if LLCP is not supportedSamuel Ortiz1-2/+7
2013-02-14nfctype3: Do not call write callback if the initial write command succeedsOlivier Guiter1-1/+1
2013-02-12snep: Fix Android's handover over SNEP supportOlivier Guiter2-2/+11
2013-02-12handover: Reply with no ACs when getting an Hr with an empty AC listOlivier Guiter1-1/+3
2013-01-31include: Add a copy of the NFC kernel headerSamuel Ortiz11-11/+11
2013-01-31p2p: Fix memory leak in p2p_listener_eventSzymon Janc1-0/+2