summaryrefslogtreecommitdiff
path: root/unit/test-gobex.c
Commit message (Expand)AuthorAgeFilesLines
* unit/gobex: remove timer only when it's not removed yetArchie Pusaka2021-05-061-175/+209
* 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/+1
* unit/test-gobex: Add test for OBEX authentication failLuiz Augusto von Dentz2014-03-311-0/+40
* unit/test-gobex: Add test for OBEX authenticationLuiz Augusto von Dentz2014-03-311-0/+55
* unit/test-gobex: Add test for g_obex_disconnectLuiz Augusto von Dentz2014-03-211-0/+41
* unit: Fix test failures with glib 2.39.0Colin Watson2014-01-061-5/+8
* unit: Get rid of gcharLucas De Marchi2013-05-021-3/+3
* unit: Get rid of gintLucas De Marchi2013-05-011-2/+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 "cd ../dir" handling in setpathBartosz Szatkowski2012-12-041-0/+42
* gobex: Add unit tests for Action command functionsJohan Hedberg2012-12-041-0/+88
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2012-12-041-1/+1
* gobex: Fix minor memory leak in unit testJohan Hedberg2012-12-041-0/+1
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-13/+10
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-6/+9
* gobex: Ignore unexpected responses (which can occur when aborting)Johan Hedberg2012-12-041-1/+1
* gobex: Add g_obex_deleteJohan Hedberg2012-12-041-6/+48
* gobex: Add g_obex_mkdirJohan Hedberg2012-12-041-0/+43
* gobex: Add unit test for SetPath("..")Johan Hedberg2012-12-041-0/+39
* gobex: Use proper response code in connect responseJohan Hedberg2012-12-041-2/+2
* gobex: Add g_obex_setpathJohan Hedberg2012-12-041-0/+45
* gobex: Add unit test for g_obex_connectJohan Hedberg2012-12-041-0/+49
* gobex: Refactor common unit test functions to util.cJohan Hedberg2012-12-041-8/+8
* gobex: Use zero timeout to make timeout unit tests run fasterJohan Hedberg2012-12-041-2/+2
* gobex: Move more unit test helpers to util.cJohan Hedberg2012-12-041-48/+0
* gobex: Add unit test for unexpected dataJohan Hedberg2012-12-041-0/+50
* gobex: Remove g_obex_set_request_functionJohan Hedberg2012-12-041-1/+2
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-041-5/+3
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-7/+4
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-041-8/+28
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-5/+5
* gobex: g_obex_new should create its own GIOChannel refJohan Hedberg2012-12-041-1/+5
* gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg2012-12-041-2/+2
* gobex: Split ev_func into req_func and disconn_funcJohan Hedberg2012-12-041-12/+20
* gobex: Add support for on-demand headersJohan Hedberg2012-12-041-59/+147
* gobex: Add packet transport supportJohan Hedberg2012-12-041-13/+92
* gobex: Add request cancellation supportJohan Hedberg2012-12-041-0/+143
* gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg2012-12-041-13/+20
* gobex: Add per-request timeoutsJohan Hedberg2012-12-041-6/+45
* gobex: Add invalid connect response testJohan Hedberg2012-12-041-5/+43
* gobex: Refactor response sending in testsJohan Hedberg2012-12-041-12/+16
* gobex: Add proper error returns to packet sending functionsJohan Hedberg2012-12-041-2/+4
* gobex: Add disconnect callback supportJohan Hedberg2012-12-041-0/+36
* gobex: Split unit tests into separate modulesJohan Hedberg2012-12-041-462/+15
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-0/+1
* gobex: Make Action ID test data less predictableJohan Hedberg2012-12-041-5/+5