Add packaging directory
[platform/upstream/neard.git] / src / adapter.c
2013-11-21 Samuel Ortizadapter: Remove near_adapter_list
2013-11-20 Samuel Ortizadapter: Make the power cycle upon driver error configu...
2013-11-18 Samuel Ortizadapter: Catch polling errors
2013-11-10 Samuel Ortizdevice: Create the Device D-Bus interface only when...
2013-11-10 Samuel Ortiztag: ObjectManager conversion
2013-11-10 Samuel Ortizadapter: Initial transition to managed objects
2013-10-13 Samuel Ortizadapter: Implement TagFound signal
2013-10-11 Samuel Ortizadapter: Do not send a poll command when adapter is...
2013-08-20 Daniel Wagnercore: Do not compare expression against NULL
2013-08-20 Daniel Wagnercore: Use stdbool instead gboolean or near_bool_t
2013-08-20 Daniel Wagneradapter: Use dbus_bool_t for D-Bus functions
2013-07-03 Samuel Ortizadapter: Restart polling when failing to connect to...
2013-06-28 Samuel Ortizadapter: Add a DEP link establishment timer
2013-06-10 Samuel Ortizadapter: Pass the right adapter index when auto powerin...
2013-04-11 Samuel Ortizmain.conf: Add DefaultPowered configuration
2013-02-06 Samuel Ortizadapter: Disconnect from the target when data read...
2013-01-08 Szymon Jancadapter: Fix memory leaks on adapter free
2012-12-06 Szymon JancFix coding style errors through the code
2012-11-29 Samuel Ortizadapter: Update the Devices array before emitting the...
2012-11-26 Samuel Ortizadapter: Update the RF mode D-Bus property
2012-11-26 Samuel Ortizadapter: Expose the adapter radio mode through D-Bus
2012-10-09 Wiktor Lawskiadapter: Refactor function near_adapter_send
2012-10-08 Dorota Moskaltag: Don't check presence while busy
2012-09-21 Wiktor Lawskiadapter: Fix error message for StopPollLoop
2012-09-17 Samuel Ortizadapter: Remove the linked device when DEP goes down
2012-09-13 Dorota Moskaltag: Remove redundant __near_tag_get_idx function
2012-09-13 Samuel Ortizadapter: Send the Devices property changed earlier
2012-09-07 Wiktor Lawskiadapter: Fix SetProperty error message
2012-08-14 Szymon JancFix some whitespace issues
2012-08-07 Samuel Ortizadapter: Add a DEP state accessor
2012-06-28 Samuel Ortizadapter: Return a better error when powering an already...
2012-06-22 Samuel Ortizadapter: Early p2p binding
2012-06-01 Samuel Ortizadapter: Default polling loop mode is Initiator
2012-05-31 Samuel Ortizadapter: Set the DEP flag to false when a device is...
2012-05-26 Samuel Ortizadapter: Add device addition API
2012-05-26 Samuel Ortizadapter: Implement new polling loop D-Bus API
2012-05-25 Vinicius Costa Gomesadapter: Fix GIOChannel leak
2012-05-23 Henrique Dante de... Do not set signature and reply in GDBus tables
2012-05-23 Henrique Dante de... Convert GDBus methods and signals to use macro helpers
2012-05-23 Henrique Dante de... Constify GDBus signal tables
2012-05-23 Henrique Dante de... Constify GDBus method tables
2012-05-04 Samuel Ortizadapter: Disconnect and check for presence when getting...
2012-04-24 Samuel Ortizadapter: Restart polling when devices link goes down
2012-04-20 Samuel Ortizadapter: Remove the Publish method
2012-04-20 Samuel Ortizadapter: Call devices changes from the device reader...
2012-04-20 Samuel Ortizadapter: Make adapter_set_dep_state private to neard...
2012-04-20 Samuel Ortiztag: Change tag driver ops naming
2012-04-19 Samuel Ortizdevice: Add device listening code path
2012-04-19 Samuel Ortizdevice: Add D-Bus interface
2012-04-19 Samuel Ortizadapter: Bypass the target layer
2012-02-28 Samuel Ortizp2p: Check presence hook implementation
2012-02-24 Samuel Ortizadapter: Get the constant polling setting from main...
2012-02-24 Ravi kumar Veeramallyadapter: Implement Publish SmartPoster method on adapter
2012-02-24 Ravi kumar Veeramallyadapter: Implement Publish URI method on adapter
2012-02-24 Ravi kumar Veeramallyadapter: Refactor adapter record publish code
2012-02-23 Samuel Ortizadapter: Disconnect when tag read failed
2012-02-23 Samuel Ortizadapter: Polling loop implementation
2012-02-23 Samuel Ortizadapter: Remove target from the adapter hash when disco...
2012-02-23 Samuel Ortizadapter: Factorize adapter start poll code
2012-02-21 Samuel Ortizadapter: Integrate DEP control into connect/disconnect
2012-02-10 Ravi kumar Veeramallyplugins: Move connect and disconnect calls away from...
2012-02-09 Samuel Ortiztag: Use kernel definitions for tag protocols
2012-02-07 Ravi kumar Veeramallynfctype3: Tag writing support
2012-01-31 Samuel Ortizadapter: Implement Powered property handling
2012-01-31 Samuel Ortizadapter: Get the device powered status
2012-01-31 Ravi kumar Veeramallynfctype4: Tag writing support
2012-01-27 Ravi kumar Veeramallynfctype1: Tag writing support
2012-01-27 Ravi kumar Veeramallynfctype2: Tag writing support
2012-01-27 Ravi kumar Veeramallyadapter: Check ndef queue and call tag writing
2012-01-27 Ravi kumar Veeramallytag: Add target_idx parameter to near_tag_io_cb prototype
2012-01-27 Ravi kumar Veeramallyplugin: Move adapter_disconnect call away from plugins
2012-01-27 ravikumar.veeramal... adapter: Implement Publish method on adapter
2012-01-13 Samuel Ortiztarget: Propagate the NFCID to the target structure
2012-01-13 Samuel Ortiznetlink: Fetch NFCID1
2011-12-15 Samuel Ortizp2p: Initial NPP implementation
2011-12-15 Marcel Holtmannadapter: At least protect the AF_NFC hack ;)
2011-11-15 Samuel Ortizadapter: Remove all targets when starting a poll
2011-10-21 Samuel Ortiztarget: Set target type according to its protocol
2011-10-21 Samuel Ortizadapter: Support for multiple targets
2011-10-21 Samuel Ortizadapter: Call target add instead of the other way around
2011-10-21 Samuel Ortizadapter: Disconnect in case of IO error
2011-10-21 Samuel Ortizadapter: Fix compilation errors
2011-10-21 Samuel Ortiztag: Add reader callback support
2011-10-21 Samuel Ortizadapter: Only support one target
2011-10-21 Samuel Ortizadapter: Add receiver callback to the idle loop
2011-10-21 Samuel Ortizadapter: First IO API
2011-10-21 Samuel Ortizadapter: Targets is an array of object paths
2011-10-21 Samuel Ortizadapter: Port to the new kernel socket API
2011-10-21 Samuel Ortizadapter: Add routine to fetch the last found target
2011-10-21 Samuel Ortizadapter: Change connect/disconnect prototype
2011-10-21 Samuel Ortizadapter: Replace CurrentTarget with a target list
2011-10-21 Samuel Ortizadapter: CurrentTarget and Polling signal emission
2011-10-21 Samuel Ortizadapter: Export the connect API to plugins
2011-10-21 Samuel OrtizUse stdint types
2011-10-21 Samuel Ortizadapter: Connect/Diconnect API
2011-10-21 Samuel Ortizadapter: Add target adding/removing API
2011-10-21 Samuel Ortizadapter: Export CurrentTarget property
2011-10-21 Samuel Ortizadapter: Export the polling property
2011-10-21 Samuel Ortizadapter: Export protocols property
2011-10-21 Samuel Ortizadapter: Implement polling D-Bus hooks
next