summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Release 0.80.8Samuel Ortiz2-1/+10
2012-10-30netlink: Add netlink event socketSamuel Ortiz1-25/+44
2012-10-29ndef: Remove the cr record from Hs messageOlivier Guiter1-21/+37
2012-10-29ndef: Fix handover version checkOlivier Guiter1-2/+9
2012-10-24handover: Fix to allow two handover requestsOlivier Guiter2-9/+8
2012-10-24handover: Handle Handover frames without ac recordsOlivier Guiter1-6/+28
2012-10-24bluetooth: Extend mime_type with bluetooth propertiesOlivier Guiter3-15/+103
2012-10-24handover: Change carriers type to bitfieldOlivier Guiter3-19/+24
2012-10-24handover: Change behavior for empty (no ac) framesOlivier Guiter1-0/+6
2012-10-24ndef: Skip record header when parsing handover recordsSamuel Ortiz1-2/+1
2012-10-24ndef: Fix offset check when parsing NDEF recordsOlivier Guiter1-7/+4
2012-10-23agent: Push raw NDEF along with the matching recordSamuel Ortiz3-1/+21
2012-10-23ndef: Add records raw data to a D-Bus iteratorSamuel Ortiz2-0/+21
2012-10-23ndef: Export record's raw dataSamuel Ortiz2-0/+9
2012-10-22AUTHORS: Mention Krzysztof's contributionsSamuel Ortiz1-0/+1
2012-10-22ndef: Change near_ndef_parse function nameKrzysztof Lyczkowski7-9/+17
2012-10-22ndef: Use appropriate naming for record payload structuresKrzysztof Lyczkowski1-217/+213
2012-10-22ndef: Add randomizing function for Collision-RRKrzysztof Lyczkowski1-1/+3
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-12bluetooth: Do not use near_info for displaying successful pairing stringSamuel Ortiz1-1/+1
2012-10-12ndef: Use DBG instead of near_info for Hs preparation succes pathSamuel Ortiz1-1/+2
2012-10-11ndef: Parsing complete is not an errorSamuel Ortiz1-1/+2
2012-10-10Release 0.70.7Samuel Ortiz2-1/+12
2012-10-10tag: Correct NDEF header for tag type 1 and 2Dorota Moskal1-6/+22
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 Lawski7-170/+112
2012-10-09tag: Fix a possible double freeThierry Escande1-0/+1
2012-10-08tag: Add near_tag_get_blank functionDorota Moskal2-0/+6
2012-10-08tag: Dereference writing after reading new dataDorota Moskal1-5/+17
2012-10-08tag: Don't check presence while busyDorota Moskal3-8/+68
2012-10-05ndef: Set proper URI identifier when writing URI NDEFSamuel Ortiz1-9/+10
2012-10-01agent: Release handover agent on exitSzymon Janc1-5/+24
2012-10-01agent: Check if adding disconnect watch succeedSzymon Janc1-3/+5
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