summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-2/+3
* gobex: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* gobex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-231-1/+6
* gobex: Fix a compilation error for the compatibility with LLVMMiao-chen Chou2016-12-071-2/+2
* gobex: Fix crash when debug is enabledLuiz Augusto von Dentz2014-08-291-0/+6
* 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: log packets using G_OBEX_DEBUG_PACKETLuiz Augusto von Dentz2012-12-041-0/+38
* 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: Remove g_obex_packet_find_headerJohan Hedberg2012-12-041-14/+0
* gobex: Add OBEX packet header addition convenience functionsJohan Hedberg2012-12-041-0/+46
* gobex: Add g_obex_packet_get_body convenience functionJohan Hedberg2012-12-041-0/+11
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-3/+3
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-4/+18
* gobex: Fix also response code for on-demand data based packetsJohan Hedberg2012-12-041-1/+5
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-041-3/+4
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-10/+48
* gobex: Fix end of body packets for on-demand headersJohan Hedberg2012-12-041-0/+9
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-041-1/+8
* gobex: Add g_obex_packet_find_header and g_obex_packet_prepend_headerJohan Hedberg2012-12-041-0/+22
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-2/+3
* gobex: Add support for on-demand headersJohan Hedberg2012-12-041-8/+6
* gobex: Fix length checks in packet decodingJohan Hedberg2012-12-041-8/+2
* gobex: Don't export final bit details in public APIJohan Hedberg2012-12-041-3/+5
* gobex: Fix packet length updating when parsing headersJohan Hedberg2012-12-041-0/+1
* gobex: Add initial GError supportJohan Hedberg2012-12-041-13/+27
* gobex: Use GLib size typesJohan Hedberg2012-12-041-11/+11
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-0/+261