summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-09nfctype1: Call callback function while freeing cookieDorota Moskal1-18/+8
2012-10-09mifare: Correct memory leaksDorota Moskal1-14/+37
2012-10-09mifare: Check access rights while writingDorota Moskal1-2/+126
2012-10-09mifare: Add Readonly flag supportDorota Moskal1-6/+130
2012-10-09mifare: Correct processing MADsDorota Moskal1-4/+34
2012-10-09mifare: Fix possible NULL pointer dereference in reading loopDorota Moskal1-1/+1
2012-10-09nfctypes: Reduce amount of goto statementsWiktor Lawski2-175/+89
2012-10-09nfctypes: Simplify returning error codesWiktor Lawski4-103/+41
2012-10-09adapter: Refactor function near_adapter_sendWiktor Lawski5-162/+93
2012-10-01handover: Try to send HS only if message preparation succeedSzymon Janc1-0/+4
2012-09-27handover: Correct FRAME_TYPE_OFFSET valueSzymon Janc1-1/+1
2012-09-21plugins: Refactor functions for releasing cookiesWiktor Lawski5-103/+64
2012-09-21nfctypes: Improve consequence of goto labelsWiktor Lawski4-93/+93
2012-09-21plugins: Standardize function signaturesWiktor Lawski2-20/+22
2012-09-21nfctype1: Refactor nfctype1_readWiktor Lawski1-38/+45
2012-09-21nfctype1: Improve nfctype1_read readabilityWiktor Lawski1-1/+1
2012-09-21p2p: Fix not freed channel allocated in p2p_bindWiktor Lawski1-0/+1
2012-09-21nfctype1: Fix possible memory leak in meta_recvWiktor Lawski1-0/+3
2012-09-21snep: Add handover select frame checkOlivier Guiter1-1/+6
2012-09-13mifare: Correct comments format and DBG messageDorota Moskal1-34/+43