aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-07Upgrade libpcre2 to pcre2-10.44Sadaf Ebrahimi
2024-06-07Final file tidies for 10.44Philip Hazel
2024-06-04Fix bug in \X matching too many characters. Fixes issue #410.Philip Hazel
2024-06-01JIT compiler updateZoltan Herczeg
2024-05-29Tidy fuzz support code and reduce length of compiled patterns that are tested...Philip Hazel
2024-04-28JIT compiler updateZoltan Herczeg
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-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-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-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-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-11Withdraw previous fix; update generic configPhilip 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-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-21Upgrade libpcre2 to pcre2-10.43Sadaf Ebrahimi
2024-02-21Add some casts to get rid of compiler warnings from Visual StudioPhilip Hazel
2024-02-16File tidies for 10.43Philip Hazel
2024-02-16Avoid compiler warningsPhilip Hazel
2024-02-16conditionally enable differential fuzzing (#381)Addison Crump
2024-02-15Get rid of warnings in fuzzsupport.c and note its upgrade in ChangeLogPhilip Hazel
2024-02-15Fuzzer: fix JIT fuzzing (#322)Addison Crump
2024-02-09Mark pso_list const (#379)TheEragon
2024-01-27Implement PCRE2_DISABLE_RECURSELOOP_CHECKPhilip Hazel
2024-01-04Prepare for release in JITZoltan Herczeg
2023-12-30Disable early fails for atomic blocksZoltan Herczeg
2023-12-30Improve early fail detection in JITZoltan Herczeg
2023-12-30Improve hexdigit and any class checks in JITZoltan Herczeg
2023-12-29Insert omitted setting of subject length at the end of pcre2_jit_match()Philip Hazel
2023-12-29Ensure jitfast is used when set with replace in pcre2testPhilip Hazel
2023-12-28File tidies for 10.43-RC1 releasePhilip Hazel
2023-12-27Optimize character category matching in JITZoltan Herczeg
2023-12-27Fix incorrect class character matches in JITZoltan Herczeg