| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use C99 (Xi Ruoyao) | Christos Zoulas | 2023-03-04 | 1 | -2/+3 |
| * | For CSV print more info about what kind of text file it is if we have it. | Christos Zoulas | 2023-02-20 | 1 | -2/+2 |
| * | PR/412: joveler: Fix MinGW compilation | Christos Zoulas | 2022-12-26 | 1 | -2/+4 |
| * | prefix public/private/protected with file_ | Christos Zoulas | 2022-12-26 | 1 | -33/+33 |
| * | revert previous, file_printable is used in softmagic, so quoting spaces | Christos Zoulas | 2022-10-09 | 1 | -3/+2 |
| * | Revert previous | Christos Zoulas | 2022-09-24 | 1 | -7/+1 |
| * | mdd build glue, bump version | Christos Zoulas | 2022-09-24 | 1 | -1/+7 |
| * | - print white space as octal in printable | Christos Zoulas | 2022-09-24 | 1 | -4/+39 |
| * | - lint fixes | Christos Zoulas | 2022-09-13 | 1 | -1/+2 |
| * | PR/362: ro-ee: fix wide char printing | Christos Zoulas | 2022-07-04 | 1 | -2/+2 |
| * | make file_printable public for now | Christos Zoulas | 2022-05-28 | 1 | -2/+2 |
| * | From: Dirk Mueller: | Christos Zoulas | 2022-04-18 | 1 | -22/+14 |
| * | fix unused warnings | Christos Zoulas | 2022-04-11 | 1 | -4/+5 |
| * | Now that we are cacheing regex's we cannot assume that we always | Christos Zoulas | 2022-03-19 | 1 | -23/+34 |
| * | PR/310: p870613: Don't use strlcpy to copy the string, it will try to scan | Christos Zoulas | 2022-02-14 | 1 | -4/+7 |
| * | PR/307: Fabrice: Don't use c99 loop features. | Christos Zoulas | 2022-01-10 | 1 | -2/+3 |
| * | Windows improvements | Christos Zoulas | 2021-12-06 | 1 | -3/+31 |
| * | PR/270: Don't translate unprintable characters in %s magic formats when -r | Christos Zoulas | 2021-06-30 | 1 | -3/+4 |
| * | PR/230: polluks: Fix trim flag to apply to regex, and trim windows init \r | Christos Zoulas | 2021-02-05 | 1 | -1/+18 |
| * | Check it the buffer is NULL. Issue 30222 in oss-fuzz. | Christos Zoulas | 2021-02-03 | 1 | -2/+9 |
| * | Trim trailing separator. | Christos Zoulas | 2021-02-01 | 1 | -2/+16 |
| * | Fix close_on_exec multithreaded decompression issue. | Christos Zoulas | 2020-12-08 | 1 | -1/+23 |
| * | Include # (alternate format) to the list of uninteresting formats | Christos Zoulas | 2020-06-25 | 1 | -2/+2 |
| * | add an intermediate void * cast | Christos Zoulas | 2020-06-15 | 1 | -3/+4 |
| * | We don't allow * in printf formats anywhere - not in magic descriptions and | Christos Zoulas | 2020-02-20 | 1 | -2/+11 |
| * | Handle %<w>.<p><fmt> (Christoph Biedl) | Christos Zoulas | 2020-02-20 | 1 | -8/+29 |
| * | Avoid memory leak on error. Found by oss-fuzz | Christos Zoulas | 2020-02-17 | 1 | -15/+20 |
| * | - fix missed saving on push. | Christos Zoulas | 2020-02-15 | 1 | -2/+4 |
| * | I think that oss-fuzz objects using sizeof(tbuf) here, so use 1024 instead. | Christos Zoulas | 2020-02-14 | 1 | -4/+2 |
| * | PR/139: avoid excessive printing from doctored magic files (gockelhahn) | Christos Zoulas | 2020-02-13 | 1 | -5/+56 |
| * | Add GUID support. | Christos Zoulas | 2019-12-24 | 1 | -1/+31 |
| * | Pr/119: atrosinenko, appease sanitizer, don't call memset with a null pointer | Christos Zoulas | 2019-11-09 | 1 | -2/+3 |
| * | PR/102: Sergei: save the locale string in our own storage so that we own it. | Christos Zoulas | 2019-09-11 | 1 | -2/+7 |
| * | Limit the CSV test to text files and say so... | Christos Zoulas | 2019-06-26 | 1 | -2/+2 |
| * | PR/85: Add a simple CSV detector | Christos Zoulas | 2019-06-08 | 1 | -1/+12 |
| * | From: Denys Vlasenko | Christos Zoulas | 2019-05-07 | 1 | -3/+4 |
| * | - Add a file_separator function that prints the separator. | Christos Zoulas | 2019-05-06 | 1 | -4/+9 |
| * | use c++ casts everywhere. | Christos Zoulas | 2019-02-20 | 1 | -9/+9 |
| * | PR/62: spinpx: limit size of file_printable. | Christos Zoulas | 2019-02-18 | 1 | -4/+5 |
| * | remove tests for stddef.h, locale.h, limits.h all defined in c89 (petk) | Christos Zoulas | 2018-10-01 | 1 | -3/+1 |
| * | It used to be the case that if a magic entry was found (with non-nul | Christos Zoulas | 2018-08-20 | 1 | -17/+30 |
| * | Add a simple JSON parser... | Christos Zoulas | 2018-08-11 | 1 | -1/+12 |
| * | We don't want to do anything here on errors (since we are already printing | Christos Zoulas | 2018-08-01 | 1 | -5/+5 |
| * | Add a comment for the return values of the magic functions. | Christos Zoulas | 2018-07-27 | 1 | -2/+8 |
| * | a copy of the mode info is now stored in magic_set, and modified by the | Christos Zoulas | 2018-05-24 | 1 | -19/+34 |
| * | - Encapsulate the buffer, size and file descriptor in a struct buffer. | Christos Zoulas | 2017-11-02 | 1 | -14/+13 |
| * | Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski) | Christos Zoulas | 2017-08-28 | 1 | -3/+3 |
| * | Work around glibc/regex/msan bug regexec returns 0 but does initialize pmatch. | Christos Zoulas | 2017-04-07 | 1 | -1/+3 |
| * | PR/579: Andre: Avoid possible infinite recursion in out of memory from | Christos Zoulas | 2016-12-01 | 1 | -2/+2 |
| * | add braces to clarify intent. | Christos Zoulas | 2016-10-19 | 1 | -2/+3 |