aboutsummaryrefslogtreecommitdiff
path: root/src/helper/configuration.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24helper: fix build with mingw gcc 12.1.0Antonio Borneo1-2/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek1-0/+15
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-10-31Remove unnecessary castsAndreas Fritiofson1-4/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-21telnet: add telnet history supportSpencer Oliver1-0/+44
2012-02-06build: cleanup src/helper directorySpencer Oliver1-18/+14
2010-01-05don't require 'openocd.cfg' to startDavid Brownell1-2/+4
2009-11-22embedded: reduce stack usageØyvind Harboe1-4/+9
2009-11-21show script search dirs in debug logAndreas Fritiofson1-0/+2
2009-11-16improve constness of open_file_from_pathZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-5/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-08file not found SEGFAULT fixoharboe1-1/+3
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe1-1/+1
2008-07-11work in progress to improve helpoharboe1-1/+4
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe1-2/+2
2008-06-27export find_file functionoharboe1-10/+24
2008-06-04Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe1-1/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-1/+1
2008-02-29- clean up target output strings a bitoharboe1-2/+9
2008-02-25- remove build warningsntfreak1-2/+0
2008-02-25- convert all files to unix line-endingdrath1-104/+104
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-6/+0
2008-02-24move options handling to separate file to better support embedded implementat...oharboe1-90/+0
2008-02-24- added -c option that will execute an openocd commandoharboe1-199/+200
2008-02-20- fix bug when using full paths to config files. Thanks Ted Rothntfreak1-3/+5
2008-02-19- add search paths via new arg -s (-search). Thanks Ted Rothntfreak1-14/+80
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-1/+1
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+131