summaryrefslogtreecommitdiff
path: root/unit/test-gobex-header.c
Commit message (Expand)AuthorAgeFilesLines
* unit: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+1
* unit: Fix gobex unit testsSzymon Janc2015-10-271-1/+1
* unit: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-1/+2
* unit: Fix gobex GPL version referenceJohan Hedberg2013-02-151-2/+3
* unit: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* unit: Always return with g_test_run() return valueMarcel Holtmann2012-12-091-3/+1
* gobex: Add unit test for encoding/decoding apparam headersLuiz Augusto von Dentz2012-12-041-0/+46
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2012-12-041-0/+8
* gobex: Fix encoding of empty unicode headersJakub Adamek2012-12-041-0/+55
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-18/+15
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2012-12-041-1/+1
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-51/+0
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-041-1/+24
* gobex: Add support for on-demand headersJohan Hedberg2012-12-041-0/+29
* gobex: Add invalid header data decoding testsJohan Hedberg2012-12-041-0/+61
* gobex: Add initial GError supportJohan Hedberg2012-12-041-22/+31
* gobex: Split unit tests into separate modulesJohan Hedberg2012-12-041-0/+393