summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
...
* gobex: Remove reduntant empty lineJohan Hedberg2012-12-041-1/+0
* gobex: Fix compilation error with GPOINTER_TO_UINTJohan Hedberg2012-12-041-2/+2
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2012-12-042-0/+14
* gobex: Premit raw OBEX error codes within G_OBEX_ERROR GError domainJohan Hedberg2012-12-042-2/+5
* 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: Add g_obex_packet_get_body convenience functionJohan Hedberg2012-12-042-0/+12
* gobex: Make use of g_obex_send_rsp where possibleJohan Hedberg2012-12-041-8/+2
* gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg2012-12-042-3/+8
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2012-12-043-50/+22
* gobex: Use guint instead of gint for request callback idJohan Hedberg2012-12-043-28/+40
* gobex: Minor coding style fixesJohan Hedberg2012-12-041-6/+4
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2012-12-042-1/+12
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2012-12-042-24/+16
* gobex: Make transfer functions take va-args header listsJohan Hedberg2012-12-042-55/+72
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-045-98/+94
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-047-28/+118
* gobex: Make buffer parameter const for g_obex_header_new_bytesJohan Hedberg2012-12-042-2/+2
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2012-12-044-23/+6
* gobex: Allow calling g_obex_get_rsp later with custom headersJohan Hedberg2012-12-042-8/+12
* gobex: Ignore unexpected responses (which can occur when aborting)Johan Hedberg2012-12-041-0/+5
* gobex: Add g_obex_deleteJohan Hedberg2012-12-042-0/+17
* gobex: Add g_obex_mkdirJohan Hedberg2012-12-042-0/+21
* gobex: Add g_obex_setpathJohan Hedberg2012-12-042-0/+27
* gobex: Fix header offset lookupJohan Hedberg2012-12-041-2/+2
* gobex: Add g_obex_cancel_transferJohan Hedberg2012-12-042-0/+22
* gobex: Fix g_obex_get_rsp end of transfer handlingJohan Hedberg2012-12-041-3/+8
* gobex: Add support for suspend & resumeJohan Hedberg2012-12-042-0/+32
* gobex: Add g_obex_get_rspJohan Hedberg2012-12-042-3/+69
* gobex: Add g_obex_get_reqJohan Hedberg2012-12-042-2/+61
* 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-042-2/+102
* gobex: Fix typoJohan Hedberg2012-12-041-1/+1
* gobex: Fix also response code for on-demand data based packetsJohan Hedberg2012-12-041-1/+5
* gobex: Rename g_obex_put to g_obex_put_reqJohan Hedberg2012-12-042-2/+2
* gobex: Remove g_obex_set_request_functionJohan Hedberg2012-12-042-14/+3
* gobex: Add per-opcode request handlersJohan Hedberg2012-12-042-1/+68
* gobex: Add type and name headers to the g_obex_put requestJohan Hedberg2012-12-041-0/+16
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-045-13/+11
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-045-68/+56
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2012-12-042-51/+44
* gobex: Add initial transfer abstractionJohan Hedberg2012-12-042-0/+214
* gobex: Fix end of body packets for on-demand headersJohan Hedberg2012-12-041-0/+9
* gobex: Don't stop sending data if a single packet fails to encodeJohan Hedberg2012-12-041-5/+6
* gobex: Fix parsing over-sized packetsJohan Hedberg2012-12-041-0/+7
* gobex: Rename GObexDisconnectFunc to simply GObexFuncJohan Hedberg2012-12-042-5/+4
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-043-8/+19
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2012-12-042-3/+4
* gobex: Add support for Connection ID headerJohan Hedberg2012-12-041-6/+47
* gobex: Add g_obex_packet_find_header and g_obex_packet_prepend_headerJohan Hedberg2012-12-042-0/+24