aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc/jsp_server.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19server: change prototype of add_service()Antonio Borneo1-7/+10
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo1-2/+1
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+2
2020-11-04target: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+2
2020-09-05openrisc: Fix segv jsp due to free of unallocated dataStafford Horne1-6/+0
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2018-03-15server: free strduped port numbersTomas Vanek1-0/+4
2017-10-03telnet_server: drop unused optionsKarl Palsson1-1/+0
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien1-0/+247