summaryrefslogtreecommitdiff
path: root/gobex/gobex.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-29gobex: Revert g_obex_pending_req_abort to static pending_req_abortLuiz Augusto von Dentz1-2/+2
2013-05-02gobex: Get rid of gcharLucas De Marchi1-8/+8
2013-05-01gobex: Get rid of gintLucas De Marchi1-7/+7
2013-04-09gobex: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+8
2013-02-15gobex: Fix GPL version referenceJohan Hedberg1-2/+3
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-12-04gobex: Add debug option to apparamLuiz Augusto von Dentz1-5/+6
2012-12-04gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz1-2/+4
2012-12-04gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery1-2/+2
2012-12-04gobex: build: Remove glib-helper.h supportMarcel Holtmann1-1/+0
2012-12-04gobex: fix callback remove when canceling transferMikel Astiz1-0/+3
2012-12-04gobex: Use ENOSYS to correspond to OBEX not implementedLuiz Augusto von Dentz1-1/+2
2012-12-04gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz1-0/+24
2012-12-04gobex: Fix ABORT request not processingJaganath Kanakkassery1-1/+1
2012-12-04gobex: fix automatically including SRM header in CONNECT responsesLuiz Augusto von Dentz1-0/+1
2012-12-04gobex: fix not disabling SRM when dealing with GET responsesLuiz Augusto von Dentz1-103/+115
2012-12-04gobex: Remove reduntant NULL assignmentJaganath Kanakkassery1-2/+0
2012-12-04gobex: automatically use SRM when transport type is SOCK_SEQPACKETLuiz Augusto von Dentz1-1/+55
2012-12-04gobex: handle Single Response Mode Parameters (SRMP) headersLuiz Augusto von Dentz1-5/+34
2012-12-04gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz1-26/+168
2012-12-04gobex: Add translating error codes to stringsBartosz Szatkowski1-0/+57
2012-12-04gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski1-4/+10
2012-12-04gobex: make connection id check less strictLuiz Augusto von Dentz1-1/+1
2012-12-04gobex: fix sending Connection ID header in all requestsLuiz Augusto von Dentz1-0/+3
2012-12-04gobex: fix not tracking received responsesLuiz Augusto von Dentz1-2/+3
2012-12-04gobex: fix checking connection id for ABORTLuiz Augusto von Dentz1-2/+9
2012-12-04gobex: add check for connection idLuiz Augusto von Dentz1-3/+26
2012-12-04gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz1-3/+12
2012-12-04gobex: log commands using G_OBEX_DEBUG_COMMANDLuiz Augusto von Dentz1-0/+26
2012-12-04gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz1-7/+25
2012-12-04gobex: add initial support for debugLuiz Augusto von Dentz1-0/+20
2012-12-04gobex: Remove g_obex_packet_find_headerJohan Hedberg1-3/+3
2012-12-04gobex: Fix request timeout handling when abortingJohan Hedberg1-4/+14
2012-12-04gobex: Protect against user callback freeing internal objectsJohan Hedberg1-3/+18
2012-12-04gobex: Fix opcode for Action command convenience functionsJohan Hedberg1-2/+2
2012-12-04gobex: Add support for Action command header offset (0)Johan Hedberg1-0/+2
2012-12-04gobex: Add Action command convenience functionsJohan Hedberg1-0/+30
2012-12-04gobex: fix not handling unkown transport typeLuiz Augusto von Dentz1-0/+3
2012-12-04gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi1-0/+5
2012-12-04gobex: Fix compilation error with GPOINTER_TO_UINTJohan Hedberg1-2/+2
2012-12-04gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg1-0/+7
2012-12-04gobex: Make use of g_obex_send_rsp where possibleJohan Hedberg1-8/+2
2012-12-04gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg1-2/+6
2012-12-04gobex: Use guint instead of gint for request callback idJohan Hedberg1-18/+30
2012-12-04gobex: Minor coding style fixesJohan Hedberg1-6/+4
2012-12-04gobex: Add g_obex_send_rsp convenience functionJohan Hedberg1-0/+9
2012-12-04gobex: Make use of va-args headers in higher level functionsJohan Hedberg1-21/+13
2012-12-04gobex: Remove _ID_ from header type definitionsJohan Hedberg1-17/+15
2012-12-04gobex: Add va-args based packet creation supportJohan Hedberg1-6/+9