summaryrefslogtreecommitdiff
path: root/unit/test-gobex-header.c
Commit message (Expand)AuthorAgeFilesLines
* 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