summaryrefslogtreecommitdiff
path: root/gobex/gobex-transfer.c
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* gobex: Fix segfault caused by interrupted transferDenis Grigorev2020-07-011-0/+5
* gobex: Fix a compilation error for the compatibility with LLVMMiao-chen Chou2016-12-071-4/+4
* gobex: Minor coding style (whitespace) fixJohan Hedberg2015-07-081-1/+0
* gobex: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-2/+2
* gobex: Abort if there is no request to cancelLuiz Augusto von Dentz2014-08-291-2/+7
* gobex: Add g_obex_abortLuiz Augusto von Dentz2014-08-291-5/+2
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-2/+7
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-0/+1
* gobex: Fix use after freeAndrei Emeltchenko2014-08-051-0/+1
* gobex/transfer: Keep request id for GET when SRM is activeLuiz Augusto von Dentz2014-03-211-1/+6
* gobex: Handle suspending/resuming for GET when SRM is activeLuiz Augusto von Dentz2014-02-201-1/+1
* gobex: Fix crash on g_obex_pending_req_abortLuiz Augusto von Dentz2013-09-291-1/+4
* gobex: Add proper message to transfer errorsLuiz Augusto von Dentz2013-08-121-2/+2
* gobex: Fix GPL version referenceJohan Hedberg2013-02-151-2/+3
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-12-041-2/+15
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-12-041-2/+4
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-12-041-7/+47
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-12-041-12/+23
* gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz2012-12-041-16/+2
* gobex: fix transfer search in transfer_completeMikel Astiz2012-12-041-11/+19
* gobex: fix removing wrong id on transfer_freeLuiz Augusto von Dentz2012-12-041-1/+1
* gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz2012-12-041-0/+50
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2012-12-041-0/+4
* gobex: fix includes of config.hLuiz Augusto von Dentz2012-12-041-0/+4
* gobex: Use larger timeout first packet in transfersJohan Hedberg2012-12-041-8/+10
* gobex: Protect against transfer_complete callback removing the transferJohan Hedberg2012-12-041-0/+3
* gobex: Add client transfer functions taking a pre-created GObexPacketJohan Hedberg2012-12-041-0/+46
* gobex: fix setting final bit on PUT requestsLuiz Augusto von Dentz2012-12-041-3/+7
* gobex: Remove reduntant empty lineJohan Hedberg2012-12-041-1/+0
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2012-12-041-0/+7
* gobex: Premit raw OBEX error codes within G_OBEX_ERROR GError domainJohan Hedberg2012-12-041-1/+1
* gobex: Refactor get response parsing in transfer codeJohan Hedberg2012-12-041-17/+33
* gobex: Fix put request handling with final bit valueJohan Hedberg2012-12-041-22/+22
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2012-12-041-1/+0
* gobex: Use guint instead of gint for request callback idJohan Hedberg2012-12-041-8/+8
* gobex: Make transfer functions take va-args header listsJohan Hedberg2012-12-041-48/+64
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-18/+16
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-15/+34
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2012-12-041-4/+2
* gobex: Allow calling g_obex_get_rsp later with custom headersJohan Hedberg2012-12-041-5/+9
* gobex: Add g_obex_cancel_transferJohan Hedberg2012-12-041-0/+20
* gobex: Fix g_obex_get_rsp end of transfer handlingJohan Hedberg2012-12-041-3/+8
* gobex: Add g_obex_get_rspJohan Hedberg2012-12-041-3/+65
* gobex: Add g_obex_get_reqJohan Hedberg2012-12-041-2/+57
* gobex: Don't call consumer callback if there is no dataJohan Hedberg2012-12-041-1/+2
* gobex: Add basic server-side put transfer supportJohan Hedberg2012-12-041-1/+97
* gobex: Rename g_obex_put to g_obex_put_reqJohan Hedberg2012-12-041-1/+1