summaryrefslogtreecommitdiff
path: root/gobex/gobex-transfer.c
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-05-041-2/+15
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-02-201-2/+4
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-01-111-7/+47
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-01-111-12/+23
* gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz2011-12-211-16/+2
* gobex: fix transfer search in transfer_completeMikel Astiz2011-12-151-11/+19
* gobex: fix removing wrong id on transfer_freeLuiz Augusto von Dentz2011-11-211-1/+1
* gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz2011-10-221-0/+50
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2011-10-221-0/+4
* gobex: fix includes of config.hLuiz Augusto von Dentz2011-10-201-0/+4
* gobex: Use larger timeout first packet in transfersJohan Hedberg2011-09-011-8/+10
* gobex: Protect against transfer_complete callback removing the transferJohan Hedberg2011-08-301-0/+3
* gobex: Add client transfer functions taking a pre-created GObexPacketJohan Hedberg2011-08-301-0/+46
* gobex: fix setting final bit on PUT requestsLuiz Augusto von Dentz2011-08-291-3/+7
* Remove reduntant empty lineJohan Hedberg2011-07-201-1/+0
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2011-07-161-0/+7
* Premit raw OBEX error codes within G_OBEX_ERROR GError domainJohan Hedberg2011-07-161-1/+1
* gobex: Refactor get response parsing in transfer codeJohan Hedberg2011-07-161-17/+33
* gobex: Fix put request handling with final bit valueJohan Hedberg2011-07-161-22/+22
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2011-07-161-1/+0
* gobex: Use guint instead of gint for request callback idJohan Hedberg2011-07-161-8/+8
* gobex: Make transfer functions take va-args header listsJohan Hedberg2011-07-161-48/+64
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2011-07-161-18/+16
* gobex: Add va-args based packet creation supportJohan Hedberg2011-07-161-15/+34
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2011-07-161-4/+2
* gobex: Allow calling g_obex_get_rsp later with custom headersJohan Hedberg2011-07-161-5/+9
* gobex: Add g_obex_cancel_transferJohan Hedberg2011-07-161-0/+20
* gobex: Fix g_obex_get_rsp end of transfer handlingJohan Hedberg2011-07-161-3/+8
* gobex: Add g_obex_get_rspJohan Hedberg2011-07-161-3/+65
* gobex: Add g_obex_get_reqJohan Hedberg2011-07-161-2/+57
* gobex: Don't call consumer callback if there is no dataJohan Hedberg2011-07-161-1/+2
* gobex: Add basic server-side put transfer supportJohan Hedberg2011-07-161-1/+97
* gobex: Rename g_obex_put to g_obex_put_reqJohan Hedberg2011-07-161-1/+1
* gobex: Add type and name headers to the g_obex_put requestJohan Hedberg2011-07-161-0/+16
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2011-07-161-2/+1
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2011-07-161-10/+3
* gobex: Add initial transfer abstractionJohan Hedberg2011-07-161-0/+177