summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gobex: fix includes of config.hLuiz Augusto von Dentz2012-12-044-3/+7
* gobex: add missing checks for config.hLuiz Augusto von Dentz2012-12-043-0/+12
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2012-12-041-0/+7
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2012-12-043-18/+3
* gobex: Use larger timeout first packet in transfersJohan Hedberg2012-12-041-8/+10
* 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
* gobex: Protect against transfer_complete callback removing the transferJohan Hedberg2012-12-041-0/+3
* gobex: Fix opcode for Action command convenience functionsJohan Hedberg2012-12-041-2/+2
* gobex: Add support for Action command header offset (0)Johan Hedberg2012-12-041-0/+2
* gobex: Add client transfer functions taking a pre-created GObexPacketJohan Hedberg2012-12-042-0/+54
* gobex: Add OBEX packet header addition convenience functionsJohan Hedberg2012-12-042-0/+52
* gobex: Add Action command convenience functionsJohan Hedberg2012-12-043-0/+43
* gobex: fix setting final bit on PUT requestsLuiz Augusto von Dentz2012-12-041-3/+7
* gobex: fix not handling unkown transport typeLuiz Augusto von Dentz2012-12-041-0/+3
* gobex: Fix encoding of empty unicode headersJakub Adamek2012-12-041-1/+10
* gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi2012-12-041-0/+5