summaryrefslogtreecommitdiff
path: root/gobex/gobex-header.c
Commit message (Expand)AuthorAgeFilesLines
* gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2012-08-161-0/+25
* 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: log headers using G_OBEX_DEBUG_HEADERLuiz Augusto von Dentz2011-10-221-0/+49
* gobex: log errors using G_OBEX_DEBUG_ERRORLuiz Augusto von Dentz2011-10-221-0/+4
* gobex: fix includes of config.hLuiz Augusto von Dentz2011-10-201-1/+1
* gobex: add missing checks for config.hLuiz Augusto von Dentz2011-10-181-0/+4
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2011-10-061-0/+7
* Fix encoding of empty unicode headersJakub Adamek2011-08-221-1/+10
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2011-07-161-34/+34
* gobex: Add va-args based packet creation supportJohan Hedberg2011-07-161-0/+45
* gobex: Make buffer parameter const for g_obex_header_new_bytesJohan Hedberg2011-07-161-1/+1
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2011-07-161-15/+2
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2011-07-161-42/+0
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2011-07-161-5/+9
* gobex: Add missing g_set_error in header parsingJohan Hedberg2011-07-161-1/+6
* gobex: Add support for on-demand headersJohan Hedberg2011-07-161-0/+38
* gobex: Improve decoding error messageJohan Hedberg2011-07-161-2/+3
* gobex: Add initial GError supportJohan Hedberg2011-07-161-8/+38
* gobex: Use GLib size typesJohan Hedberg2011-07-161-12/+12
* gobex: Split gobex.c into multiple modulesJohan Hedberg2011-07-161-0/+376