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