summaryrefslogtreecommitdiff
path: root/obexd/client/session.h
Commit message (Expand)AuthorAgeFilesLines
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+0
* obexd: Add obc_session_get_folder functionChristian Fetzer2013-09-021-0/+2
* obexd: Add function to get the destination from the obc_sessionChristian Fetzer2013-06-251-0/+1
* obexd: Add obc_session_get_attribute to sessionChristian Fetzer2013-04-171-0/+3
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* obexd: Update copyright statementMikel Astiz2012-12-041-0/+1
* obexd: Remove D-Bus agentMikel Astiz2012-12-041-4/+0
* obexd: Create transfers in modulesMikel Astiz2012-12-041-13/+4
* obexd: Remove deprecated part of session APIMikel Astiz2012-12-041-3/+0
* obexd: Give transfer pointer in session callbacksMikel Astiz2012-12-041-0/+1
* obexd: Minor buffer access API changesMikel Astiz2012-12-041-1/+1
* obexd: Return request id when generating a request in session APILuiz Augusto von Dentz2012-12-041-4/+4
* obexd: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-12-041-10/+12
* obexd: Remove buffer based transferLuiz Augusto von Dentz2012-12-041-3/+4
* obexd: refactor naming convention in session apiMikel Astiz2012-12-041-6/+6
* obexd: Remove unused public functionLuiz Augusto von Dentz2012-12-041-3/+0
* obexd: remove gobex dependency of sessionLuiz Augusto von Dentz2012-12-041-2/+0
* obexd: introduce obc_session_cancelLuiz Augusto von Dentz2012-12-041-0/+2
* obexd: introduce obc_session_deleteLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: introduce obc_session_moveLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: introduce obc_session_copyLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: introduce obc_session_mkdirLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: introduce obc_session_setpathLuiz Augusto von Dentz2012-12-041-0/+4
* obexd: fix circular dependency of session and transferLuiz Augusto von Dentz2012-12-041-6/+2
* obexd: port to gobexLuiz Augusto von Dentz2012-12-041-2/+6
* obexd: make use of obc_ prefix for public functionsLuiz Augusto von Dentz2012-12-041-23/+23
* obexd: add target driver supportLuiz Augusto von Dentz2012-12-041-3/+0
* obexd: make session structure privateLuiz Augusto von Dentz2012-12-041-31/+14
* obexd: Add handling of system D-Bus method callsDmitriy Paliy2012-12-041-0/+2
* obexd: Add system bus connection in obex-clientDmitriy Paliy2012-12-041-0/+1
* obexd: add support for reusing session for the same clientLuiz Augusto von Dentz2012-12-041-0/+1
* obexd: fix not canceling connection request if client exit busLuiz Augusto von Dentz2012-12-041-3/+6
* obexd: Make sure errors are reported properly to applicationsLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Fix not closing socket when connection attempt failsLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Move transfer implementation to its own fileLuiz Augusto Von Dentz2012-12-041-25/+18
* obexd: Fix agent not being released after transfers completeLuiz Augusto Von Dentz2012-12-041-11/+21
* obexd: Update copyright informationMarcel Holtmann2012-12-041-1/+1
* obexd: Fix the types of session->size and session->transferredVinicius Costa Gomes2012-12-041-2/+2
* obexd: Add Channel property.Luiz Augusto von Dentz2012-12-041-1/+2
* obexd: Allow compilation with -Wsign-compareMarcel Holtmann2012-12-041-1/+1
* obexd: add support for Sync PutphonebookForrest Zhao2012-12-041-0/+2
* obexd: use session_get_data(), session_set_data() to access 'priv' field of s...Forrest Zhao2012-12-041-0/+2
* obexd: rename pbapdata in struct session_data to priv, so that it could be re...Forrest Zhao2012-12-041-1/+1
* obexd: Update copyright informationMarcel Holtmann2012-12-041-1/+1
* obexd: Introduce GetCapabilities support to client API.Luiz Augusto von Dentz2012-12-041-1/+2
* obexd: Implement Select function for PBAP ClientRaymond Liu2012-12-041-0/+1
* obexd: Export session_get and minior fix on get_xfer_listing_progessRaymond Liu2012-12-041-0/+4
* obexd: Adds support for dynamic buffersVinicius Costa Gomes2012-12-041-1/+2
* obexd: Removes the owner disconnect watch when removing closing the sessionVinicius Costa Gomes2012-12-041-0/+1