summaryrefslogtreecommitdiff
path: root/gobex
AgeCommit message (Expand)AuthorFilesLines
2013-09-29gobex: Revert g_obex_pending_req_abort to static pending_req_abortLuiz Augusto von Dentz2-4/+2
2013-09-29gobex: Fix crash on g_obex_pending_req_abortLuiz Augusto von Dentz1-1/+4
2013-09-11codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko1-1/+1
2013-08-12gobex: Add proper message to transfer errorsLuiz Augusto von Dentz1-2/+2
2013-05-02gobex: Get rid of gcharLucas De Marchi1-8/+8
2013-05-01gobex: Get rid of gintLucas De Marchi2-8/+8
2013-04-09gobex: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+8
2013-02-15gobex: Fix GPL version referenceJohan Hedberg12-24/+36
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg6-0/+24
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi6-24/+0
2012-12-04gobex: Fix build on 32 bits systemsLuiz Augusto von Dentz1-8/+17
2012-12-04gobex: Add debug option to apparamLuiz Augusto von Dentz3-9/+52
2012-12-04gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2-0/+28
2012-12-04gobex: Introduce GObexApparam APILuiz Augusto von Dentz2-0/+373
2012-12-04gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2-4/+6
2012-12-04gobex: Change UTF name to standardNeal Peacock1-1/+1
2012-12-04gobex: Fix dead assignments in gobex-header.cSzymon Janc1-5/+5
2012-12-04gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery3-5/+21
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 Dentz3-2/+29
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 Dentz3-33/+216
2012-12-04gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2-12/+27
2012-12-04gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz1-16/+2
2012-12-04gobex: add defines for possible values of SRMP headerLuiz Augusto von Dentz1-1/+6
2012-12-04gobex: add defines for possible values of SRM headerLuiz Augusto von Dentz1-0/+5
2012-12-04gobex: fix transfer search in transfer_completeMikel Astiz1-11/+19
2012-12-04gobex: Add translating error codes to stringsBartosz Szatkowski2-0/+59
2012-12-04gobex: fix removing wrong id on transfer_freeLuiz Augusto von Dentz1-1/+1
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: remove extra define of G_OBEX_RSP_SUCCESSLuiz Augusto von Dentz1-1/+0
2012-12-04gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz1-3/+12
2012-12-04gobex: log packets using G_OBEX_DEBUG_PACKETLuiz Augusto von Dentz1-0/+38
2012-12-04gobex: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz1-0/+49
2012-12-04gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz1-0/+50
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 Dentz4-7/+37
2012-12-04gobex: add initial support for debugLuiz Augusto von Dentz2-0/+96