summaryrefslogtreecommitdiff
path: root/tools/obex-server-tool.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-291-13/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+2
* tools: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-1/+1
* tools: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* tools/obex-server-tool: Fix checking incorrect error codeAndrei Emeltchenko2013-12-091-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gobex: tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2012-12-041-22/+22
* gobex: build: Remove glib-helper.h supportMarcel Holtmann2012-12-041-2/+0
* gobex: tools: Fix test-server to use ERTM while on packet modeLuiz Augusto von Dentz2012-12-041-3/+14
* gobex: tools: Make test-server to use ERTMLuiz Augusto von Dentz2012-12-041-1/+1
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2012-12-041-4/+4
* gobex: add option to set input/output MTU to test-serverLuiz Augusto von Dentz2012-12-041-35/+39
* gobex: add root support to test-serverLuiz Augusto von Dentz2012-12-041-0/+8
* gobex: Add Bluetooth support for test-serverLuiz Augusto von Dentz2012-12-041-1/+85
* gobex: Remove bogus extra semicolonsSyam Sidhardhan2012-12-041-1/+1
* gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is definedDaniele Forsi2012-12-041-0/+4
* gobex: Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2012-12-041-0/+2
* gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg2012-12-041-2/+4
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2012-12-041-1/+0
* gobex: Fix missing newline in test-server error logJohan Hedberg2012-12-041-1/+1
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2012-12-041-0/+2
* gobex: Fix test-server/client file creation modeJohan Hedberg2012-12-041-1/+1
* gobex: Add Get support to test-client and test-serverJohan Hedberg2012-12-041-4/+87
* gobex: Make transfer functions take va-args header listsJohan Hedberg2012-12-041-1/+2
* gobex: Remove _ID_ from header type definitionsJohan Hedberg2012-12-041-4/+3
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-1/+2
* gobex: Add put streaming support to test-serverJohan Hedberg2012-12-041-7/+21
* gobex: Update test-server to use per-opcode request handlersJohan Hedberg2012-12-041-21/+12
* gobex: Add basic put request parsing to test-serverJohan Hedberg2012-12-041-4/+33
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2012-12-041-6/+8
* gobex: Add proper responses to all requests in test-serverJohan Hedberg2012-12-041-2/+17
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2012-12-041-2/+5
* gobex: Use g_obex_respose in test-serverJohan Hedberg2012-12-041-0/+2
* gobex: Add request callback to test-serverJohan Hedberg2012-12-041-1/+7
* gobex: Fix test-server server socket leakJohan Hedberg2012-12-041-12/+14
* gobex: Add some basic command line options to test-serverJohan Hedberg2012-12-041-4/+27
* gobex: g_obex_new should create its own GIOChannel refJohan Hedberg2012-12-041-0/+3
* gobex: Add per-client tracking to test-serverJohan Hedberg2012-12-041-2/+12
* gobex: Add a skeleton for a test serverJohan Hedberg2012-12-041-0/+160