summaryrefslogtreecommitdiff
path: root/src/adapter.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21adapter: Remove near_adapter_listSamuel Ortiz1-19/+0
2013-11-20adapter: Make the power cycle upon driver error configurableSamuel Ortiz1-6/+7
2013-11-18adapter: Catch polling errorsSamuel Ortiz1-0/+44
2013-11-11device: Create the Device D-Bus interface only when the DEP link is upSamuel Ortiz1-1/+10
2013-11-10tag: ObjectManager conversionSamuel Ortiz1-111/+2
2013-11-10adapter: Initial transition to managed objectsSamuel Ortiz1-125/+126
2013-10-14adapter: Implement TagFound signalSamuel Ortiz1-2/+11
2013-10-11adapter: Do not send a poll command when adapter is downSamuel Ortiz1-0/+5
2013-08-20core: Do not compare expression against NULLDaniel Wagner1-42/+42
2013-08-20core: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-35/+34
2013-08-20adapter: Use dbus_bool_t for D-Bus functionsDaniel Wagner1-4/+9
2013-07-03adapter: Restart polling when failing to connect to a new targetSamuel Ortiz1-2/+8
2013-06-28adapter: Add a DEP link establishment timerSamuel Ortiz1-0/+25
2013-06-10adapter: Pass the right adapter index when auto powering adaptersSamuel Ortiz1-1/+1
2013-04-11main.conf: Add DefaultPowered configurationSamuel Ortiz1-0/+9
2013-02-06adapter: Disconnect from the target when data read fails to startSamuel Ortiz1-1/+9
2013-01-08adapter: Fix memory leaks on adapter freeSzymon Janc1-0/+2
2012-12-06Fix coding style errors through the codeSzymon Janc1-1/+1
2012-11-29adapter: Update the Devices array before emitting the D-Bus signalSamuel Ortiz1-1/+6
2012-11-26adapter: Update the RF mode D-Bus propertySamuel Ortiz1-0/+22
2012-11-26adapter: Expose the adapter radio mode through D-BusSamuel Ortiz1-1/+27
2012-10-09adapter: Refactor function near_adapter_sendWiktor Lawski1-7/+16
2012-10-08tag: Don't check presence while busyDorota Moskal1-0/+33
2012-09-21adapter: Fix error message for StopPollLoopWiktor Lawski1-0/+3
2012-09-17adapter: Remove the linked device when DEP goes downSamuel Ortiz1-1/+7
2012-09-13tag: Remove redundant __near_tag_get_idx functionDorota Moskal1-2/+2
2012-09-13adapter: Send the Devices property changed earlierSamuel Ortiz1-2/+5
2012-09-07adapter: Fix SetProperty error messageWiktor Lawski1-2/+6
2012-08-14Fix some whitespace issuesSzymon Janc1-31/+21
2012-08-07adapter: Add a DEP state accessorSamuel Ortiz1-0/+13
2012-06-28adapter: Return a better error when powering an already powered adapterSamuel Ortiz1-1/+5
2012-06-22adapter: Early p2p bindingSamuel Ortiz1-0/+19
2012-06-01adapter: Default polling loop mode is InitiatorSamuel Ortiz1-1/+3
2012-05-31adapter: Set the DEP flag to false when a device is removedSamuel Ortiz1-4/+3
2012-05-26adapter: Add device addition APISamuel Ortiz1-0/+43
2012-05-26adapter: Implement new polling loop D-Bus APISamuel Ortiz1-5/+36
2012-05-25adapter: Fix GIOChannel leakVinicius Costa Gomes1-1/+1
2012-05-23Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-7/+7
2012-05-23Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-7/+12
2012-05-23Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-23Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-04adapter: Disconnect and check for presence when getting an I/O errorSamuel Ortiz1-5/+15
2012-04-24adapter: Restart polling when devices link goes downSamuel Ortiz1-0/+10
2012-04-20adapter: Remove the Publish methodSamuel Ortiz1-378/+4
2012-04-20adapter: Call devices changes from the device reader callbackSamuel Ortiz1-1/+1
2012-04-20adapter: Make adapter_set_dep_state private to neard coreSamuel Ortiz1-14/+1
2012-04-20tag: Change tag driver ops namingSamuel Ortiz1-2/+2
2012-04-19device: Add device listening code pathSamuel Ortiz1-15/+45
2012-04-19device: Add D-Bus interfaceSamuel Ortiz1-9/+90
2012-04-19adapter: Bypass the target layerSamuel Ortiz1-111/+110