aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25transport: rewrite command 'transport select' as COMMAND_HANDLERAntonio Borneo1-51/+49
2023-01-15adapter: Improve three adapter-related printsJan Matyas1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2020-11-04transport: remove unused function transports_are_declared()Antonio Borneo1-10/+0
2020-07-26transport: fix minor typosAntonio Borneo1-3/+3
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-2/+0
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-2/+1
2015-03-25transport: make 'transport select' auto-select the first available transport ...Angus Gratton1-9/+22
2015-01-09transport: clarify error message when transport is not selectedKarl Palsson1-3/+4
2014-08-19transport: emit a warning when a user tries to reselect a transportPaul Fertser1-3/+7
2014-06-28transport: Constify the transports vectorAndreas Fritiofson1-3/+3
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-03-30transport: remove interface multiple transport warningSpencer Oliver1-8/+9
2012-02-06build: cleanup src/transport directorySpencer Oliver1-55/+44
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+3
2011-06-13transport: move files over to transport folderØyvind Harboe1-0/+370