aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17colorize 0.62v0.62Gravatar Steven Schubiger 3-2/+8
2017-08-06print_help(): omit braces around for loop bodyGravatar Steven Schubiger 1-7/+5
2017-08-04Assert after find_color_entries() returnsGravatar Steven Schubiger 1-0/+1
2017-08-04Make assertions more explicitGravatar Steven Schubiger 1-5/+5
2017-08-02Optimize extracting invalid attribute nameGravatar Steven Schubiger 2-5/+4
2017-08-01Enhance message if attribute is invalidGravatar Steven Schubiger 2-3/+11
2017-07-30debian/rules: trim downGravatar Steven Schubiger 2-16/+6
2017-07-21Set description once for unknown flagsGravatar Steven Schubiger 1-3/+4
2017-07-16Adapt short description within man pageGravatar Steven Schubiger 1-2/+2
2017-07-06write_attr(): pass struct by referenceGravatar Steven Schubiger 1-8/+13
2017-06-16Minor tweaksGravatar Steven Schubiger 1-5/+5
Be more precise with naming/wording
2017-05-17Const name_lenGravatar Steven Schubiger 1-1/+1
2017-05-14Test --attr with multiple occurrencesGravatar Steven Schubiger 1-1/+2
2017-05-12Reject attributes with multiple occurrencesGravatar Steven Schubiger 1-14/+40
2017-04-27colorize 0.61v0.61Gravatar Steven Schubiger 3-2/+8
2017-04-25Merge branch 'opt_attr'Gravatar Steven Schubiger 5-34/+128
2017-04-25Add Axel Beckert to AUTHORSGravatar Steven Schubiger 1-0/+2
2017-04-22Update plain documentationGravatar Steven Schubiger 1-1/+12
2017-04-21Amend man page dateGravatar Steven Schubiger 1-1/+1
2017-04-21Improve man page wordingGravatar Steven Schubiger 1-1/+1
2017-04-19Add tests for --attrGravatar Steven Schubiger 1-1/+22
2017-04-19Document --attrGravatar Steven Schubiger 1-4/+10
2017-04-17Test --attr failuresGravatar Steven Schubiger 1-1/+4
2017-04-16Don't xstrdup() optargGravatar Steven Schubiger 1-6/+2
2017-04-16Tweak commentGravatar Steven Schubiger 1-1/+1
2017-04-16First draft of attr optionGravatar Steven Schubiger 1-27/+84
2017-04-11Add plain documentationGravatar Steven Schubiger 10-19/+121
2017-04-02colorize 0.60v0.60Gravatar Steven Schubiger 3-5/+5
2017-04-02Define _DEFAULT_SOURCEGravatar Steven Schubiger 1-0/+1
Silence # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
2017-04-02Debian packaging: Add Conflicts against forensics-colorizeGravatar Axel Beckert 1-0/+1
It also contains /usr/bin/colorize.
2017-03-19Const dataGravatar Steven Schubiger 1-1/+1
2017-03-11Document Makefile install targetGravatar Steven Schubiger 1-3/+5
2017-03-04Include all flags in version outputGravatar Steven Schubiger 2-2/+16
2017-01-27Eliminate gotoGravatar Steven Schubiger 1-11/+11
2017-01-14Add homepage fieldGravatar Steven Schubiger 1-0/+1
P: colorize source: no-homepage-field
2017-01-12Enable all hardening flagsGravatar Steven Schubiger 1-3/+3
I: colorize: hardening-no-bindnow usr/bin/colorize I: colorize: hardening-no-pie usr/bin/colorize
2017-01-10Add watch fileGravatar Steven Schubiger 1-0/+2
2017-01-07Fix spelling of preceededGravatar Steven Schubiger 2-4/+4
I: colorize: spelling-error-in-binary usr/bin/colorize preceeded preceded
2017-01-06Amend files to satisfy lintianGravatar Steven Schubiger 3-6/+8
Thanks Axel Beckert
2016-12-31Include debian/ directoryGravatar Steven Schubiger 8-0/+79
2016-12-24Add Makefile install targetGravatar Steven Schubiger 1-1/+5
2016-11-27Round version to 2 digits after decimal pointGravatar Steven Schubiger 1-2/+2
2016-10-25Stack and release color names memoryGravatar Steven Schubiger 1-7/+7
Don't call the color_names memory freeing code explicitly in the cleanup function as it is taken care of via {STACK,RELEASE}_VAR(). This implies the memory is "garbage collected" like other uses of those macros, too. Also, declare and initialize the color_names array in a non-global, tighter scope.
2016-10-04Mention running tests through valgrind in READMEGravatar Steven Schubiger 1-0/+7
2016-10-01Run tests through valgrindGravatar Steven Schubiger 3-22/+41
2016-09-21Add screenshotsGravatar Steven Schubiger 9-0/+20
2016-08-19Print list of options dynamically in help outputGravatar Steven Schubiger 1-23/+44
2016-07-27colorize 0.59v0.59Gravatar Steven Schubiger 2-2/+2
2016-07-24Modify .gitignore to match in project rootGravatar Steven Schubiger 1-4/+4
2016-07-24Add HACKINGGravatar Steven Schubiger 1-0/+9