summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
* gobex: Fix build on 32 bits systemsLuiz Augusto von Dentz2012-08-241-8/+17
* gobex: Add debug option to apparamLuiz Augusto von Dentz2012-08-163-9/+52
* gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2012-08-162-0/+28
* gobex: Introduce GObexApparam APILuiz Augusto von Dentz2012-08-162-0/+373
* gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2012-08-072-4/+6
* gobex: Change UTF name to standardNeal Peacock2012-06-301-1/+1
* gobex: Fix dead assignments in gobex-header.cSzymon Janc2012-06-141-5/+5
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-05-043-5/+21
* build: Remove glib-helper.h supportMarcel Holtmann2012-04-161-1/+0
* gobex: fix callback remove when canceling transferMikel Astiz2012-02-261-0/+3
* gobex: Use ENOSYS to correspond to OBEX not implementedLuiz Augusto von Dentz2012-02-201-1/+2
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-02-203-2/+29
* gobex: Fix ABORT request not processingJaganath Kanakkassery2012-02-021-1/+1
* gobex: fix automatically including SRM header in CONNECT responsesLuiz Augusto von Dentz2012-01-231-0/+1
* gobex: fix not disabling SRM when dealing with GET responsesLuiz Augusto von Dentz2012-01-231-103/+115
* gobex: Remove reduntant NULL assignmentJaganath Kanakkassery2012-01-181-2/+0
* gobex: automatically use SRM when transport type is SOCK_SEQPACKETLuiz Augusto von Dentz2012-01-111-1/+55
* gobex: handle Single Response Mode Parameters (SRMP) headersLuiz Augusto von Dentz2012-01-111-5/+34
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-01-113-33/+216
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-01-112-12/+27
* gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz2011-12-211-16/+2
* gobex: add defines for possible values of SRMP headerLuiz Augusto von Dentz2011-12-211-1/+6
* gobex: add defines for possible values of SRM headerLuiz Augusto von Dentz2011-12-211-0/+5
* gobex: fix transfer search in transfer_completeMikel Astiz2011-12-151-11/+19
* gobex: Add translating error codes to stringsBartosz Szatkowski2011-12-092-0/+59
* gobex: fix removing wrong id on transfer_freeLuiz Augusto von Dentz2011-11-211-1/+1
* gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski2011-11-181-4/+10
* gobex: make connection id check less strictLuiz Augusto von Dentz2011-11-121-1/+1
* gobex: fix sending Connection ID header in all requestsLuiz Augusto von Dentz2011-11-121-0/+3
* gobex: fix not tracking received responsesLuiz Augusto von Dentz2011-11-121-2/+3
* gobex: fix checking connection id for ABORTLuiz Augusto von Dentz2011-11-121-2/+9
* gobex: add check for connection idLuiz Augusto von Dentz2011-11-071-3/+26
* gobex: remove extra define of G_OBEX_RSP_SUCCESSLuiz Augusto von Dentz2011-11-071-1/+0
* gobex: dump data when G_OBEX_DEBUG_DATA is setLuiz Augusto von Dentz2011-10-221-3/+12
* gobex: log packets using G_OBEX_DEBUG_PACKETLuiz Augusto von Dentz2011-10-221-0/+38
* gobex: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz2011-10-221-0/+49
* gobex: log transfers using G_OBEX_DEBUG_TRANSFERLuiz Augusto von Dentz2011-10-221-0/+50
* gobex: log commands using G_OBEX_DEBUG_COMMANDLuiz Augusto von Dentz2011-10-221-0/+26
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2011-10-224-7/+37
* gobex: add initial support for debugLuiz Augusto von Dentz2011-10-222-0/+96
* gobex: fix includes of config.hLuiz Augusto von Dentz2011-10-204-3/+7
* gobex: add missing checks for config.hLuiz Augusto von Dentz2011-10-183-0/+12
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2011-10-061-0/+7
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2011-09-053-18/+3
* gobex: Use larger timeout first packet in transfersJohan Hedberg2011-09-011-8/+10
* gobex: Fix request timeout handling when abortingJohan Hedberg2011-09-011-4/+14
* gobex: Protect against user callback freeing internal objectsJohan Hedberg2011-08-311-3/+18
* gobex: Protect against transfer_complete callback removing the transferJohan Hedberg2011-08-301-0/+3
* gobex: Fix opcode for Action command convenience functionsJohan Hedberg2011-08-301-2/+2
* gobex: Add support for Action command header offset (0)Johan Hedberg2011-08-301-0/+2