summaryrefslogtreecommitdiff
path: root/obexd/client/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-1/+1
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-2/+3
* obexd/client: Fix not being able to cancel a suspended transferLuiz Augusto von Dentz2014-08-291-0/+9
* obexd/client: Allow suspending transfer while they are queuedLuiz Augusto von Dentz2014-08-291-9/+38
* obexd/client: Fix calling g_obex_cancel_req for completed requestsLuiz Augusto von Dentz2014-04-081-0/+1
* obexd/client: Fix not being able cancel GET requestsLuiz Augusto von Dentz2014-03-201-2/+16
* obexd/transfer: Add Transfer.Resume methodLuiz Augusto von Dentz2014-02-201-0/+25
* obexd/transfer: Add Transfer.Suspend methodLuiz Augusto von Dentz2014-02-201-13/+47
* client/transfer: Return "error" for unknown status in status2strSzymon Janc2013-10-041-0/+1
* obexd/client: Fix not setting Transfer.Size for GET operationsLuiz Augusto von Dentz2013-09-291-0/+11
* client/transfer: Add proper message to errorsLuiz Augusto von Dentz2013-08-121-2/+2
* obexd: Get rid of gintLucas De Marchi2013-05-011-1/+1
* obexd: Remove transferred file only if the GET operation failedChristian Fetzer2013-01-141-1/+2
* obexd: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-2/+2
* obexd: Add Session property to Transfer interfaceLuiz Augusto von Dentz2012-12-211-2/+17
* obexd: Remove unused codeLuiz Augusto von Dentz2012-12-211-15/+0
* obexd: Rename Progress property to TransferredLuiz Augusto von Dentz2012-12-211-4/+5
* obexd: Use term active instead of in-progress for transfer statusLuiz Augusto von Dentz2012-12-211-5/+5
* obex-client: Rename org.bluez.obex.Transfer to Transfer1Luiz Augusto von Dentz2012-12-211-37/+64
* obex-client: Make use of g_dbus_get_properties to get transfer propertiesLuiz Augusto von Dentz2012-12-171-42/+4
* obex-client: Port transfer code to use D-Bus properties interfaceLuiz Augusto von Dentz2012-12-161-6/+74
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use entire include path for gobex.hLucas De Marchi2012-12-051-1/+1
* 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: Update the file offset to the beginning after writing to the fileSrinivasa Ragavan2012-12-041-0/+1
* obexd: Make obc_transfer_put to accept NULL as filenameLuiz Augusto von Dentz2012-12-041-1/+2
* obexd: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz2012-12-041-46/+23
* obexd: Use larger timeout first packet in transfersLuiz Augusto von Dentz2012-12-041-1/+4
* obexd: Fix error returning in obc_transfer_putSzymon Janc2012-12-041-7/+10
* obexd: Fix cancellation of queued transfersMikel Astiz2012-12-041-4/+14
* obexd: Remove obc_transfer_abortMikel Astiz2012-12-041-15/+11
* obexd: Fix possible unreplied D-Bus messageMikel Astiz2012-12-041-0/+5
* obexd: Fix using org.openobex.ErrorLuiz Augusto von Dentz2012-12-041-3/+4
* obexd: Use session path as prefix for transfer pathLuiz Augusto von Dentz2012-12-041-3/+2
* obexd: Fix not using connection passed to obc_transfer_registerLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Rename Transfer interface to org.bluez.obex.TransferLuiz Augusto von Dentz2012-12-041-2/+2
* obexd: Update copyright statementMikel Astiz2012-12-041-0/+1
* obexd: Expose D-Bus data in internal transfer APIMikel Astiz2012-12-041-13/+51
* obexd: Support empty filename in obc_transfer_getMikel Astiz2012-12-041-5/+22
* obexd: Make transfer filename optionalMikel Astiz2012-12-041-1/+3
* obexd: Expose all transfers in D-BusMikel Astiz2012-12-041-7/+0
* obexd: Remove internal transfer progress reportMikel Astiz2012-12-041-15/+3
* obexd: Remove unused functions in transfer APIMikel Astiz2012-12-041-23/+0
* obexd: Use transfer owner instead of agentMikel Astiz2012-12-041-5/+5
* obexd: Add transfer event-reporting signalsMikel Astiz2012-12-041-5/+21
* obexd: Add progress property to transferMikel Astiz2012-12-041-2/+64
* obexd: Add D-Bus helper libraryMikel Astiz2012-12-041-37/+5
* obexd: Do not set signature and reply in GDBus tablesLucas De Marchi2012-12-041-2/+2
* obexd: Convert GDBus methods to use macro helpersLucas De Marchi2012-12-041-2/+5