summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* client: Synchronization sessions return transfersMikel Astiz2012-06-041-59/+33
* client: FileTransfer sessions return transfersMikel Astiz2012-06-041-32/+14
* client: ObjectPush sessions return transfersMikel Astiz2012-06-041-58/+13
* client: Expose D-Bus data in internal transfer APIMikel Astiz2012-06-042-13/+54
* client: Support empty filename in obc_transfer_getMikel Astiz2012-06-041-5/+22
* client: Make transfer filename optionalMikel Astiz2012-06-041-1/+3
* client: Make FileTransfer.PutFile asynchronousMikel Astiz2012-05-311-5/+8
* client: Expose all transfers in D-BusMikel Astiz2012-05-311-7/+0
* client: Remove obsolete authentication codeMikel Astiz2012-05-311-60/+26
* client: Remove internal transfer progress reportMikel Astiz2012-05-313-36/+10
* client: Remove unused functions in transfer APIMikel Astiz2012-05-312-26/+0
* client: Remove D-Bus agentMikel Astiz2012-05-314-515/+2
* client: Use transfer owner instead of agentMikel Astiz2012-05-313-13/+8
* client: Add transfer event-reporting signalsMikel Astiz2012-05-311-5/+21
* client: Add progress property to transferMikel Astiz2012-05-311-2/+64
* client: Add D-Bus helper libraryMikel Astiz2012-05-315-110/+338
* client: Replace parameter dict with conventional onesMikel Astiz2012-05-231-6/+14
* client: Move GetCapabilities to session APIMikel Astiz2012-05-232-121/+68
* client: Replace SendFiles with SendFileMikel Astiz2012-05-231-27/+39
* client: Wrap OPP into specific session typeMikel Astiz2012-05-232-262/+201
* 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-187-36/+36
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-187-62/+109
* Constify GDBus method tablesMarcel Holtmann2012-05-177-7/+7
* client: Fix not checking if GoepL2capPsm contains a valid PSMLuiz Augusto von Dentz2012-05-161-1/+2
* client: Use stack memory for application parameters in pbap moduleLuiz Augusto von Dentz2012-05-151-3/+1
* client: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-05-147-68/+64
* client: Create transfers in modulesMikel Astiz2012-05-147-211/+189
* client: Flip parameter order in transfer APIMikel Astiz2012-05-143-10/+10
* client: Buffer-passing changes in transfer APIMikel Astiz2012-05-143-38/+32
* client: Transfer API splits create and registerMikel Astiz2012-05-143-41/+25
* client: Split internal obc_transfer_register()Mikel Astiz2012-05-141-25/+30
* client: Fix possible double free of paramsMikel Astiz2012-05-141-4/+5
* client: Add handler for SIGUSR2Luiz Augusto von Dentz2012-05-071-0/+4
* client: Use signalfd to handle unix signalsLuiz Augusto von Dentz2012-05-071-10/+81
* client: Fix codying styleLuiz Augusto von Dentz2012-05-071-17/+18
* client: Wait for abort completion before Transfer.Cancel returnsJaganath Kanakkassery2012-05-041-23/+42
* client: Remove transfer from queue before callbackMikel Astiz2012-05-031-11/+9
* client: Remove deprecated part of session APIMikel Astiz2012-05-032-43/+0
* client: Use new session callback style in modulesMikel Astiz2012-05-035-9/+9
* client: Give transfer pointer in session callbacksMikel Astiz2012-05-039-33/+60
* client: Avoid GObex dependency from transfer.hMikel Astiz2012-05-032-2/+2
* client: Minor buffer access API changesMikel Astiz2012-05-035-20/+19
* client: Return request id when generating a request in session APILuiz Augusto von Dentz2012-04-262-18/+18
* client: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-04-269-136/+228
* client: Remove file in case of errorLuiz Augusto von Dentz2012-04-241-0/+4
* client: open file during transfer creationLuiz Augusto von Dentz2012-04-243-111/+162
* client: transfers take gobex when startingMikel Astiz2012-04-243-18/+13