summaryrefslogtreecommitdiff
path: root/gobex/gobex.c
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add g_obex_abortLuiz Augusto von Dentz2014-08-291-0/+10
* gobex: Fix crash when debug is enabledLuiz Augusto von Dentz2014-08-291-1/+9
* gobex: Fix warning if g_obex_resume is called when disconnectedLuiz Augusto von Dentz2014-08-291-1/+1
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-2/+1
* gobex: Fix removing invalid sourceSzymon Janc2014-04-251-5/+17
* gobex: Fix asserting one more timeLuiz Augusto von Dentz2014-04-091-1/+1
* gobex: Fix being able to cancel completed requestsLuiz Augusto von Dentz2014-04-081-3/+5
* gobex: Really fix assert this timeLuiz Augusto von Dentz2014-04-021-1/+1
* gobex: Fix memory leakLuiz Augusto von Dentz2014-04-021-0/+1
* gobex: Fix asserting when resending connect requestLuiz Augusto von Dentz2014-04-021-0/+2
* gobex: Respond to authentication challengeLuiz Augusto von Dentz2014-03-311-14/+113
* gobex: Add g_obex_disconnectLuiz Augusto von Dentz2014-03-211-0/+12
* gobex: Fix not resetting SRM setupLuiz Augusto von Dentz2014-03-211-1/+2
* gobex: Handle suspending/resuming for GET when SRM is activeLuiz Augusto von Dentz2014-02-201-2/+54
* gobex: Fix not handling SRM properlyLuiz Augusto von Dentz2014-02-201-8/+16
* gobex: Revert g_obex_pending_req_abort to static pending_req_abortLuiz Augusto von Dentz2013-09-291-2/+2
* gobex: Get rid of gcharLucas De Marchi2013-05-021-8/+8
* gobex: Get rid of gintLucas De Marchi2013-05-011-7/+7
* gobex: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+8
* gobex: Fix GPL version referenceJohan Hedberg2013-02-151-2/+3
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gobex: Add debug option to apparamLuiz Augusto von Dentz2012-12-041-5/+6
* gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2012-12-041-2/+4
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-12-041-2/+2
* gobex: build: Remove glib-helper.h supportMarcel Holtmann2012-12-041-1/+0
* gobex: fix callback remove when canceling transferMikel Astiz2012-12-041-0/+3
* gobex: Use ENOSYS to correspond to OBEX not implementedLuiz Augusto von Dentz2012-12-041-1/+2
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-12-041-0/+24
* gobex: Fix ABORT request not processingJaganath Kanakkassery2012-12-041-1/+1
* gobex: fix automatically including SRM header in CONNECT responsesLuiz Augusto von Dentz2012-12-041-0/+1
* gobex: fix not disabling SRM when dealing with GET responsesLuiz Augusto von Dentz2012-12-041-103/+115
* gobex: Remove reduntant NULL assignmentJaganath Kanakkassery2012-12-041-2/+0
* gobex: automatically use SRM when transport type is SOCK_SEQPACKETLuiz Augusto von Dentz2012-12-041-1/+55
* gobex: handle Single Response Mode Parameters (SRMP) headersLuiz Augusto von Dentz2012-12-041-5/+34
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-12-041-26/+168
* gobex: Add translating error codes to stringsBartosz Szatkowski2012-12-041-0/+57
* gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski2012-12-041-4/+10
* gobex: make connection id check less strictLuiz Augusto von Dentz2012-12-041-1/+1
* gobex: fix sending Connection ID header in all requestsLuiz Augusto von Dentz2012-12-041-0/+3
* gobex: fix not tracking received responsesLuiz Augusto von Dentz2012-12-041-2/+3
* gobex: fix checking connection id for ABORTLuiz Augusto von Dentz2012-12-041-2/+9
* gobex: add check for connection idLuiz Augusto von Dentz2012-12-041-3/+26
* 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