summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-20build: Update gitignore rules for new automake test suite and systemd fileupstreamGuillem 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