summaryrefslogtreecommitdiff
path: root/obexd
Commit message (Expand)AuthorAgeFilesLines
...
* obexd/client: Add Target property to Session interfaceMartin2013-07-081-0/+22
* obexd: Re-add D-Bus session propertiesChristian Fetzer2013-06-301-1/+2
* obexd/MAP: Fix assigning pointer not value to 0Luiz Augusto von Dentz2013-06-261-1/+1
* obexd/MAP: Fix crash when receiving an event reportLuiz Augusto von Dentz2013-06-251-4/+4
* obexd: Notify registered notification handlers in MNSChristian Fetzer2013-06-251-7/+3
* obexd: Register notification handler in the MAP clientChristian Fetzer2013-06-251-0/+25
* obexd: Add MAP notification dispatchingChristian Fetzer2013-06-253-0/+136
* obexd: Add function to get the destination from the obc_sessionChristian Fetzer2013-06-252-0/+6
* obexd: Fix crash when retrieving multiple MAP event reportsChristian Fetzer2013-06-181-3/+4
* obexd: Use correct callback in obc_session_mkdirChristian Fetzer2013-06-181-1/+1
* obexd: Fix file_op_complete callbackChristian Fetzer2013-06-181-2/+1
* obexd: Call setpath_complete with the correct parameterChristian Fetzer2013-06-181-1/+1
* obexd: Fix handling error cases in setpathChristian Fetzer2013-06-181-4/+13
* obexd: Fix not checking for valid fd on NewConnectionLuiz Augusto von Dentz2013-06-121-0/+13
* obexd: Fix crash when resetting OPP session without a transferLuiz Augusto von Dentz2013-06-111-3/+17
* obexd: Fix coding styleLuiz Augusto von Dentz2013-05-291-1/+2
* obexd: Simplify manager_register_sessionLuiz Augusto von Dentz2013-05-291-4/+1
* obexd: Fix not unregistering interface when a session is detroyedLuiz Augusto von Dentz2013-05-291-1/+3
* manager: remove unused call to obex_getpeername()Gustavo Padovan2013-05-291-8/+0
* session: add Source and Destination propertiesGustavo Padovan2013-05-291-0/+26
* obex: get src and dst address and store itGustavo Padovan2013-05-292-0/+8
* obex: add obex_getsockname()Gustavo Padovan2013-05-292-0/+11
* bluetooth: add getsockname() entry in the bluetooth driverGustavo Padovan2013-05-291-0/+19
* transport: add getsockname to transport driverGustavo Padovan2013-05-291-0/+1
* obexd: Queue delete commandChristian Fetzer2013-05-291-13/+26
* obexd: Queue move commandChristian Fetzer2013-05-291-14/+27
* obexd: Queue copy commandChristian Fetzer2013-05-291-14/+27
* obexd: Queue mkdir commandChristian Fetzer2013-05-291-14/+26
* obexd: Add file_data struct to sessionChristian Fetzer2013-05-291-0/+27
* obexd: Queue setpath commandChristian Fetzer2013-05-291-31/+34
* obexd: Use process callback to queue transfersChristian Fetzer2013-05-291-6/+13
* obexd: Add session_queueChristian Fetzer2013-05-291-7/+11
* obexd: Add process callback to session's pending_requestChristian Fetzer2013-05-291-15/+29
* opp: Register Session interface for OPP transfersGustavo Padovan2013-05-281-0/+3
* session: only add Target if it existsGustavo Padovan2013-05-281-1/+9
* obexd: Fix SetPath responseChristian Fetzer2013-05-231-1/+1
* obexd: Fix using the same prefix for client and server sessionsLuiz Augusto von Dentz2013-05-102-4/+7
* obexd: Get rid of gcharLucas De Marchi2013-05-023-6/+6
* obexd: Get rid of gintLucas De Marchi2013-05-017-14/+14
* obexd: Fix make distcheckLuiz Augusto von Dentz2013-04-171-1/+1
* obexd: Read service attributes when instantiating MAP sessionChristian Fetzer2013-04-171-2/+29
* obexd: Add obc_session_get_attribute to sessionChristian Fetzer2013-04-172-0/+12
* obexd: Add bluetooth_getattribute to Bluetooth transportChristian Fetzer2013-04-171-0/+24
* obexd: Add getattribute to obc_transportChristian Fetzer2013-04-171-0/+1
* obexd: Cache SDP record in bluetooth transportChristian Fetzer2013-04-171-2/+10
* obexd: Automatically setup notification connection for MAP clientChristian Fetzer2013-04-101-0/+32
* obexd: Enable MNS serverChristian Fetzer2013-04-101-0/+2
* obexd: Add Message Notification Service (MNS) serverChristian Fetzer2013-04-103-0/+406
* obexd: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+6
* obexd: Handle absolute paths in obc_session_setpathChristian Fetzer2013-02-221-5/+8