summaryrefslogtreecommitdiff
path: root/unit/test-gobex-header.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: Fix gobex GPL version referenceJohan Hedberg2013-02-151-2/+3
| | | | | These files (like everything else in the tree) should be GPL 2 or later instead of GPL 2 only.
* 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
| | | | Length values of less than 3 are invalid.
* gobex: Fix encoding of empty unicode headersJakub Adamek2012-12-041-0/+55
| | | | | | | | | | | | According to IrOBEX: "An empty Name header is defined as a Name header of length 3 (one byte opcode + two byte length)." The current code encodes an empty header with 5 bytes, including two bytes of null-terminator. This patch assumes that this definition of emptiness applies to all unicode headers, not just the name header.
* 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