summaryrefslogtreecommitdiff
path: root/gobex/gobex.c
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add debug option to apparamLuiz Augusto von Dentz2012-08-161-5/+6
* gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2012-08-071-2/+4
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-05-041-2/+2
* build: Remove glib-helper.h supportMarcel Holtmann2012-04-161-1/+0
* gobex: fix callback remove when canceling transferMikel Astiz2012-02-261-0/+3
* gobex: Use ENOSYS to correspond to OBEX not implementedLuiz Augusto von Dentz2012-02-201-1/+2
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-02-201-0/+24
* gobex: Fix ABORT request not processingJaganath Kanakkassery2012-02-021-1/+1
* gobex: fix automatically including SRM header in CONNECT responsesLuiz Augusto von Dentz2012-01-231-0/+1
* gobex: fix not disabling SRM when dealing with GET responsesLuiz Augusto von Dentz2012-01-231-103/+115
* gobex: Remove reduntant NULL assignmentJaganath Kanakkassery2012-01-181-2/+0
* gobex: automatically use SRM when transport type is SOCK_SEQPACKETLuiz Augusto von Dentz2012-01-111-1/+55
* gobex: handle Single Response Mode Parameters (SRMP) headersLuiz Augusto von Dentz2012-01-111-5/+34
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-01-111-26/+168
* gobex: Add translating error codes to stringsBartosz Szatkowski2011-12-091-0/+57
* gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski2011-11-181-4/+10
* gobex: make connection id check less strictLuiz Augusto von Dentz2011-11-121-1/+1
* gobex: fix sending Connection ID header in all requestsLuiz Augusto von Dentz2011-11-121-0/+3
* gobex: fix not tracking received responsesLuiz Augusto von Dentz2011-11-121-2/+3
* gobex: fix checking connection id for ABORTLuiz Augusto von Dentz2011-11-121-2/+9
* gobex: add check for connection idLuiz Augusto von Dentz2011-11-071-3/+26
* gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz2011-10-221-3/+12
* gobex: log commands using G_OBEX_DEBUG_COMMANDLuiz Augusto von Dentz2011-10-221-0/+26
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2011-10-221-7/+25
* gobex: add initial support for debugLuiz Augusto von Dentz2011-10-221-0/+20
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2011-09-051-3/+3
* gobex: Fix request timeout handling when abortingJohan Hedberg2011-09-011-4/+14
* gobex: Protect against user callback freeing internal objectsJohan Hedberg2011-08-311-3/+18
* gobex: Fix opcode for Action command convenience functionsJohan Hedberg2011-08-301-2/+2
* gobex: Add support for Action command header offset (0)Johan Hedberg2011-08-301-0/+2
* gobex: Add Action command convenience functionsJohan Hedberg2011-08-301-0/+30
* gobex: fix not handling unkown transport typeLuiz Augusto von Dentz2011-08-291-0/+3
* Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi2011-08-041-0/+5
* Fix compilation error with GPOINTER_TO_UINTJohan Hedberg2011-07-181-2/+2
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2011-07-161-0/+7
* gobex: Make use of g_obex_send_rsp where possibleJohan Hedberg2011-07-161-8/+2
* gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg2011-07-161-2/+6
* gobex: Use guint instead of gint for request callback idJohan Hedberg2011-07-161-18/+30
* gobex: Minor coding style fixesJohan Hedberg2011-07-161-6/+4
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2011-07-161-0/+9
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2011-07-161-21/+13
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2011-07-161-17/+15
* gobex: Add va-args based packet creation supportJohan Hedberg2011-07-161-6/+9
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2011-07-161-2/+1
* gobex: Ignore unexpected responses (which can occur when aborting)Johan Hedberg2011-07-161-0/+5
* gobex: Add g_obex_deleteJohan Hedberg2011-07-161-0/+14
* gobex: Add g_obex_mkdirJohan Hedberg2011-07-161-0/+18
* gobex: Add g_obex_setpathJohan Hedberg2011-07-161-0/+24
* gobex: Fix header offset lookupJohan Hedberg2011-07-161-2/+2
* gobex: Add support for suspend & resumeJohan Hedberg2011-07-161-0/+28