aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-03Update VMS build filesupstream-masterPhilip Hazel
2024-04-28Ensure binaries from a different configuration are all deleted on "make clean".Philip Hazel
2024-04-28Update test output data that got overlookedPhilip Hazel
2024-04-28JIT compiler updateZoltan Herczeg
2024-04-26update build.zig to support zig 0.12.0 (#408)player-two
2024-04-24Implement pcre2_set_max_pattern_compiled_length() and set this limit in the f...Philip Hazel
2024-04-21Limit quantifiers on groups in fuzz checking to avoid timeoutsPhilip Hazel
2024-04-19Fix an edge case bug in fuzz support; it missed the quantifier in sequences l...Philip Hazel
2024-04-16Install OpenVMS support filesPhilip Hazel
2024-04-03JIT compiler updateZoltan Herczeg
2024-03-27Reduce max size of compiled pattern for using JIT in fuzzing in the light of ...Philip Hazel
2024-03-23Fix autoconf test for --enable-jit=auto (#396)Martin Joerg
2024-03-23Update pcre2-config.cmake.in (#397)Maciej Sroczyński
2024-03-21Fix yet another fuzz support oversight; add a test for a recent JIT fixPhilip Hazel
2024-03-21Fixing an issue using empty character sets in jitZoltan Herczeg
2024-03-20In pcre2test under valgrind, make the buffer completely usable again (for an ...Philip Hazel
2024-03-19Add workflow_dispatch to dev workflow so it can be run manuallyPhilip Hazel
2024-03-19Add -O0 to gcc dev test workflow to see if it stops it stickingPhilip Hazel
2024-03-19Update test output when no JIT for new pcre2test commentPhilip Hazel
2024-03-18Fix othercase checking in fast forward searchZoltan Herczeg
2024-03-17Suppress JIT use in fuzzer when compiled pattern is greater than 1 MiBPhilip Hazel
2024-03-17Restrict JIT status comment to jitverify or infoPhilip Hazel
2024-03-17Cause pcre2test to output a message when JIT compilation failsPhilip Hazel
2024-03-17Fix yet another buffer issue in fuzzsupportPhilip Hazel
2024-03-15Update build.zig to support latest master (#395)Tristan Ross
2024-03-15Update all actions from checkout@v3 tp v4Philip Hazel
2024-03-13Fix yet another silly mistake in fuzzerPhilip Hazel
2024-03-13Commit 3ebcb07 omitted to change some instances of the fuzz data to the patch...Philip Hazel
2024-03-11Update workflow checkout to v4 (from v3) as prompted by warning from githubPhilip Hazel
2024-03-11Update overlooked cmake update of name size to 128Philip Hazel
2024-03-11Withdraw previous fix; update generic configPhilip Hazel
2024-03-11Add missing autogen call to MacOS actionPhilip Hazel
2024-03-11Increase name length to 128Philip Hazel
2024-03-09Fuzzsupport now makes a copy of its input instead of modifying the originalPhilip Hazel
2024-03-09Fix overwriting bug in fuzzsupport when text is very shortPhilip Hazel
2024-03-08Update fuzz support to reduce JIT timeouts by limiting quantifiers on groups....Philip Hazel
2024-03-01Fix incorrect compiling when variable-length lookbehind's first branch was no...Philip Hazel
2024-02-29Typos: Fix a few typos in ChangeLog file (#393)Ayesh Karunaratne
2024-02-29Add limit check for brackets with alternativesZoltan Herczeg
2024-02-26JIT compiler updateZoltan Herczeg
2024-02-25In fuzzcheck standalone mode, verify when calling JIT compile, and show if an...Philip Hazel
2024-02-23Add more tracing info to fuzz support when run in standalone modePhilip Hazel
2024-02-23fix typo in fuzzsupport for differential fuzzing (#388)Addison Crump
2024-02-23ci: add dev job using clang (#344)Carlo Marcelo Arenas Belón
2024-02-21Add some casts to get rid of compiler warnings from Visual StudioPhilip Hazel
2024-02-21Remove ARM v5 from supported architecture list in pcre2jit documentationPhilip Hazel
2024-02-18Improve Zig build & support latest Zig (#383)Tristan Ross
2024-02-18cmake: Make use of CMAKE_INSTALL_MANDIR (#382)Daniel Engberg
2024-02-16File tidies for 10.43Philip Hazel
2024-02-16Avoid compiler warningsPhilip Hazel