Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-14 | Update plain documentation | Steven Schubiger | 1 | -3/+3 | |
2017-10-12 | print_help(): indicate which options require an argument | Steven Schubiger | 1 | -10/+18 | |
2017-10-08 | Omit superfluous quotes | Steven Schubiger | 1 | -1/+1 | |
2017-10-08 | Test substituting 'none' foreground color | Steven Schubiger | 1 | -1/+8 | |
2017-10-07 | Assert after find_color_entry() returns | Steven Schubiger | 1 | -0/+1 | |
2017-10-04 | Define DEBUG_FILE under DEBUG only | Steven Schubiger | 1 | -1/+3 | |
2017-10-01 | Minor tweaks | Steven Schubiger | 1 | -2/+2 | |
- Omit enumeration identifier - Reorder const qualifier | |||||
2017-09-27 | Adjust Debian Standards-Version | Steven Schubiger | 2 | -1/+8 | |
Thanks Axel Beckert | |||||
2017-09-27 | Merge changelog entries | Steven Schubiger | 1 | -6/+1 | |
Thanks Axel Beckert | |||||
2017-08-26 | Extend fixed space of attr[] | Steven Schubiger | 1 | -1/+1 | |
2017-08-20 | process_opt_attr(): release var if not prior exited | Steven Schubiger | 1 | -0/+1 | |
2017-08-17 | colorize 0.62v0.62 | Steven Schubiger | 3 | -2/+8 | |
2017-08-06 | print_help(): omit braces around for loop body | Steven Schubiger | 1 | -7/+5 | |
2017-08-04 | Assert after find_color_entries() returns | Steven Schubiger | 1 | -0/+1 | |
2017-08-04 | Make assertions more explicit | Steven Schubiger | 1 | -5/+5 | |
2017-08-02 | Optimize extracting invalid attribute name | Steven Schubiger | 2 | -5/+4 | |
2017-08-01 | Enhance message if attribute is invalid | Steven Schubiger | 2 | -3/+11 | |
2017-07-30 | debian/rules: trim down | Steven Schubiger | 2 | -16/+6 | |
2017-07-21 | Set description once for unknown flags | Steven Schubiger | 1 | -3/+4 | |
2017-07-16 | Adapt short description within man page | Steven Schubiger | 1 | -2/+2 | |
2017-07-06 | write_attr(): pass struct by reference | Steven Schubiger | 1 | -8/+13 | |
2017-06-16 | Minor tweaks | Steven Schubiger | 1 | -5/+5 | |
Be more precise with naming/wording | |||||
2017-05-17 | Const name_len | Steven Schubiger | 1 | -1/+1 | |
2017-05-14 | Test --attr with multiple occurrences | Steven Schubiger | 1 | -1/+2 | |
2017-05-12 | Reject attributes with multiple occurrences | Steven Schubiger | 1 | -14/+40 | |
2017-04-27 | colorize 0.61v0.61 | Steven Schubiger | 3 | -2/+8 | |
2017-04-25 | Merge branch 'opt_attr' | Steven Schubiger | 5 | -34/+128 | |
2017-04-25 | Add Axel Beckert to AUTHORS | Steven Schubiger | 1 | -0/+2 | |
2017-04-22 | Update plain documentation | Steven Schubiger | 1 | -1/+12 | |
2017-04-21 | Amend man page date | Steven Schubiger | 1 | -1/+1 | |
2017-04-21 | Improve man page wording | Steven Schubiger | 1 | -1/+1 | |
2017-04-19 | Add tests for --attr | Steven Schubiger | 1 | -1/+22 | |
2017-04-19 | Document --attr | Steven Schubiger | 1 | -4/+10 | |
2017-04-17 | Test --attr failures | Steven Schubiger | 1 | -1/+4 | |
2017-04-16 | Don't xstrdup() optarg | Steven Schubiger | 1 | -6/+2 | |
2017-04-16 | Tweak comment | Steven Schubiger | 1 | -1/+1 | |
2017-04-16 | First draft of attr option | Steven Schubiger | 1 | -27/+84 | |
2017-04-11 | Add plain documentation | Steven Schubiger | 10 | -19/+121 | |
2017-04-02 | colorize 0.60v0.60 | Steven Schubiger | 3 | -5/+5 | |
2017-04-02 | Define _DEFAULT_SOURCE | Steven Schubiger | 1 | -0/+1 | |
Silence # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | |||||
2017-04-02 | Debian packaging: Add Conflicts against forensics-colorize | Axel Beckert | 1 | -0/+1 | |
It also contains /usr/bin/colorize. | |||||
2017-03-19 | Const data | Steven Schubiger | 1 | -1/+1 | |
2017-03-11 | Document Makefile install target | Steven Schubiger | 1 | -3/+5 | |
2017-03-04 | Include all flags in version output | Steven Schubiger | 2 | -2/+16 | |
2017-01-27 | Eliminate goto | Steven Schubiger | 1 | -11/+11 | |
2017-01-14 | Add homepage field | Steven Schubiger | 1 | -0/+1 | |
P: colorize source: no-homepage-field | |||||
2017-01-12 | Enable all hardening flags | Steven Schubiger | 1 | -3/+3 | |
I: colorize: hardening-no-bindnow usr/bin/colorize I: colorize: hardening-no-pie usr/bin/colorize | |||||
2017-01-10 | Add watch file | Steven Schubiger | 1 | -0/+2 | |
2017-01-07 | Fix spelling of preceeded | Steven Schubiger | 2 | -4/+4 | |
I: colorize: spelling-error-in-binary usr/bin/colorize preceeded preceded | |||||
2017-01-06 | Amend files to satisfy lintian | Steven Schubiger | 3 | -6/+8 | |
Thanks Axel Beckert |