Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also reset ebuf for consistency. | Christos Zoulas | 2023-04-02 | 1 | -2/+5 |
| | |||||
* | Avoid 0 size malloc | Christos Zoulas | 2023-04-02 | 1 | -2/+4 |
| | |||||
* | (no commit message) | Christos Zoulas | 2023-03-14 | 1 | -1/+2 |
| | |||||
* | don't show the full search string if > 100 | Christos Zoulas | 2023-03-14 | 1 | -3/+7 |
| | |||||
* | PR/426: claudiu: don't print garbage to stderr. | Christos Zoulas | 2023-03-05 | 1 | -15/+18 |
| | |||||
* | PR/431: Barteks2x: If we failed to convert to utf8, don't return an error. | Christos Zoulas | 2023-03-05 | 1 | -2/+4 |
| | |||||
* | 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 | 3 | -7/+9 |
| | | | | (William Chen) | ||||
* | Add new param. | Christos Zoulas | 2023-02-12 | 1 | -0/+1 |
| | |||||
* | bump notes section size to read to 128M (Vincent Michalkovic) and make it | Christos Zoulas | 2023-02-09 | 4 | -10/+17 |
| | | | | configurable. Delete unused constants. | ||||
* | PR/418: joveler: improve HWP detections. | Christos Zoulas | 2023-01-24 | 1 | -2/+2 |
| | |||||
* | fix decompression always returning empty. | Christos Zoulas | 2023-01-08 | 1 | -4/+17 |
| | |||||
* | PR/413: grobian: include limits.h for UINT_MAX on Solaris | Christos Zoulas | 2022-12-28 | 1 | -1/+2 |
| | |||||
* | PR/408: SpraxDev: Add utimes to the allow list for -p | Christos Zoulas | 2022-12-26 | 1 | -1/+2 |
| | |||||
* | PR/412: joveler: Fix MinGW compilation | Christos Zoulas | 2022-12-26 | 2 | -5/+7 |
| | |||||
* | match argument type | Christos Zoulas | 2022-12-26 | 1 | -2/+2 |
| | |||||
* | prefix public/private/protected with file_ | Christos Zoulas | 2022-12-26 | 17 | -437/+437 |
| | |||||
* | Allow the full int range (including unsigned) | Christos Zoulas | 2022-12-24 | 1 | -3/+3 |
| | |||||
* | Handle nan's so that we don't get internal floating point exceptions | Christos Zoulas | 2022-12-14 | 2 | -11/+12 |
| | | | | when they are enabled (Vincent Mihalkovic) | ||||
* | In the name->use case return true if we found a match. This fixes the case | Christos Zoulas | 2022-12-09 | 1 | -2/+2 |
| | | | | | where the name entry found a match, and the use case did not and had a annotation type (file --mime binary.pgp.key) | ||||
* | PR/399: lindblad: fix typos | Christos Zoulas | 2022-10-31 | 1 | -2/+2 |
| | |||||
* | PR/398: Fabrice: Fix compilation without wide (uclibc) | Christos Zoulas | 2022-10-26 | 1 | -30/+30 |
| | | | | make prints consistent | ||||
* | Use the -n flag to produce immediate results and kill the short-lived -I. | Christos Zoulas | 2022-10-26 | 2 | -16/+9 |
| | |||||
* | In immediate mode, print with the current width. | Christos Zoulas | 2022-10-24 | 1 | -4/+4 |
| | |||||
* | PR/397: dadv: Restore the ability of processing filenames from stdin | Christos Zoulas | 2022-10-23 | 2 | -22/+37 |
| | | | | immediately, using the -I flag. | ||||
* | Fix magic entry listing; it was skipping entries for magic with no | Christos Zoulas | 2022-10-23 | 1 | -11/+13 |
| | | | | continuations. | ||||
* | Add debugging for search | Christos Zoulas | 2022-10-18 | 1 | -1/+14 |
| | |||||
* | Obey str_range for strings. | Christos Zoulas | 2022-10-09 | 1 | -3/+7 |
| | |||||
* | Use NULL for the ms field, since this warning is not associated with the | Christos Zoulas | 2022-10-09 | 1 | -2/+2 |
| | | | | current magic file. | ||||
* | maintain firstline correctly. | Christos Zoulas | 2022-10-09 | 1 | -25/+21 |
| | |||||
* | revert previous, file_printable is used in softmagic, so quoting spaces | Christos Zoulas | 2022-10-09 | 1 | -3/+2 |
| | | | | makes things ugly. | ||||
* | for indirect magic, reset printed_something and need_separator so that | Christos Zoulas | 2022-10-07 | 1 | -2/+6 |
| | | | | we don't trigger printing a separator (Christoph Biedl) | ||||
* | handle negative numbers in overflow calculation | Christos Zoulas | 2022-10-02 | 1 | -2/+7 |
| | |||||
* | Increase the number of bytes we are looking for (Joerg Jenderek) | Christos Zoulas | 2022-10-02 | 1 | -3/+3 |
| | |||||
* | prevent overflow (clusterfuzz) | Christos Zoulas | 2022-10-01 | 1 | -2/+2 |
| | |||||
* | PR/384: darose: Fix wrong name | Christos Zoulas | 2022-09-27 | 1 | -2/+2 |
| | |||||
* | PR/383: delphij: %lc expects wint_t | Christos Zoulas | 2022-09-27 | 1 | -2/+2 |
| | |||||
* | close the fd to make sure that the child dies (clusterfuzz) | Christos Zoulas | 2022-09-27 | 1 | -3/+12 |
| | |||||
* | Avoid aborting on bad op on default (clusterfuxx) | Christos Zoulas | 2022-09-27 | 2 | -5/+5 |
| | |||||
* | prevent leak (clusterfuzz) | Christos Zoulas | 2022-09-24 | 1 | -1/+2 |
| | |||||
* | Revert previous | Christos Zoulas | 2022-09-24 | 44 | -271/+47 |
| | |||||
* | mdd build glue, bump version | Christos Zoulas | 2022-09-24 | 44 | -47/+271 |
| | |||||
* | - print white space as octal in printable | Christos Zoulas | 2022-09-24 | 2 | -38/+42 |
| | | | | | - centralize the regex tests - don't allow repetition operands to be repeated. | ||||
* | simplify. | Christos Zoulas | 2022-09-22 | 1 | -6/+5 |
| | |||||
* | handle 9.99.100 for NetBSD-current | Christos Zoulas | 2022-09-22 | 1 | -2/+6 |
| | |||||
* | remove stray free. | Christos Zoulas | 2022-09-21 | 1 | -2/+1 |
| | |||||
* | refactor the decompression code to reduce complexity of allocation and | Christos Zoulas | 2022-09-21 | 1 | -65/+54 |
| | | | | freeing of the returned buffer. | ||||
* | fix another memory leak in lzma (clusterfuzz) | Christos Zoulas | 2022-09-21 | 1 | -96/+98 |
| | | | | fix indentation | ||||
* | don't leak memory on bz decompress error (clusterfuzz) | Christos Zoulas | 2022-09-21 | 1 | -2/+4 |
| | |||||
* | check and limit range of offset to prevent overflow (clusterfuzz) | Christos Zoulas | 2022-09-21 | 1 | -17/+39 |
| |