summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Require BOM for UCS16 like we do for UCS32. Otherwise we get too manyChristos Zoulas2022-06-101-2/+2
* Remove extra paren (Andrei Dobrescu)Christos Zoulas2022-06-021-2/+2
* PR/348: frokaikan: Add printfs for all aborts, and missing cases forChristos Zoulas2022-05-311-3/+17
* make file_printable public for nowChristos Zoulas2022-05-282-4/+4
* PR/351: CathyKMeow: octalify unprintable characters in filenames unless raw.Christos Zoulas2022-05-282-21/+29
* add missing cast in test codeChristos Zoulas2022-05-283-6/+6
* Delay allocation of nbuf and use malloc instead of calloc since the wholeChristos Zoulas2022-04-221-10/+9
* From: Dirk Mueller:Christos Zoulas2022-04-184-46/+24
* From Dirk Mueller:Christos Zoulas2022-04-181-2/+2
* From Dirk Mueller:Christos Zoulas2022-04-181-5/+6
* Casts to compile cleanly with g++Christos Zoulas2022-04-114-10/+10
* fix unused warningsChristos Zoulas2022-04-112-5/+9
* initialize hi;Christos Zoulas2022-04-111-1/+2
* use unsigned for holding the hi part of the surrogate pairChristos Zoulas2022-04-111-2/+3
* PR/332: vinc: Fix misdetection of text file that start with valid json,Christos Zoulas2022-04-041-2/+2
* PR/334: jmp3r: Filter out bad ucs16 by handling surrogate pairs and invalidChristos Zoulas2022-04-041-10/+31
* Add detection for unescaped . outside of [] (Dirk Mueller)Christos Zoulas2022-03-241-114/+129
* Fix unused warningsChristos Zoulas2022-03-241-4/+6
* PR/327: vinc17Christos Zoulas2022-03-211-18/+27
* Now that we are cacheing regex's we cannot assume that we alwaysChristos Zoulas2022-03-194-40/+59
* regex caching and filesystem full fixes (Dirk Mueller)Christos Zoulas2022-03-193-89/+131
* Handle full disk space errors as failure (Dirk Mueller)Christos Zoulas2022-03-191-19/+22
* PR/319: jmp3r: UTF-16 does not require a BOMChristos Zoulas2022-02-191-2/+2
* PR/310: p870613: Don't use strlcpy to copy the string, it will try to scanChristos Zoulas2022-02-141-4/+7
* Fix the mime type for ole docs (Joerg Jenderek)Christos Zoulas2022-01-171-2/+3
* PR/305: felixsch: remove unused offset computation from mprint() which couldChristos Zoulas2022-01-101-27/+4
* PR/307: Fabrice: Don't use c99 loop features.Christos Zoulas2022-01-103-8/+11
* JSON is text data, requested by Vincent Mihalkovic.Christos Zoulas2021-12-091-2/+2
* Add an alternative way to compute strength that takes into accountChristos Zoulas2021-12-061-7/+39
* improve the strength printing.Christos Zoulas2021-12-061-10/+15
* Windows improvementsChristos Zoulas2021-12-065-12/+62
* Fix warnings, make posix_spawn work, unbreak vfork.Christos Zoulas2021-11-191-19/+18
* Implement running decompressors using posix_spawnp(2) instead of vfork(2)Christos Zoulas2021-11-191-30/+90
* remove dead code.Christos Zoulas2021-10-281-3/+1
* make sure rv is initializedChristos Zoulas2021-10-281-1/+2
* handle allocation failure properly.Christos Zoulas2021-10-281-5/+6
* remove dead assignment.Christos Zoulas2021-10-281-3/+3
* Avoid intermediate variable useChristos Zoulas2021-10-281-4/+2
* avoid intermediate variable useChristos Zoulas2021-10-281-7/+3
* remove unused setting of flushChristos Zoulas2021-10-281-2/+1
* Limit scope of lenChristos Zoulas2021-10-281-5/+4
* Undo previous. It is pointless: the scanner prohibits calling anythingChristos Zoulas2021-10-281-4/+2
* Rewind before vfork(2) since lseek(2) may not be called after vfork(2).Christos Zoulas2021-10-281-2/+4
* Add support for msdos dates and timesChristos Zoulas2021-10-244-71/+199
* Fix typo (Werner Fink)Christos Zoulas2021-10-211-2/+2
* Use the system byte swapping functions if available (Werner Fink)Christos Zoulas2021-10-202-5/+41
* fix clang warnings (Avinash Sonawane)Christos Zoulas2021-09-241-2/+3
* Reorder members to avoid padding (Avinash Sonawane)Christos Zoulas2021-09-241-19/+19
* deal with malloc(0) cases (Avinash Sonawane)Christos Zoulas2021-09-242-2/+12
* remove debugging codeChristos Zoulas2021-09-231-4/+1