summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Also reset ebuf for consistency.Christos Zoulas2023-04-021-2/+5
* Avoid 0 size mallocChristos Zoulas2023-04-021-2/+4
* (no commit message)Christos Zoulas2023-03-141-1/+2
* don't show the full search string if > 100Christos Zoulas2023-03-141-3/+7
* PR/426: claudiu: don't print garbage to stderr.Christos Zoulas2023-03-051-15/+18
* PR/431: Barteks2x: If we failed to convert to utf8, don't return an error.Christos Zoulas2023-03-051-2/+4
* Don't use C99 (Xi Ruoyao)Christos Zoulas2023-03-041-2/+3
* For CSV print more info about what kind of text file it is if we have it.Christos Zoulas2023-02-203-7/+9
* Add new param.Christos Zoulas2023-02-121-0/+1
* bump notes section size to read to 128M (Vincent Michalkovic) and make itChristos Zoulas2023-02-094-10/+17
* PR/418: joveler: improve HWP detections.Christos Zoulas2023-01-241-2/+2
* fix decompression always returning empty.Christos Zoulas2023-01-081-4/+17
* PR/413: grobian: include limits.h for UINT_MAX on SolarisChristos Zoulas2022-12-281-1/+2
* PR/408: SpraxDev: Add utimes to the allow list for -pChristos Zoulas2022-12-261-1/+2
* PR/412: joveler: Fix MinGW compilationChristos Zoulas2022-12-262-5/+7
* match argument typeChristos Zoulas2022-12-261-2/+2
* prefix public/private/protected with file_Christos Zoulas2022-12-2617-437/+437
* Allow the full int range (including unsigned)Christos Zoulas2022-12-241-3/+3
* Handle nan's so that we don't get internal floating point exceptionsChristos Zoulas2022-12-142-11/+12
* In the name->use case return true if we found a match. This fixes the caseChristos Zoulas2022-12-091-2/+2
* PR/399: lindblad: fix typosChristos Zoulas2022-10-311-2/+2
* PR/398: Fabrice: Fix compilation without wide (uclibc)Christos Zoulas2022-10-261-30/+30
* Use the -n flag to produce immediate results and kill the short-lived -I.Christos Zoulas2022-10-262-16/+9
* In immediate mode, print with the current width.Christos Zoulas2022-10-241-4/+4
* PR/397: dadv: Restore the ability of processing filenames from stdinChristos Zoulas2022-10-232-22/+37
* Fix magic entry listing; it was skipping entries for magic with noChristos Zoulas2022-10-231-11/+13
* Add debugging for searchChristos Zoulas2022-10-181-1/+14
* Obey str_range for strings.Christos Zoulas2022-10-091-3/+7
* Use NULL for the ms field, since this warning is not associated with theChristos Zoulas2022-10-091-2/+2
* maintain firstline correctly.Christos Zoulas2022-10-091-25/+21
* revert previous, file_printable is used in softmagic, so quoting spacesChristos Zoulas2022-10-091-3/+2
* for indirect magic, reset printed_something and need_separator so thatChristos Zoulas2022-10-071-2/+6
* handle negative numbers in overflow calculationChristos Zoulas2022-10-021-2/+7
* Increase the number of bytes we are looking for (Joerg Jenderek)Christos Zoulas2022-10-021-3/+3
* prevent overflow (clusterfuzz)Christos Zoulas2022-10-011-2/+2
* PR/384: darose: Fix wrong nameChristos Zoulas2022-09-271-2/+2
* PR/383: delphij: %lc expects wint_tChristos Zoulas2022-09-271-2/+2
* close the fd to make sure that the child dies (clusterfuzz)Christos Zoulas2022-09-271-3/+12
* Avoid aborting on bad op on default (clusterfuxx)Christos Zoulas2022-09-272-5/+5
* prevent leak (clusterfuzz)Christos Zoulas2022-09-241-1/+2
* Revert previousChristos Zoulas2022-09-2444-271/+47
* mdd build glue, bump versionChristos Zoulas2022-09-2444-47/+271
* - print white space as octal in printableChristos Zoulas2022-09-242-38/+42
* simplify.Christos Zoulas2022-09-221-6/+5
* handle 9.99.100 for NetBSD-currentChristos Zoulas2022-09-221-2/+6
* remove stray free.Christos Zoulas2022-09-211-2/+1
* refactor the decompression code to reduce complexity of allocation andChristos Zoulas2022-09-211-65/+54
* fix another memory leak in lzma (clusterfuzz)Christos Zoulas2022-09-211-96/+98
* don't leak memory on bz decompress error (clusterfuzz)Christos Zoulas2022-09-211-2/+4
* check and limit range of offset to prevent overflow (clusterfuzz)Christos Zoulas2022-09-211-17/+39