summaryrefslogtreecommitdiff
path: root/unit/test-gobex-packet.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 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 support for returning -EAGAIN from producer callbackJohan Hedberg2012-12-041-2/+3
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-19/+19
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-3/+39
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-041-4/+2
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-12/+4
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-041-1/+29
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-2/+2
* gobex: Add support for on-demand headersJohan Hedberg2012-12-041-0/+40
* gobex: Add connect packet decoding testJohan Hedberg2012-12-041-0/+31
* gobex: Add invalid packet data decoding testJohan Hedberg2012-12-041-0/+17
* gobex: Add basic packet encoding testJohan Hedberg2012-12-041-5/+32
* gobex: Add initial GError supportJohan Hedberg2012-12-041-4/+6
* gobex: Split unit tests into separate modulesJohan Hedberg2012-12-041-0/+84