device: Create the Device D-Bus interface only when the DEP link is up
[platform/upstream/neard.git] / src / device.c
2013-11-10 Samuel Ortizdevice: Create the Device D-Bus interface only when...
2013-11-10 Samuel Ortizdevice: Unregister Record before Device
2013-11-10 Samuel Ortizdevice: ObjectManager conversion
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-06-28 Samuel Ortizdevice: Cancel pending SNEP message when removing a...
2013-06-20 Samuel Ortizdevice: Pass the NDEF push cb status back to the caller
2013-06-20 Samuel Ortizndef: Implement static handover
2013-06-18 Samuel Ortiztest: Add MIME type to the Device pushing options
2013-05-22 Samuel Ortizp2p: Non blocking client socket
2013-02-15 Samuel Ortizdevice: Do not double free the device records list
2013-02-15 Samuel Ortizdevice: Do not open code the records freeing routine
2013-02-15 Samuel Ortizdevice: Send PropertyChanged signal when new records...
2013-01-31 Szymon Jancdevice: Fix free order in push_ndef
2012-09-17 Samuel Ortizdevice: Add a target index accessor
2012-08-23 Samuel Ortizagent: Parse tags and devices records
2012-08-14 Szymon JancFix some whitespace issues
2012-08-07 Samuel Ortizdevice: Don't try to push an NDEF when the DEP link...
2012-06-28 Samuel Ortizdevice: Free the pushed NDEF instead of offloading...
2012-06-28 Samuel Ortizdevice: Async push_ndef returns NULL when reply is...
2012-06-26 Samuel Ortizdevice: Specify service name when pushing NDEFs
2012-06-22 Samuel Ortizadapter: Early p2p binding
2012-06-21 Samuel Ortizp2p: Bind and listen only on a specific target
2012-05-26 Samuel Ortizdevice: Check for NFCID length being greater than zero
2012-05-25 Samuel Ortizdevice: Push is an asynchronous D-Bus method
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-14 Ravi kumar Veeramallydevice: Dbus reply to device Push request and message...
2012-05-03 Ravi kumar Veeramallydevice: Implemented Push method
2012-04-23 Samuel Ortizdevice: Export devices through the proper D-Bus interface
2012-04-20 Samuel Ortizdevice: Add data and records addition routines
2012-04-19 Samuel Ortizdevice: Add device listening code path
2012-04-19 Samuel Ortizdevice: Add device driver definition
2012-04-19 Samuel Ortizdevice: Add D-Bus interface
2012-04-19 Samuel Ortizdevice: Initial commit