summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
* gobex: Revert g_obex_pending_req_abort to static pending_req_abortLuiz Augusto von Dentz2013-09-292-4/+2
* gobex: Fix crash on g_obex_pending_req_abortLuiz Augusto von Dentz2013-09-291-1/+4
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* gobex: Add proper message to transfer errorsLuiz Augusto von Dentz2013-08-121-2/+2
* gobex: Get rid of gcharLucas De Marchi2013-05-021-8/+8
* gobex: Get rid of gintLucas De Marchi2013-05-012-8/+8
* gobex: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+8
* gobex: Fix GPL version referenceJohan Hedberg2013-02-1512-24/+36
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-076-0/+24
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-056-24/+0
* gobex: Fix build on 32 bits systemsLuiz Augusto von Dentz2012-12-041-8/+17
* gobex: Add debug option to apparamLuiz Augusto von Dentz2012-12-043-9/+52
* gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2012-12-042-0/+28
* gobex: Introduce GObexApparam APILuiz Augusto von Dentz2012-12-042-0/+373
* gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2012-12-042-4/+6
* gobex: Change UTF name to standardNeal Peacock2012-12-041-1/+1
* gobex: Fix dead assignments in gobex-header.cSzymon Janc2012-12-041-5/+5
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-12-043-5/+21
* 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-043-2/+29
* 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-043-33/+216
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-12-042-12/+27
* gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz2012-12-041-16/+2
* gobex: add defines for possible values of SRMP headerLuiz Augusto von Dentz2012-12-041-1/+6
* gobex: add defines for possible values of SRM headerLuiz Augusto von Dentz2012-12-041-0/+5
* gobex: fix transfer search in transfer_completeMikel Astiz2012-12-041-11/+19
* gobex: Add translating error codes to stringsBartosz Szatkowski2012-12-042-0/+59
* gobex: fix removing wrong id on transfer_freeLuiz Augusto von Dentz2012-12-041-1/+1
* 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: remove extra define of G_OBEX_RSP_SUCCESSLuiz Augusto von Dentz2012-12-041-1/+0
* gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz2012-12-041-3/+12
* gobex: log packets using G_OBEX_DEBUG_PACKETLuiz Augusto von Dentz2012-12-041-0/+38
* gobex: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz2012-12-041-0/+49
* gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz2012-12-041-0/+50
* 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-044-7/+37
* gobex: add initial support for debugLuiz Augusto von Dentz2012-12-042-0/+96