summaryrefslogtreecommitdiff
path: root/tools/test-server.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2012-11-141-22/+22
|
* 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
| | | | OBEX should only be used with ERTM over L2CAP and set MTU properly
* tools: Make test-server to use ERTMLuiz Augusto von Dentz2012-01-311-1/+1
| | | | If port is bigger than 31 and stream mode is selected then use ERTM
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2011-09-051-4/+4
| | | | This was exactly the same as g_obex_packet_get_header.
* gobex: add option to set input/output MTU to test-serverLuiz Augusto von Dentz2011-09-011-35/+39
|
* 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
|
* Remove bogus extra semicolonsSyam Sidhardhan2011-08-121-1/+1
|
* Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi2011-08-041-0/+4
| | | | | | | | | To use the replacement for g_slist_free_full() both compat.h and glib-helper.h need to be included. Fixes: gobex/gobex.c:911: error: implicit declaration of function 'g_slist_free_full' tools/test-server.c:344: error: implicit declaration of function ‘g_slist_free_full’
* Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2011-08-021-0/+2
| | | | This avoid having to iterate twice in the list to free its elements.
* 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-161-1/+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-161-1/+1
|
* gobex: Add Get support to test-client and test-serverJohan Hedberg2011-07-161-4/+87
|
* gobex: Make transfer functions take va-args header listsJohan Hedberg2011-07-161-1/+2
|
* 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: 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 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: 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