summaryrefslogtreecommitdiff
path: root/gobex/gobex-header.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-3/+4
* gobex: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* gobex: List all enum values in switchSzymon Janc2014-12-081-0/+1
* gobex: Fix crash when debug is enabledLuiz Augusto von Dentz2014-08-291-0/+2
* gobex/header: Add g_obex_header_new_tag functionLuiz Augusto von Dentz2014-03-311-2/+7
* gobex: Fix GPL version referenceJohan Hedberg2013-02-151-2/+3
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2012-12-041-0/+25
* 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: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz2012-12-041-0/+49
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2012-12-041-0/+4
* gobex: fix includes of config.hLuiz Augusto von Dentz2012-12-041-1/+1
* gobex: add missing checks for config.hLuiz Augusto von Dentz2012-12-041-0/+4
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2012-12-041-0/+7
* gobex: Fix encoding of empty unicode headersJakub Adamek2012-12-041-1/+10
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-34/+34
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-0/+45
* gobex: Make buffer parameter const for g_obex_header_new_bytesJohan Hedberg2012-12-041-1/+1
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2012-12-041-15/+2
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-42/+0
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-041-5/+9
* gobex: Add missing g_set_error in header parsingJohan Hedberg2012-12-041-1/+6
* gobex: Add support for on-demand headersJohan Hedberg2012-12-041-0/+38
* gobex: Improve decoding error messageJohan Hedberg2012-12-041-2/+3
* gobex: Add initial GError supportJohan Hedberg2012-12-041-8/+38
* gobex: Use GLib size typesJohan Hedberg2012-12-041-12/+12
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-0/+376