summaryrefslogtreecommitdiff
path: root/unit
AgeCommit message (Expand)AuthorFilesLines
2012-12-04gobex: add unit test for CONNECT followed by PUT request with random dataLuiz Augusto von Dentz2-1/+64
2012-12-04gobex: add unit test for CONNECT followed by GET wrong responseLuiz Augusto von Dentz1-0/+52
2012-12-04gobex: add unit test for CONNECT followed by PUT responseLuiz Augusto von Dentz1-0/+61
2012-12-04gobex: add unit test for CONNECT followed by PUT requestLuiz Augusto von Dentz1-1/+75
2012-12-04gobex: add unit test for CONNECT followed by GET responseLuiz Augusto von Dentz1-0/+59
2012-12-04gobex: add unit test for CONNECT followed by GET requestLuiz Augusto von Dentz1-0/+67
2012-12-04gobex: add unit test for CONNECT responseLuiz Augusto von Dentz2-0/+63
2012-12-04gobex: add unit test for CONNECT requestLuiz Augusto von Dentz1-0/+57
2012-12-04gobex: Fix decoding byte array headers with too small lengthJohan Hedberg1-0/+8
2012-12-04gobex: Add unit tests for Action command functionsJohan Hedberg1-0/+88
2012-12-04gobex: Add random put request testLuiz Augusto von Dentz2-16/+90
2012-12-04gobex: Fix encoding of empty unicode headersJakub Adamek1-0/+55
2012-12-04gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2-2/+138
2012-12-04gobex: Fix put request handling with final bit valueJohan Hedberg1-1/+1
2012-12-04gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg1-1/+0
2012-12-04gobex: Make use of va-args headers in higher level functionsJohan Hedberg1-1/+1
2012-12-04gobex: Fix minor memory leak in unit testJohan Hedberg1-0/+1
2012-12-04gobex: Make transfer functions take va-args header listsJohan Hedberg1-8/+15
2012-12-04gobex: Remove _ID_ from header type definitionsJohan Hedberg4-59/+53
2012-12-04gobex: Add va-args based packet creation supportJohan Hedberg3-11/+50
2012-12-04gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg1-1/+1
2012-12-04gobex: Allow calling g_obex_get_rsp later with custom headersJohan Hedberg1-1/+1
2012-12-04gobex: Ignore unexpected responses (which can occur when aborting)Johan Hedberg1-1/+1
2012-12-04gobex: Add g_obex_deleteJohan Hedberg1-6/+48
2012-12-04gobex: Add g_obex_mkdirJohan Hedberg1-0/+43
2012-12-04gobex: Add unit test for SetPath("..")Johan Hedberg1-0/+39
2012-12-04gobex: Use proper response code in connect responseJohan Hedberg1-2/+2
2012-12-04gobex: Add g_obex_setpathJohan Hedberg1-0/+45
2012-12-04gobex: Add unit test for g_obex_connectJohan Hedberg1-0/+49
2012-12-04gobex: Refactor common unit test functions to util.cJohan Hedberg4-129/+125
2012-12-04gobex: Add unit tests for g_obex_suspend & g_obex_resumeJohan Hedberg1-0/+102
2012-12-04gobex: Assert correct io_cb count in transfer unit testsJohan Hedberg1-0/+8
2012-12-04gobex: Refactor transfer unit test IO callbacksJohan Hedberg1-217/+41
2012-12-04gobex: Add g_obex_get_rspJohan Hedberg1-2/+123
2012-12-04gobex: Add g_obex_get_reqJohan Hedberg1-31/+145
2012-12-04gobex: Extend g_obex_put_rsp unit test to have two rounds of requestsJohan Hedberg1-3/+66
2012-12-04gobex: Add unit test for g_obex_put_rspJohan Hedberg1-2/+76
2012-12-04gobex: Use zero timeout to make timeout unit tests run fasterJohan Hedberg1-2/+2
2012-12-04gobex: Add unit test for put transfer APIJohan Hedberg1-0/+208
2012-12-04gobex: Move more unit test helpers to util.cJohan Hedberg3-48/+59
2012-12-04gobex: Add unit test for unexpected dataJohan Hedberg1-0/+50
2012-12-04gobex: Remove g_obex_set_request_functionJohan Hedberg1-1/+2
2012-12-04gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2-9/+5
2012-12-04gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg3-70/+8
2012-12-04gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg3-10/+81
2012-12-04gobex: Add convenience response sending functionJohan Hedberg2-7/+7
2012-12-04gobex: g_obex_new should create its own GIOChannel refJohan Hedberg1-1/+5
2012-12-04gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg1-2/+2
2012-12-04gobex: Split ev_func into req_func and disconn_funcJohan Hedberg1-12/+20
2012-12-04gobex: Add support for on-demand headersJohan Hedberg3-59/+216