summaryrefslogtreecommitdiff
path: root/obexd/client/sync.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-1/+1
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+2
* obexd: Update string enumeration values to lower caseJohan Hedberg2012-12-221-3/+3
* obex-client: Rename org.bluez.obex.Synchronization to Synchronization1Luiz Augusto von Dentz2012-12-211-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* obexd: Rename Synchronization interface to org.bluez.obex.SynchronizationLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Synchronization sessions return transfersMikel Astiz2012-12-041-59/+33
* obexd: Do not set signature and reply in GDBus tablesLucas De Marchi2012-12-041-3/+3
* obexd: Convert GDBus methods to use macro helpersLucas De Marchi2012-12-041-6/+10
* obexd: Constify GDBus method tablesMarcel Holtmann2012-12-041-1/+1
* obexd: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-12-041-3/+3
* obexd: Create transfers in modulesMikel Astiz2012-12-041-23/+31
* obexd: Use new session callback style in modulesMikel Astiz2012-12-041-1/+1
* obexd: Give transfer pointer in session callbacksMikel Astiz2012-12-041-0/+2
* obexd: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-12-041-8/+22
* obexd: Remove buffer based transferLuiz Augusto von Dentz2012-12-041-11/+25
* obexd: fix circular dependency of session and transferLuiz Augusto von Dentz2012-12-041-5/+3
* obexd: port to gobexLuiz Augusto von Dentz2012-12-041-0/+3
* obexd: add sync targetLuiz Augusto von Dentz2012-12-041-14/+65
* obexd: make use of obc_ prefix for public functionsLuiz Augusto von Dentz2012-12-041-9/+9
* obexd: make transfer structure privateLuiz Augusto von Dentz2012-12-041-4/+5
* obexd: make session structure privateLuiz Augusto von Dentz2012-12-041-39/+47
* obexd: Make sure errors are reported properly to applicationsLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Move transfer implementation to its own fileLuiz Augusto Von Dentz2012-12-041-0/+1
* obexd: Fix agent not being released after transfers completeLuiz Augusto Von Dentz2012-12-041-4/+4
* obexd: Update Intel copyrightsMarcel Holtmann2012-12-041-1/+1
* obexd: Update copyright informationMarcel Holtmann2012-12-041-1/+1
* obexd: add support for Sync PutphonebookForrest Zhao2012-12-041-2/+22
* obexd: add support for Sync GetphonebookForrest Zhao2012-12-041-2/+41
* obexd: Fix compiler warningMarcel Holtmann2012-12-041-0/+1
* obexd: add initial framework support for SYNC clientForrest Zhao2012-12-041-0/+123