summaryrefslogtreecommitdiff
path: root/lib/neardal_adapter.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Skip redundant adapter's data search.Oleg Zhurakivskyy1-2/+1
2014-07-28Change tag callbacks visibility to global.Oleg Zhurakivskyy1-2/+2
2014-07-28Fix C99 function to pointer conversion warning.Oleg Zhurakivskyy1-8/+8
2014-06-19Follow "Powered" property.Oleg Zhurakivskyy1-0/+6
2014-06-19Follow adapter's properties.Oleg Zhurakivskyy1-13/+53
2014-06-17Add adapter's properties proxy.Oleg Zhurakivskyy1-0/+15
2014-06-09Get adapter's properties.Oleg Zhurakivskyy1-9/+54
2014-05-21Fix cast warnings.Oleg Zhurakivskyy1-2/+2
2014-05-20Makefile cleanup.Oleg Zhurakivskyy1-7/+7
2012-12-17Agent: abstraction finished (handover and NDEF)Frederic PAUT1-1/+3
2012-12-11support for neard radio modeRavi kumar Veeramally1-0/+20
2012-12-05g_assert() replaced with NEARDAL_ASSERT().Frederic PAUT1-15/+16
2012-12-05Fix coding style and some commentsFrederic PAUT1-3/+2
2012-12-05Reorganize neardal context (neardal callbacks extracted)Frederic PAUT1-12/+12
2012-10-17Adding NFC device abstractionFrederic PAUT1-21/+184
2012-10-16Merge 'mobile' branchFrederic PAUT1-0/+1
2012-07-31Removing some traces, bug fixFrederic PAUT1-1/+1
2012-07-19Update for Neard 0.4 (introduce new start_poll as initiator/target or both)Frederic PAUT1-24/+28
2012-07-05starting code factoring to improve merging facility (with 'master' branch)Frederic PAUT1-107/+69
2012-06-21Renaming Target -> TagFrederic PAUT1-3/+3
2012-06-19Updating 'write()' method, updating .gitignoreFrederic PAUT1-41/+1
2012-04-26Remove unused includes, renaming target -> tag, updating Neard interfaces (xm...Frederic PAUT1-93/+90
2012-03-07Fix coding style (using checkpatch)Frederic PAUT1-27/+24
2012-03-07[adapter]: little bug fix (forgotten error code if no adapter)Frederic PAUT1-1/+3
2012-03-06global: remove Neardal Context Allocation/Desallocation (allocated statically)Frederic PAUT1-55/+42
2012-03-06migrate 'publish()' method to gdbusFrederic PAUT1-9/+16
2012-02-22Standardized typesFrederic PAUT1-2/+2
2012-02-22Chronology of the callbacks client invocation revisedFrederic PAUT1-8/+16
2012-02-16Migrating to GDBus (and remove dependencies to dbus-glib)Frederic PAUT1-220/+213
2012-02-08Initial revisionFrederic PAUT1-0/+549