summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
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/+1
* gobex: Fix a compilation error for the compatibility with LLVMMiao-chen Chou2016-12-071-6/+6
* gobex: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-2/+2
* gobex: Add g_obex_abortLuiz Augusto von Dentz2014-08-291-0/+3
* gobex: Add g_obex_disconnectLuiz Augusto von Dentz2014-03-211-0/+3
* gobex: Revert g_obex_pending_req_abort to static pending_req_abortLuiz Augusto von Dentz2013-09-291-2/+0
* gobex: Get rid of gintLucas De Marchi2013-05-011-1/+1
* gobex: Fix GPL version referenceJohan Hedberg2013-02-151-2/+3
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-12-041-1/+4
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-12-041-0/+1
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-12-041-0/+1
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-12-041-0/+4
* gobex: Add translating error codes to stringsBartosz Szatkowski2012-12-041-0/+2
* gobex: Add client transfer functions taking a pre-created GObexPacketJohan Hedberg2012-12-041-0/+8
* gobex: Add Action command convenience functionsJohan Hedberg2012-12-041-0/+8
* gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg2012-12-041-1/+2
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2012-12-041-0/+22
* gobex: Use guint instead of gint for request callback idJohan Hedberg2012-12-041-2/+2
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2012-12-041-1/+3
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2012-12-041-3/+3
* gobex: Add g_obex_deleteJohan Hedberg2012-12-041-0/+3
* gobex: Add g_obex_mkdirJohan Hedberg2012-12-041-0/+3
* gobex: Add g_obex_setpathJohan Hedberg2012-12-041-0/+3
* gobex: Add support for suspend & resumeJohan Hedberg2012-12-041-0/+4
* gobex: Remove g_obex_set_request_functionJohan Hedberg2012-12-041-2/+0
* gobex: Add per-opcode request handlersJohan Hedberg2012-12-041-1/+4
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2012-12-041-3/+0
* gobex: Rename GObexDisconnectFunc to simply GObexFuncJohan Hedberg2012-12-041-3/+2
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2012-12-041-1/+2
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-0/+2
* gobex: Add convenience function for sending connect reqJohan Hedberg2012-12-041-0/+6
* gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg2012-12-041-1/+2
* gobex: Split ev_func into req_func and disconn_funcJohan Hedberg2012-12-041-2/+6
* gobex: Add request cancellation supportJohan Hedberg2012-12-041-1/+2
* gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg2012-12-041-6/+2
* gobex: Add per-request timeoutsJohan Hedberg2012-12-041-2/+3
* gobex: Add proper error returns to packet sending functionsJohan Hedberg2012-12-041-2/+2
* gobex: Add disconnect callback supportJohan Hedberg2012-12-041-0/+4
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-74/+1
* gobex: Move request callback info from GObexPacket to GObex layerJohan Hedberg2012-12-041-3/+0
* gobex: Add functions for fetching data from packetsJohan Hedberg2012-12-041-0/+7
* gobex: Name header creation functions more intuitivelyJohan Hedberg2012-12-041-4/+4
* gobex: Add basic internal handling of connect requestJohan Hedberg2012-12-041-0/+1
* gobex: Refactor reading/writing to allow packet based transportJohan Hedberg2012-12-041-1/+6
* gobex: Add basic response handlingJohan Hedberg2012-12-041-0/+10
* gobex: Make G_OBEX_FINAL definition privateJohan Hedberg2012-12-041-1/+0
* gobex: Fix GObexPacket variable namingJohan Hedberg2012-12-041-2/+2
* gobex: Add basic request callback supportJohan Hedberg2012-12-041-1/+7
* gobex: Add function to get operation informationJohan Hedberg2012-12-041-0/+1