summaryrefslogtreecommitdiff
path: root/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-044-129/+125
* gobex: Add unit tests for g_obex_suspend & g_obex_resumeJohan Hedberg2012-12-041-0/+102
* gobex: Assert correct io_cb count in transfer unit testsJohan Hedberg2012-12-041-0/+8
* gobex: Refactor transfer unit test IO callbacksJohan Hedberg2012-12-041-217/+41
* gobex: Add g_obex_get_rspJohan Hedberg2012-12-041-2/+123
* gobex: Add g_obex_get_reqJohan Hedberg2012-12-041-31/+145
* gobex: Extend g_obex_put_rsp unit test to have two rounds of requestsJohan Hedberg2012-12-041-3/+66
* gobex: Add unit test for g_obex_put_rspJohan Hedberg2012-12-041-2/+76
* gobex: Use zero timeout to make timeout unit tests run fasterJohan Hedberg2012-12-041-2/+2
* gobex: Add unit test for put transfer APIJohan Hedberg2012-12-041-0/+208
* gobex: Move more unit test helpers to util.cJohan Hedberg2012-12-043-48/+59
* 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-042-9/+5
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-043-70/+8
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2012-12-043-10/+81
* gobex: Add convenience response sending functionJohan Hedberg2012-12-042-7/+7
* 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-043-59/+216
* 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 connect packet decoding testJohan Hedberg2012-12-041-0/+31
* 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 invalid packet data decoding testJohan Hedberg2012-12-041-0/+17
* gobex: Add invalid header data decoding testsJohan Hedberg2012-12-041-0/+61
* gobex: Add basic packet encoding testJohan Hedberg2012-12-041-5/+32
* gobex: Add initial GError supportJohan Hedberg2012-12-042-26/+37
* gobex: Add disconnect callback supportJohan Hedberg2012-12-041-0/+36
* gobex: Split unit tests into separate modulesJohan Hedberg2012-12-045-462/+585
* 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
* gobex: Add functions for fetching data from packetsJohan Hedberg2012-12-041-10/+93
* gobex: Name header creation functions more intuitivelyJohan Hedberg2012-12-041-7/+7
* gobex: Refactor reading/writing to allow packet based transportJohan Hedberg2012-12-041-6/+13
* gobex: Add basic response handlingJohan Hedberg2012-12-041-1/+106
* gobex: Refactor test endpoint creation into create_endpoints()Johan Hedberg2012-12-041-25/+35
* gobex: Fix minor leak in test_recv_connect_streamJohan Hedberg2012-12-041-1/+1