summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-07test: Move paired device removal to separate methodTimo Mueller1-9/+14
2013-11-25netlink: Check for netlink message sender PIDSamuel Ortiz1-0/+7
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-25test: Display device properties from the list commandSamuel Ortiz1-0/+5
2013-11-25device: Implement Adapter propertySamuel Ortiz2-3/+33
2013-11-25test: Display tag properties from the list commandSamuel Ortiz1-0/+13
2013-11-25tag: Implement Adapter propertySamuel Ortiz2-2/+28
2013-11-21main: Call agent_init firstSamuel Ortiz1-2/+2
2013-11-21adapter: Remove near_adapter_listSamuel Ortiz2-20/+0
2013-11-20nfctool: Fix snep-decode potential overflowSamuel Ortiz1-0/+4
2013-11-20nfctool: Fix llcp-decode potential overflowSamuel Ortiz1-2/+2
2013-11-20adapter: Make the power cycle upon driver error configurableSamuel Ortiz4-6/+26
2013-11-18adapter: Catch polling errorsSamuel Ortiz3-2/+59
2013-11-18netlink: Expose NL_CB_FINISH handlerSamuel Ortiz1-5/+27
2013-11-13agent: Export matching record payload from GetNDEFSamuel Ortiz3-1/+17
2013-11-13ndef: Implement record payload getterSamuel Ortiz2-0/+9
2013-11-13agent: Only print matching record from NDEF agent's GetNDEFSamuel Ortiz2-29/+10
2013-11-11gdbus: Fix trying to remove already removed sourcesBastien Nocera1-0/+3
2013-11-11test: Port bt-handover to the ObjectManager interfaceSamuel Ortiz1-32/+34
2013-11-11device: Create the Device D-Bus interface only when the DEP link is upSamuel Ortiz3-6/+19
2013-11-11agent: Keep legacy interfaces for a few more releasesSamuel Ortiz1-0/+14
2013-11-10test: Fix test-tag whitespace damageSamuel Ortiz1-3/+3
2013-11-10tag: Remove trailing whitespacesSamuel Ortiz1-2/+2
2013-11-10test: Remove dump-recordSamuel Ortiz2-33/+1
2013-11-10tag: Create new path when writing a new RecordSamuel Ortiz1-5/+4
2013-11-10test: Add test-device scriptSamuel Ortiz1-0/+115
2013-11-10neardutils: Implement dump_all_recordsSamuel Ortiz2-9/+20
2013-11-10tag: Unregister Record before TagSamuel Ortiz1-6/+3
2013-11-10device: Unregister Record before DeviceSamuel Ortiz1-6/+3
2013-11-10ndef: ObjectManager conversionSamuel Ortiz4-170/+278
2013-11-10tag: ObjectManager conversionSamuel Ortiz9-367/+181
2013-11-10test: Fix test-adapter prototypeSamuel Ortiz1-9/+11
2013-11-10device: ObjectManager conversionSamuel Ortiz6-197/+36
2013-11-10adapter: Initial transition to managed objectsSamuel Ortiz22-684/+510
2013-11-05tag: Do not unref a NULL write messageSamuel Ortiz1-2/+4
2013-10-30nfctype4: Do not release target after a succesful tag writeSamuel Ortiz1-1/+0
2013-10-18ndef: Simplify the exported MIME type D-Bus type furtherSamuel Ortiz2-2/+2
2013-10-18ndef: Simplify D-Bus exported record type stringsSamuel Ortiz2-3/+5
2013-10-14gdbus: Remove not needed check for NULL DBusPendingCallSzymon Janc1-5/+0
2013-10-14gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc1-1/+10
2013-10-14adapter: Implement TagFound signalSamuel Ortiz4-30/+121
2013-10-11adapter: Do not send a poll command when adapter is downSamuel Ortiz1-0/+5
2013-10-11AUTHORS: Mention Dmytro's contributionsSamuel Ortiz1-0/+1
2013-10-11nfctool: Fix options typeDmytro Bagrii1-10/+10
2013-10-11build: Fix build in separate directoryDmytro Bagrii1-2/+2
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