aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-26gdbus/client: Allow specifying ObjectManager pathArman Uguray2-6/+22
2015-03-26gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray1-1/+2
2015-03-26gdbus: Fix not calling disconnect functionSzymon Janc1-3/+4
2015-03-26gdbus: Don't refresh objects/props if disconnectedArman Uguray1-5/+8
2014-12-08build: Add se binaries and generated files to .gitignoreMarcel Holtmann1-0/+2
2014-12-08Release 0.150.15Samuel Ortiz2-1/+16
2014-12-01agent: Fix missing Agent free after removalAndreas Bender1-0/+3
2014-11-28Revert "adapter: Prioritize p2p when discovering multiple targets"Samuel Ortiz3-113/+44
2014-11-28tag: Differentiate between Type 4A and 4B tagsMark A. Greer1-1/+4
2014-11-28nfctype2: Byte 0 of Type 2 CC must be 0xe1Mark A. Greer1-2/+2
2014-10-20build: Update gitignore rules for new automake test suite and systemd fileGuillem Jover1-0/+4
2014-10-20build: Install aclocal files into an m4 directoryGuillem Jover4-0/+5
2014-10-20build: Unify and centralize plugindir default to be PKGLIBDIR/pluginsGuillem Jover3-8/+7
2014-10-20build: Do not expand libdir variableGuillem Jover1-1/+3
2014-10-20build: Do not set default prefix to the same autoconf defaultGuillem Jover1-2/+0
2014-10-20build: Always run the unit tests regardless of the tools being builtGuillem Jover1-2/+1
2014-10-20build: Move unit tests from noinst_PROGRAMS to check_PROGRAMSGuillem Jover1-1/+1
2014-10-20build: Move files from AC_OUTPUT to AC_CONFIG_FILESGuillem Jover1-1/+2
2014-10-20build: Use AC_LANG instead of obsolete AC_LANG_CGuillem Jover1-1/+1
2014-10-20build: Namespace local macros with NEARD_ instead of AC_ or nothingGuillem Jover2-7/+7
2014-10-20build: Use LT_INIT instead of AC_DISABLE_STATIC and AC_PROG_LIBTOOLGuillem Jover1-2/+1
2014-10-20build: Use AS_HELP_STRING instead of obsolete AC_HELP_STRINGGuillem Jover1-15/+15
2014-10-20build: Add project mailing list to configure contact addressGuillem Jover1-1/+1
2014-09-15gdbus: Fix match rule for NameOwnerChangedAlban Crequy1-1/+2
2014-09-08gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz1-2/+8
2014-09-08gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz1-1/+0
2014-09-08Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz1-7/+1
2014-09-08gdbus: Fix use after freeAndrei Emeltchenko1-3/+8
2014-09-08gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi1-2/+12
2014-08-18adapter: Retry constant polling for busy AdapterAndreas Bender1-2/+11
2014-08-18adapter: Prioritize p2p when discovering multiple targetsVincent Cuissard3-44/+113
2014-08-18AUTHORS: Mention Vincent's contributionsSamuel Ortiz1-0/+1
2014-08-18nfctype5: Support 16 bits block numbers encodingVincent Cuissard1-1/+7
2014-08-18nfctype5: RMB supportVincent Cuissard1-30/+88
2014-08-18nfctype4: Fix tag reading procedure for DESFire V1Vincent Cuissard1-5/+19
2014-08-18nfctype1: Improve the check_presence hookVincent Cuissard1-1/+1
2014-08-18nfctype1: Fix dynamic tag readVincent Cuissard1-21/+142
2014-06-30Makefile: add missing binaries to dependency on local_headersRoss Burton1-1/+8
2014-06-30neard.service.in: set ExecStart correctly, remove NotifyAccessRoss Burton2-3/+2
2014-05-21doc: Add seeld D-Bus APISamuel Ortiz3-1/+129
2014-05-21AUTHORS: Mention Arron's contributionsSamuel Ortiz1-0/+1
2014-05-21ace: Add length option for get refresh tag operationArron Wang2-4/+7
2014-05-21se: Add ace rule after we finished get SE operationArron Wang3-6/+7
2014-05-21se: Use callback function to handle the request dataArron Wang3-22/+11
2014-05-21se: Fix APDU double free when transceive failsArron Wang3-12/+8
2014-05-21se: Fix close channel errorArron Wang1-5/+3
2014-05-21tizen: Invoke user callback when have error before transceiveArron Wang1-10/+23
2014-05-21tizen: Use modem path as the key for modem_hashArron Wang1-9/+12
2014-05-21tizen: Change plugin name to tizenArron Wang1-1/+1
2014-05-21build: Enable seeld buildSamuel Ortiz4-7/+93
2014-05-21plugin: Include relative builtin.hSamuel Ortiz1-1/+1
2014-05-21dbus: Define neard's Secure element D-Bus interfaceSamuel Ortiz1-0/+11
2014-05-21se: Initial commitSamuel Ortiz16-0/+4320
2014-04-07ISO14443-B: Add support for ISO/IEC 14443-B ProtocolMark A. Greer3-2/+7
2014-04-07nfctype4: check_presence should select NDEF fileMark A. Greer1-2/+12
2014-04-07tag: Type 4: Extend tag structure to store Type 4 file IDMark A. Greer2-0/+19
2014-04-07nfctype4: Use correct P2 value for 'Select' commandsMark A. Greer1-1/+7
2014-04-07nfctype4: Handle NDEF file larger than Max R-APDU Data Size"Mark A. Greer1-1/+6
2014-04-07nfctype4: Read the proper number of byte of the NDEF fileMark A. Greer1-3/+5
2014-04-07nfctype4: Clean up parenthesis usageMark A. Greer1-3/+3
2014-03-24gdbus: Add g_dbus_proxy_set_property_arrayClaudio Takahasi2-0/+92
2014-03-19nfctype4: Only read necessary bytes to get NDEF file lengthMark A. Greer1-3/+2
2014-03-19nfctype4: Only do entire NDEF detection procedure onceMark A. Greer1-22/+38
2014-03-19nfctype4: Store r_apdu_max_size in tag structureMark A. Greer1-0/+4
2014-03-19tag: Extend tag structure to store Type 4 r_apdu_max_sizeMark A. Greer2-0/+19
2014-03-19nfctype4: Only call callback once when writingMark A. Greer1-1/+1
2014-03-19nfctype4: Constently handle ISO_*() failuresMark A. Greer1-81/+33
2014-03-19nfctype4: Make ISO_send_cmd() error handling consistentMark A. Greer1-1/+1
2014-03-19nfctype4: Fix 'struct type4_cmd' leak in ISO_send_cmd()Mark A. Greer1-1/+1
2014-03-06gdbus: Add g_dbus_client_set_ready_watch()Claudio Takahasi2-1/+20
2014-02-22AUTHORS: Mention Mark's contributionsSamuel Ortiz1-0/+1
2014-02-22iso15693: Add ISO/IEC 15693 Type 5 tag documentationMark A. Greer3-1/+7
2014-02-22iso15693: Add support for Type 5 tag formattingMark A. Greer1-0/+146
2014-02-22iso15693: Add support for Type 5 tag check_presenceMark A. Greer1-0/+60
2014-02-22iso15693: Add support for Type 5 tag writesMark A. Greer1-2/+50
2014-02-22iso15693: Add support for Type 5 tag readsMark A. Greer1-3/+266
2014-02-22iso15693: Add plugin for ISO/IEC 15693 Type 5 TagsMark A. Greer3-0/+510
2014-02-22iso15693: Store Type 5 tag-specific information and provide accessorsMark A. Greer2-0/+29
2014-02-22iso15693: Store DSFID and UID in tag structureMark A. Greer5-12/+102
2014-02-22iso15693: Add generic ISO/IEC 15693 protocol supportMark A. Greer3-0/+22
2014-02-22nfc_copy: Add ISO/IEC 15693 header file changes shared with kernelMark A. Greer1-1/+8
2014-02-22nfc_copy: Update nfc_copy.h to match Linux kernel's versionMark A. Greer1-0/+4
2014-02-18gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz1-4/+1
2014-02-18gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo1-10/+4
2014-02-18gdbus: Fix memory leakAnderson Lizardo1-0/+2
2014-02-12Revert "build: Resolve libtool warnings"Samuel Ortiz2-2/+0
2014-02-10build: Use standard variable namesJan Engelhardt2-7/+5
2014-02-10build: Put preprocessor flags into CPPFLAGSJan Engelhardt1-5/+5
2014-02-10build: Replace @a@ by ${a}Jan Engelhardt1-10/+10
2014-02-10build: Resolve libtool warningsJan Engelhardt2-0/+2
2014-02-10build: Trim bootstrap commandsJan Engelhardt2-6/+3
2014-01-20AUTHORS: Mention Al's contributionsSamuel Ortiz1-0/+1
2014-01-20build: Add support for systemd service configurationCho, Yu-Chen4-1/+66
2014-01-07phdc: Remove not needed NULL check from phdc_manager_disconnectSzymon Janc1-3/+0
2014-01-07phdc: Cleanup watch_id in phdc_manager_disconnectSzymon Janc1-0/+2
2014-01-07phdc: Fix using data pointer as key in phdc_manager_disconnectSzymon Janc1-1/+1
2014-01-07pgdc: Remove not needed NULL check in mgr_agent_releaseSzymon Janc1-3/+0
2014-01-07phdc: Minor code style fixesSzymon Janc1-7/+1
2014-01-05phdc: Cleanup free_mgr_data functionSzymon Janc1-4/+1
2014-01-04phdc: Fix possible NULL pointer dereferenceSzymon Janc1-1/+3
2013-12-12nfctool: Print error string out when failing to run a commandSamuel Ortiz1-0/+3
2013-12-10Release 0.140.14Samuel Ortiz2-1/+12
2013-12-07AUTHORS: Mention Timo's contributionsSamuel Ortiz1-0/+1
2013-12-07test: Add handover support with BlueZ 5Timo Mueller1-2/+57
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
2013-09-23npp: Fix npp_readSamuel Ortiz1-1/+12
2013-09-19Release 0.130.13Samuel Ortiz2-1/+12
2013-09-12gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz1-79/+56
2013-09-12gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz1-36/+37
2013-09-12gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz1-135/+38
2013-09-12gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz1-0/+2
2013-09-12gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz1-17/+8
2013-09-12gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz1-2/+6
2013-09-10gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz1-2/+2
2013-09-10gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2-64/+42
2013-09-10gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2-0/+14
2013-09-10gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz1-16/+53
2013-09-10nfctool: Add firmware download commandThierry Escande4-4/+100
2013-09-10nfctool: netlink: Pass attributes to registered callbacksThierry Escande1-1/+1
2013-09-10nfc_copy: Update nfc_copy.h with SE command and firmware download statusThierry Escande1-3/+7
2013-09-02phdc: API documentation and sample codeOlivier Guiter3-2/+276
2013-09-02neard: Change in dbus conf to allow PHDC managers and agentsOlivier Guiter1-0/+2
2013-09-02phdc: Initial PHDC implementationOlivier Guiter4-1/+565
2013-09-02p2p: Add new_client method in p2p structOlivier Guiter2-3/+11
2013-09-02p2p: Add a user_data pointer to p2p structOlivier Guiter10-37/+60
2013-09-02main: Use gboolean type in GOptionEntryPatrik Flykt3-4/+4
2013-08-28p2p: Remove const from service and driver nameOlivier Guiter1-2/+2
2013-08-28p2p: Change p2p_register to look for service nameOlivier Guiter1-4/+7
2013-08-28error: Add ENOMEM error string messageOlivier Guiter2-0/+9
2013-08-27nfctype4: Fix a memory leak in t4_readbin_ccLars Poeschel1-11/+1
2013-08-23bluetooth: Make the default adapter callback error less confusingSamuel Ortiz1-1/+1
2013-08-20AUTHORS: Mention Daniel's contributionsSamuel Ortiz1-0/+1
2013-08-20doc: Change coding style for NULL pointer checksDaniel Wagner1-7/+7
2013-08-20unit: Do not compare expression against NULLDaniel Wagner3-18/+18
2013-08-20tools: Do not compare expression against NULLDaniel Wagner8-69/+69
2013-08-20core: Do not compare expression against NULLDaniel Wagner13-450/+446
2013-08-20plugins: Do not compare expression against NULLDaniel Wagner11-127/+127
2013-08-20types: Remove near_bool_t definitionDaniel Wagner1-10/+0
2013-08-20unit: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-21/+21
2013-08-20tools: Use stdbool instead gboolean or near_bool_tDaniel Wagner7-46/+46
2013-08-20core: Use stdbool instead gboolean or near_bool_tDaniel Wagner13-228/+227
2013-08-20plugins: Use stdbool instead gboolean or near_bool_tDaniel Wagner8-75/+75
2013-08-20include: Use stdbool instead gboolean or near_bool_tDaniel Wagner4-9/+9
2013-08-20core: Include stdbool.hDaniel Wagner1-0/+1
2013-08-20include: Include stdbool.hDaniel Wagner4-0/+7
2013-08-20plugins: Include stdbool.hDaniel Wagner11-16/+27
2013-08-20tag: Use dbus_bool_t for D-Bus functionDaniel Wagner1-1/+3
2013-08-20adapter: Use dbus_bool_t for D-Bus functionsDaniel Wagner1-4/+9
2013-08-19nfctype1: Use the right offset after the CCSamuel Ortiz1-5/+1
2013-07-31src: Remove redundant include config.hSyam Sidhardhan1-4/+0
2013-07-31tag.h: Remove header declared but not definedSyam Sidhardhan1-1/+0