aboutsummaryrefslogtreecommitdiff
path: root/src/helper/binarybuffer.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
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-33/+8
2016-12-08helper: Code cleanup for hexify()Marc Schink1-8/+29
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-7/+32
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06helper: constify log_stringsSpencer Oliver1-1/+1
2013-10-31binarybuffer: Remove unnecessary cast and fix hidden "bug"Andreas Fritiofson1-2/+2
2013-09-26Add new target type: OpenRISCFranck Jullien1-0/+21
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-01-31helper: hexify correctly handle signed charsSpencer Oliver1-1/+1
2012-12-23icdi: add TI icdi interfaceSpencer Oliver1-0/+27
2012-07-06Add a bit-level transfer queueAndreas Fritiofson1-0/+43
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-81/+64
2011-12-01binarybuffer: use strndup to allocate stringSpencer Oliver1-4/+2
2011-02-08performance: committed wrong version of buf_set_buf optimizationMathias K1-4/+18
2011-02-08buf_set_buf around 30% speed increaseMathias K1-7/+22
2010-04-10BINARYBUFFER: review scope of data and functionsAntonio Borneo1-2/+2
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-4/+4
2009-11-16improve buf_set_buf helperZachary T Welch1-3/+6
2009-11-16improve buf_set_onesZachary T Welch1-9/+9
2009-11-16improve buf_cpy helperZachary T Welch1-8/+9
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch1-36/+37
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch1-62/+64
2009-11-16binarybuffer: move variables to point of first useZachary T Welch1-24/+7
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch1-3/+3
2009-11-14remove unused buf_to_u32_handlerZachary T Welch1-9/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-9/+9
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-11/+11
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-5/+0
2009-05-09Michael Bruck <mbruck@digenius.de> use more constoharboe1-4/+4
2009-04-22Fix str_to_buf problem, thanks Andy Cheneemlu1-2/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-45/+45
2008-12-13- remove target specific variant and use target->variant memberntfreak1-27/+27
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-11Charles Hardin ckhardin at gmail.com oharboe1-2/+2
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-37/+0
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-4/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-1/+1
2008-01-20- added patch "remove error handler as planned"mifi1-1/+1
2007-05-05- further work on ETB decoding (not yet functional)drath1-1/+6