summaryrefslogtreecommitdiff
path: root/unit
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add unit test for encoding/decoding apparam headersLuiz Augusto von Dentz2012-08-161-0/+46
* gobex: Add unit tests for GObexApparam APILuiz Augusto von Dentz2012-08-161-0/+422
* gobex: Remove g_idle_add to exit main loop in test_stream_put_req_abort()Jaganath Kanakkassery2012-05-041-7/+3
* gobex: Fix unit test for PUT request followed by ABORTLuiz Augusto von Dentz2012-04-122-5/+66
* gobex: Add unit test for PUT request followed by ABORTJaganath Kanakkassery2012-02-021-0/+50
* gobex: fix unit test when using SOCK_SEQPACKETLuiz Augusto von Dentz2012-01-111-265/+48
* gobex: simplify naming of tests when transfering sequence of packetsLuiz Augusto von Dentz2011-12-301-186/+178
* gobex: add unit test for CONN followed by PUT request with SRMLuiz Augusto von Dentz2011-12-301-0/+74
* gobex: add unit test for GET request with SRM and SRMP additional waitLuiz Augusto von Dentz2011-12-301-0/+72
* gobex: add unit test for GET request with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+70
* gobex: add unit test for GET response with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+84
* gobex: add unit test for PUT response with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-1/+86
* gobex: add unit test for PUT request with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+66
* gobex: add unit test for GET request with SRMLuiz Augusto von Dentz2011-12-301-0/+65
* gobex: add unit test for PUT response with SRMLuiz Augusto von Dentz2011-12-302-0/+100
* gobex: add unit test for GET response with SRM enableLuiz Augusto von Dentz2011-12-301-0/+90
* gobex: add unit test for PUT request with SRMLuiz Augusto von Dentz2011-12-302-3/+68
* gobex: add unit test for GET response with random dataLuiz Augusto von Dentz2011-12-301-0/+80
* gobex: add unit test for GET request with random dataLuiz Augusto von Dentz2011-12-301-0/+62
* gobex: add unit test for PUT response with random dataLuiz Augusto von Dentz2011-12-301-0/+89
* gobex: add unit test for packet PUT request with random dataLuiz Augusto von Dentz2011-12-081-3/+16
* gobex: remove unused delay on test_put_req_randomLuiz Augusto von Dentz2011-12-081-1/+0
* gobex: fix wrong name of test_get_rsp_eagainLuiz Augusto von Dentz2011-12-081-1/+1
* gobex: always set CONNECTION_ID to 1 on unit testsLuiz Augusto von Dentz2011-12-081-29/+12
* gobex: add unit test for GET response with APPARAMLuiz Augusto von Dentz2011-11-251-0/+68
* gobex: add unit test for GET request with APPARAMLuiz Augusto von Dentz2011-11-251-0/+58
* gobex: add unit test for GET request with delayLuiz Augusto von Dentz2011-11-251-0/+44
* gobex: add unit test for PUT response with delayLuiz Augusto von Dentz2011-11-251-0/+86
* gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski2011-11-181-0/+42
* gobex: add unit test for CONNECT followed by PUT request with random dataLuiz Augusto von Dentz2011-11-122-1/+64
* gobex: add unit test for CONNECT followed by GET wrong responseLuiz Augusto von Dentz2011-11-121-0/+52
* gobex: add unit test for CONNECT followed by PUT responseLuiz Augusto von Dentz2011-11-121-0/+61
* gobex: add unit test for CONNECT followed by PUT requestLuiz Augusto von Dentz2011-11-121-1/+75
* gobex: add unit test for CONNECT followed by GET responseLuiz Augusto von Dentz2011-11-121-0/+59
* gobex: add unit test for CONNECT followed by GET requestLuiz Augusto von Dentz2011-11-121-0/+67
* gobex: add unit test for CONNECT responseLuiz Augusto von Dentz2011-11-122-0/+63
* gobex: add unit test for CONNECT requestLuiz Augusto von Dentz2011-11-121-0/+57
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2011-10-061-0/+8
* gobex: Add unit tests for Action command functionsJohan Hedberg2011-08-301-0/+88
* gobex: Add random put request testLuiz Augusto von Dentz2011-08-292-16/+90
* Fix encoding of empty unicode headersJakub Adamek2011-08-221-0/+55
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2011-07-162-2/+138
* gobex: Fix put request handling with final bit valueJohan Hedberg2011-07-161-1/+1
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2011-07-161-1/+0
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2011-07-161-1/+1
* gobex: Fix minor memory leak in unit testJohan Hedberg2011-07-161-0/+1
* gobex: Make transfer functions take va-args header listsJohan Hedberg2011-07-161-8/+15
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2011-07-164-59/+53
* gobex: Add va-args based packet creation supportJohan Hedberg2011-07-163-11/+50
* gobex: Remove unneeded data_policy from g_obex_header_new_bytesJohan Hedberg2011-07-161-1/+1