summaryrefslogtreecommitdiff
path: root/client/manager.c
Commit message (Expand)AuthorAgeFilesLines
* client: Fix using org.openobex.ErrorLuiz Augusto von Dentz2012-06-111-9/+10
* client: Change namespace to org.bluez.obex.clientLuiz Augusto von Dentz2012-06-051-3/+3
* client: Replace parameter dict with conventional onesMikel Astiz2012-05-231-6/+14
* client: Move GetCapabilities to session APIMikel Astiz2012-05-231-121/+0
* client: Wrap OPP into specific session typeMikel Astiz2012-05-231-261/+9
* client: Use constant instead of NULL variableMikel Astiz2012-05-231-2/+1
* client: Simplify error-handling codeMikel Astiz2012-05-181-30/+18
* client: Fix NULL dereference in case of errorMikel Astiz2012-05-181-2/+14
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-181-6/+6
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-181-12/+19
* Constify GDBus method tablesMarcel Holtmann2012-05-171-1/+1
* client: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-05-141-4/+3
* client: Create transfers in modulesMikel Astiz2012-05-141-10/+20
* client: Use new session callback style in modulesMikel Astiz2012-05-031-1/+1
* client: Give transfer pointer in session callbacksMikel Astiz2012-05-031-3/+9
* client: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-04-261-15/+33
* client: Remove buffer based transferLuiz Augusto von Dentz2012-04-241-5/+13
* client: add bluetooth transport driverLuiz Augusto von Dentz2012-01-201-9/+11
* client: fix circular dependency of session and transferLuiz Augusto von Dentz2012-01-201-4/+2
* Add basic support for MAP client in obex-clientBartosz Szatkowski2011-12-091-0/+2
* client: add sync targetLuiz Augusto von Dentz2011-08-121-0/+2
* client: add pbap targetLuiz Augusto von Dentz2011-08-121-0/+2
* client: add ftp targetLuiz Augusto von Dentz2011-08-121-0/+2
* client: add opp targetLuiz Augusto von Dentz2011-08-121-0/+2
* client: make use of obc_ prefix for public functionsLuiz Augusto von Dentz2011-08-121-34/+34
* client: move __obex_log_init before manager_initLuiz Augusto von Dentz2011-08-121-2/+2
* client: add target module vtableLuiz Augusto von Dentz2011-08-121-0/+21
* client: separate manager interface code from mainLuiz Augusto von Dentz2011-08-021-0/+589