summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-31snep: Check ndef length before applying Android workaroundSzymon Janc1-1/+1
2013-01-10types: Fix build error due to unaligned memory accessOlivier Guiter2-4/+4
2013-01-09snep: SNEP validation test server implementationOlivier Guiter2-0/+265
2013-01-09snep: Separate snep default server code from snep coreOlivier Guiter5-600/+972
2012-12-10p2p: Make p2p_push more robustSamuel Ortiz1-4/+10
2012-12-06Fix coding style errors through the codeSzymon Janc2-2/+2
2012-11-20nfctype3: Sending the POLL command should be the default behaviourSamuel Ortiz1-2/+1
2012-11-14Use handover agent for Bluetooth dataSzymon Janc4-43/+21
2012-10-24handover: Fix to allow two handover requestsOlivier Guiter2-9/+8
2012-10-24handover: Change carriers type to bitfieldOlivier Guiter1-1/+1
2012-10-24handover: Change behavior for empty (no ac) framesOlivier Guiter1-0/+6
2012-10-22ndef: Change near_ndef_parse function nameKrzysztof Lyczkowski4-6/+6
2012-10-15p2p: Close a created socket if it's already boundSamuel Ortiz1-0/+1
2012-10-12handover: No need to explicitely close the server socketSamuel Ortiz1-3/+3
2012-10-12handover: Unref client push channel after adding the watchSamuel Ortiz1-2/+5
2012-10-09nfctype4: Call write callback when writing failedDorota Moskal1-8/+32
2012-10-09nfctype3: Call write callback when writing failedDorota Moskal1-7/+26
2012-10-09nfctype3: Call callback function while freeing cookieDorota Moskal1-47/+13
2012-10-09nfctype2: Call write callback when writing failedDorota Moskal1-13/+30
2012-10-09nfctype2: Call callback function while freeing cookieDorota Moskal1-16/+8
2012-10-09nfctype1: Call write callback when writing failedDorota Moskal1-7/+30