summaryrefslogtreecommitdiff
path: root/tools/obex-client-tool.c
Commit message (Expand)AuthorAgeFilesLines
* obex-client: Fix leaked_handleGopal Tiwari2022-05-311-0/+1
* 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: Only add unique entries to readline historyLuiz Augusto von Dentz2017-09-201-1/+2
* tools/obex-client-tool.c: Fix memory leak in obex-client-toolAnupam Roy2015-07-271-1/+4
* 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: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-1/+1
* tools: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* gobex: tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2012-12-041-42/+39
* gobex: tools: Fix test-client error message put/get typoMichał Poczwardowski2012-12-041-1/+1
* gobex: tools: Fix test-client to use ERTM while on packet modeLuiz Augusto von Dentz2012-12-041-15/+45
* gobex: tools: Make test-client use ERTMLuiz Augusto von Dentz2012-12-041-2/+2
* gobex: add option to set input/output MTU to test-clientLuiz Augusto von Dentz2012-12-041-20/+10
* gobex: Add Bluetooth support for test-clientLuiz Augusto von Dentz2012-12-041-61/+155
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2012-12-041-1/+0
* 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-10/+54
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2012-12-041-1/+1
* gobex: Make transfer functions take va-args header listsJohan Hedberg2012-12-041-2/+3
* gobex: Print more informative disconnect message in test-clientJohan Hedberg2012-12-041-1/+1
* gobex: Rename g_obex_put to g_obex_put_reqJohan Hedberg2012-12-041-1/+2
* gobex: Add support for put transfer in test-clientJohan Hedberg2012-12-041-0/+56
* gobex: Add connect command to test-clientJohan Hedberg2012-12-041-0/+10
* gobex: Add readline support to test-clientJohan Hedberg2012-12-041-1/+98
* gobex: Add basic skeleton for test-clientJohan Hedberg2012-12-041-0/+144