summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31device: Fix free order in push_ndefSzymon Janc1-1/+1
2012-09-17device: Add a target index accessorSamuel Ortiz1-0/+5
2012-08-23agent: Parse tags and devices recordsSamuel Ortiz1-0/+2
2012-08-14Fix some whitespace issuesSzymon Janc1-1/+1
2012-08-07device: Don't try to push an NDEF when the DEP link is downSamuel Ortiz1-0/+5
2012-06-28device: Free the pushed NDEF instead of offloading that to p2p pluginsSamuel Ortiz1-5/+4
2012-06-28device: Async push_ndef returns NULL when reply is pendingSamuel Ortiz1-1/+1
2012-06-26device: Specify service name when pushing NDEFsSamuel Ortiz1-3/+62
2012-06-22adapter: Early p2p bindingSamuel Ortiz1-0/+2
2012-06-21p2p: Bind and listen only on a specific targetSamuel Ortiz1-2/+1
2012-05-26device: Check for NFCID length being greater than zeroSamuel Ortiz1-1/+1
2012-05-25device: Push is an asynchronous D-Bus methodSamuel Ortiz1-3/+2
2012-05-23Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-4/+4
2012-05-23Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-4/+11
2012-05-23Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-23Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-14device: Dbus reply to device Push request and message queueRavi kumar Veeramally1-3/+39
2012-05-03device: Implemented Push methodRavi kumar Veeramally1-0/+47
2012-04-23device: Export devices through the proper D-Bus interfaceSamuel Ortiz1-1/+1
2012-04-20device: Add data and records addition routinesSamuel Ortiz1-0/+53
2012-04-19device: Add device listening code pathSamuel Ortiz1-0/+16
2012-04-19device: Add device driver definitionSamuel Ortiz1-0/+29
2012-04-19device: Add D-Bus interfaceSamuel Ortiz1-0/+166
2012-04-19device: Initial commitSamuel Ortiz1-0/+79