summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
* gobex: Fix read from pointer after freeTedd Ho-Jeong An2022-02-181-0/+2
* gobex: Print error if data cannot be writtenLuiz Augusto von Dentz2022-02-141-2/+15
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-062-5/+7
* gobex: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2112-168/+12
* gobex: Fix segfault caused by interrupted transferDenis Grigorev2020-07-013-0/+16
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+1
* gobex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-232-2/+12
* gobex: Make g_obex_apparam_encode NULL safeLuiz Augusto von Dentz2017-04-231-0/+3
* gobex: Fix a compilation error for the compatibility with LLVMMiao-chen Chou2016-12-075-16/+16
* gobex: Minor coding style (whitespace) fixJohan Hedberg2015-07-081-1/+0
* gobex: Fix includes for gobex.h headerMarcel Holtmann2015-03-014-8/+8
* gobex: List all enum values in switchSzymon Janc2014-12-081-0/+1
* gobex: Abort if there is no request to cancelLuiz Augusto von Dentz2014-08-291-2/+7
* gobex: Add g_obex_abortLuiz Augusto von Dentz2014-08-293-5/+15
* gobex: Fix crash when debug is enabledLuiz Augusto von Dentz2014-08-293-1/+17
* gobex: Fix warning if g_obex_resume is called when disconnectedLuiz Augusto von Dentz2014-08-291-1/+1
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-2/+7
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-0/+1
* gobex: Fix use after freeAndrei Emeltchenko2014-08-111-2/+1
* gobex: Fix use after freeAndrei Emeltchenko2014-08-051-0/+1
* gobex: Fix removing invalid sourceSzymon Janc2014-04-251-5/+17
* gobex: Fix asserting one more timeLuiz Augusto von Dentz2014-04-091-1/+1
* gobex: Fix being able to cancel completed requestsLuiz Augusto von Dentz2014-04-081-3/+5
* gobex: Really fix assert this timeLuiz Augusto von Dentz2014-04-021-1/+1
* gobex: Fix memory leakLuiz Augusto von Dentz2014-04-021-0/+1
* gobex: Fix asserting when resending connect requestLuiz Augusto von Dentz2014-04-021-0/+2
* gobex: Respond to authentication challengeLuiz Augusto von Dentz2014-03-311-14/+113
* gobex/header: Add g_obex_header_new_tag functionLuiz Augusto von Dentz2014-03-312-2/+8
* gobex: Add g_obex_disconnectLuiz Augusto von Dentz2014-03-212-0/+15
* gobex/transfer: Keep request id for GET when SRM is activeLuiz Augusto von Dentz2014-03-211-1/+6
* gobex: Fix not resetting SRM setupLuiz Augusto von Dentz2014-03-211-1/+2
* gobex: Handle suspending/resuming for GET when SRM is activeLuiz Augusto von Dentz2014-02-202-3/+55
* gobex: Fix not handling SRM properlyLuiz Augusto von Dentz2014-02-201-8/+16
* 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