summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Release 0.12upstream/0.120.12Samuel Ortiz2-1/+14
2013-06-21device: Pass the NDEF push cb status back to the callerSamuel Ortiz1-1/+1
2013-06-21error: Add I/O error routineSamuel Ortiz2-0/+9
2013-06-21ndef: Support receiving empty Handover select framesSamuel Ortiz2-0/+12
2013-06-20ndef: Send empty WiFi carrier in Hr message when running as a STARavi kumar Veeramally1-3/+43
2013-06-20ndef: Implement static handoverSamuel Ortiz3-0/+11
2013-06-20ndef: Generalize near_ndef_prepare_hr_message()Samuel Ortiz1-34/+68
2013-06-20test: Check for dump-* scripts argumentSamuel Ortiz3-0/+12
2013-06-20test: Explicitely unregister the NDEF agent when being interruptedSamuel Ortiz1-1/+5
2013-06-19ndef: Rename near_ndef_prepare_hs_messageSamuel Ortiz1-2/+2
2013-06-19ndef: Rename build_ho_recordSamuel Ortiz1-5/+5
2013-06-19nfctool: sniffer: Dump unknown WSC data elementsSamuel Ortiz1-0/+5
2013-06-19gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida1-0/+4
2013-06-18nfctool: sniffer: Decode application/vnd.wfa.wsc MIME recordsSamuel Ortiz1-0/+55
2013-06-18test: Add MIME type to the Device pushing optionsSamuel Ortiz2-0/+10
2013-06-18ndef: Fallback to the WiFi agent when missing an SSIDSamuel Ortiz1-2/+34
2013-06-18nfctype4: Fix segmentation fault on invalid access keyOlivier Guiter1-1/+1
2013-06-14bluetooth: Fix memory leaks on error or when not pairingGuillem Jover1-1/+4
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-14nfctool: sniffer: Print Handover I frames as NDEFSamuel Ortiz1-0/+9
2013-06-14nfctool: sniffer: CONNECT and CC frames trackingSamuel Ortiz2-0/+62
2013-06-14nfctool: sniffer: Handle Bluetooth Handover recordsSamuel Ortiz1-4/+105
2013-06-13nfctool: sniffer: Output the MIME type valueSamuel Ortiz1-5/+30
2013-06-13nfctool: sniffer: A record's TNF is not a booleanSamuel Ortiz1-1/+1
2013-06-13nfctool: sniffer: Support multiple records per NDEFSamuel Ortiz1-18/+21
2013-06-12agent: Do not call NDEF agent Release when agent leavesSamuel Ortiz1-7/+16
2013-06-12test: Fix Text NDEF representationSamuel Ortiz2-3/+9
2013-06-12ndef: Do not fail if NDEF record MIME type is not a handover oneSamuel Ortiz1-5/+6
2013-06-10adapter: Pass the right adapter index when auto powering adaptersSamuel Ortiz1-1/+1
2013-06-10validation: Add MIUX supportOlivier Guiter2-13/+36
2013-06-08snep: Fix fragmented GETSamuel Ortiz1-0/+12
2013-06-08snep: Fix SNEP fragmentationSamuel Ortiz4-20/+41
2013-06-03validation: Fix memory leak from llcp_send_dataOlivier Guiter1-7/+4
2013-05-31doc: Fix NDEF agent GetNDEF prototypeSamuel Ortiz1-1/+1
2013-05-30nfctype4: Add support for type4 B tagsSamuel Ortiz1-3/+19
2013-05-30tag: Set type B tag type properlySamuel Ortiz1-0/+4
2013-05-30nfctool: sniffer: Fix fragmented SNEP outputSamuel Ortiz1-5/+8
2013-05-22p2p: Fall back to blocking sockets if the async connection failsSamuel Ortiz1-0/+85
2013-05-22p2p: Non blocking client socketSamuel Ortiz2-15/+103
2013-05-21p2p: Set connection timeoutSamuel Ortiz1-0/+12
2013-05-21nfctool: sniffer: Set the time string first character to 0Samuel Ortiz1-0/+2
2013-05-21nfctool: Power up the device when start pollThierry Escande1-0/+3
2013-05-21nfctool: Add command line options to power up or down a deviceThierry Escande4-1/+78
2013-05-08gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo1-0/+5
2013-05-08gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo1-0/+2
2013-05-03gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz1-7/+18
2013-05-03nfctool: sniffer: Add NDEF decoding supportThierry Escande5-6/+232
2013-05-03nfctool: sniffer: Reduce hexa dump line widthThierry Escande1-5/+19