aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-11-14tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2-64/+61
2012-06-12tools: Fix test-client error message put/get typoMichaƂ Poczwardowski1-1/+1
2012-04-16build: Remove glib-helper.h supportMarcel Holtmann1-2/+0
2012-02-02tools: Fix test-server to use ERTM while on packet modeLuiz Augusto von Dentz1-3/+14
2012-02-02tools: Fix test-client to use ERTM while on packet modeLuiz Augusto von Dentz1-15/+45
2012-01-31tools: Make test-server to use ERTMLuiz Augusto von Dentz1-1/+1
2012-01-31tools: Make test-client use ERTMLuiz Augusto von Dentz1-2/+2
2011-09-05gobex: Remove g_obex_packet_find_headerJohan Hedberg1-4/+4
2011-09-01gobex: add option to set input/output MTU to test-serverLuiz Augusto von Dentz1-35/+39
2011-09-01gobex: add option to set input/output MTU to test-clientLuiz Augusto von Dentz1-20/+10
2011-08-29gobex: add root support to test-serverLuiz Augusto von Dentz1-0/+8
2011-08-29gobex: Add Bluetooth support for test-serverLuiz Augusto von Dentz1-1/+85
2011-08-29gobex: Add Bluetooth support for test-clientLuiz Augusto von Dentz1-61/+155
2011-08-12Remove bogus extra semicolonsSyam Sidhardhan1-1/+1
2011-08-04Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi1-0/+4
2011-08-02Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz1-0/+2
2011-07-16gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg1-2/+4
2011-07-16gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2-2/+0
2011-07-16gobex: Fix missing newline in test-server error logJohan Hedberg1-1/+1
2011-07-16gobex: Add g_obex_send_rsp convenience functionJohan Hedberg1-0/+2
2011-07-16gobex: Fix test-server/client file creation modeJohan Hedberg2-2/+2
2011-07-16gobex: Add Get support to test-client and test-serverJohan Hedberg2-14/+141
2011-07-16gobex: Make use of va-args headers in higher level functionsJohan Hedberg1-1/+1
2011-07-16gobex: Make transfer functions take va-args header listsJohan Hedberg2-3/+5
2011-07-16gobex: Remove _ID_ from header type definitionsJohan Hedberg1-4/+3
2011-07-16gobex: Add va-args based packet creation supportJohan Hedberg1-1/+2
2011-07-16gobex: Add put streaming support to test-serverJohan Hedberg1-7/+21
2011-07-16gobex: Print more informative disconnect message in test-clientJohan Hedberg1-1/+1
2011-07-16gobex: Rename g_obex_put to g_obex_put_reqJohan Hedberg1-1/+2
2011-07-16gobex: Update test-server to use per-opcode request handlersJohan Hedberg1-21/+12
2011-07-16gobex: Add basic put request parsing to test-serverJohan Hedberg1-4/+33
2011-07-16gobex: Track last received request internally and remove g_obex_responseJohan Hedberg1-6/+8
2011-07-16gobex: Add support for put transfer in test-clientJohan Hedberg1-0/+56
2011-07-16gobex: Add proper responses to all requests in test-serverJohan Hedberg1-2/+17
2011-07-16gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg1-2/+5
2011-07-16gobex: Use g_obex_respose in test-serverJohan Hedberg1-0/+2
2011-07-16gobex: Add request callback to test-serverJohan Hedberg1-1/+7
2011-07-16gobex: Add connect command to test-clientJohan Hedberg1-0/+10
2011-07-16gobex: Add readline support to test-clientJohan Hedberg1-1/+98
2011-07-16gobex: Add basic skeleton for test-clientJohan Hedberg1-0/+144
2011-07-16gobex: Fix test-server server socket leakJohan Hedberg1-12/+14
2011-07-16gobex: Add some basic command line options to test-serverJohan Hedberg1-4/+27
2011-07-16gobex: g_obex_new should create its own GIOChannel refJohan Hedberg1-0/+3
2011-07-16gobex: Add per-client tracking to test-serverJohan Hedberg1-2/+12
2011-07-16gobex: Add a skeleton for a test serverJohan Hedberg1-0/+160