summaryrefslogtreecommitdiff
path: root/gobex/gobex.c
Commit message (Expand)AuthorAgeFilesLines
...
* gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz2012-12-041-3/+12
* gobex: log commands using G_OBEX_DEBUG_COMMANDLuiz Augusto von Dentz2012-12-041-0/+26
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2012-12-041-7/+25
* gobex: add initial support for debugLuiz Augusto von Dentz2012-12-041-0/+20
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2012-12-041-3/+3
* gobex: Fix request timeout handling when abortingJohan Hedberg2012-12-041-4/+14
* gobex: Protect against user callback freeing internal objectsJohan Hedberg2012-12-041-3/+18
* gobex: Fix opcode for Action command convenience functionsJohan Hedberg2012-12-041-2/+2
* gobex: Add support for Action command header offset (0)Johan Hedberg2012-12-041-0/+2
* gobex: Add Action command convenience functionsJohan Hedberg2012-12-041-0/+30
* gobex: fix not handling unkown transport typeLuiz Augusto von Dentz2012-12-041-0/+3
* gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi2012-12-041-0/+5
* gobex: Fix compilation error with GPOINTER_TO_UINTJohan Hedberg2012-12-041-2/+2
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2012-12-041-0/+7
* 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-041-2/+6
* gobex: Use guint instead of gint for request callback idJohan Hedberg2012-12-041-18/+30
* gobex: Minor coding style fixesJohan Hedberg2012-12-041-6/+4
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2012-12-041-0/+9
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2012-12-041-21/+13
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-17/+15
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-6/+9
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2012-12-041-2/+1
* gobex: Ignore unexpected responses (which can occur when aborting)Johan Hedberg2012-12-041-0/+5
* gobex: Add g_obex_deleteJohan Hedberg2012-12-041-0/+14
* gobex: Add g_obex_mkdirJohan Hedberg2012-12-041-0/+18
* gobex: Add g_obex_setpathJohan Hedberg2012-12-041-0/+24
* gobex: Fix header offset lookupJohan Hedberg2012-12-041-2/+2
* gobex: Add support for suspend & resumeJohan Hedberg2012-12-041-0/+28
* gobex: Fix typoJohan Hedberg2012-12-041-1/+1
* gobex: Remove g_obex_set_request_functionJohan Hedberg2012-12-041-12/+3
* gobex: Add per-opcode request handlersJohan Hedberg2012-12-041-0/+64
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2012-12-041-48/+44
* 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-041-2/+2
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2012-12-041-2/+2
* gobex: Add support for Connection ID headerJohan Hedberg2012-12-041-6/+47
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-9/+33
* gobex: Add convenience function for sending connect reqJohan Hedberg2012-12-041-0/+31
* gobex: Fix RX MTU settingJohan Hedberg2012-12-041-0/+2
* gobex: Fix minor (whitespace) coding style issueJohan Hedberg2012-12-041-1/+1
* gobex: g_obex_new should create its own GIOChannel refJohan Hedberg2012-12-041-1/+1
* gobex: Fix removing pending request timeout callbackJohan Hedberg2012-12-041-0/+5
* gobex: Remove superfluous return statementJohan Hedberg2012-12-041-2/+0
* gobex: Add support for multi-response requests (SRM)Johan Hedberg2012-12-041-5/+11
* gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg2012-12-041-2/+23
* gobex: Split ev_func into req_func and disconn_funcJohan Hedberg2012-12-041-18/+28
* gobex: Add packet transport supportJohan Hedberg2012-12-041-22/+72
* gobex: Add request cancellation supportJohan Hedberg2012-12-041-9/+90