- 9f8efd7 Merge "Add post_update script" into main am: d190016fda by Treehugger Robot · 11 months ago main master
- d190016 Merge "Add post_update script" into main by Treehugger Robot · 11 months ago
- 6cf1521 Add post_update script by Sadaf Ebrahimi · 11 months ago
- 22dc650 Merge "Upgrade libpcre2 to pcre2-10.44" into main am: 1d42c538e2 am: bdd7311119 by Sadaf Ebrahimi · 1 year, 7 months ago android15-qpr2-release android15-qpr2-s1-release android15-qpr2-s10-release android15-qpr2-s2-release android15-qpr2-s3-release android15-qpr2-s4-release android15-qpr2-s5-release android15-qpr2-s6-release android15-qpr2-s7-release android15-qpr2-s8-release android15-qpr2-s9-release android15-tests-dev android-15.0.0_r20 android-15.0.0_r21 android-15.0.0_r22 android-15.0.0_r23 android-15.0.0_r26 android-15.0.0_r27 android-15.0.0_r28 android-15.0.0_r29 android-15.0.0_r30 android-15.0.0_r32 android-15.0.0_r33 android-15.0.0_r34 android-15.0.0_r35 android-15.0.0_r36
- bdd7311 Merge "Upgrade libpcre2 to pcre2-10.44" into main am: 1d42c538e2 by Sadaf Ebrahimi · 1 year, 7 months ago
- 1d42c53 Merge "Upgrade libpcre2 to pcre2-10.44" into main by Sadaf Ebrahimi · 1 year, 7 months ago
- e3f5db5 Upgrade libpcre2 to pcre2-10.44 by Sadaf Ebrahimi · 1 year, 7 months ago
- 6ae58be Final file tidies for 10.44 by Philip Hazel · 1 year, 7 months ago
- 75582ff autotools: fix `make dist` (#414) by Carlo Marcelo Arenas Belón · 1 year, 7 months ago
- fb8404a m4/pcre2_visibility.m4: make sure PCRE2_EXPORT is always safe (#413) by Carlo Marcelo Arenas Belón · 1 year, 7 months ago
- 067c2f1 Fix bug in \X matching too many characters. Fixes issue #410. by Philip Hazel · 1 year, 7 months ago
- 9299bb9 JIT compiler update by Zoltan Herczeg · 1 year, 7 months ago
- 4c7cc9a Tidy fuzz support code and reduce length of compiled patterns that are tested with JIT, to avoid oss-fuzz timeouts. by Philip Hazel · 1 year, 8 months ago
- 5c7a3bd Set max length for fuzzer input in an attempt to get rid of timeouts by Philip Hazel · 1 year, 8 months ago
- 5634d0b Update VMS build files by Philip Hazel · 1 year, 8 months ago
- 372f0c4 [automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: e169dbd9ca -s ours by Xin Li · 1 year, 9 months ago
- e169dbd Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 9 months ago
- e07e378 Ensure binaries from a different configuration are all deleted on "make clean". by Philip Hazel · 1 year, 9 months ago
- 3844bad Update test output data that got overlooked by Philip Hazel · 1 year, 9 months ago
- 3eedbac JIT compiler update by Zoltan Herczeg · 1 year, 9 months ago
- 9fc7708 update build.zig to support zig 0.12.0 (#408) by player-two · 1 year, 9 months ago
- 05aafb2 Implement pcre2_set_max_pattern_compiled_length() and set this limit in the fuzzer by Philip Hazel · 1 year, 9 months ago
- 22cb0a6 Limit quantifiers on groups in fuzz checking to avoid timeouts by Philip Hazel · 1 year, 9 months ago
- 1649c76 Fix an edge case bug in fuzz support; it missed the quantifier in sequences like "){9){123}", causing a JIT timeout. by Philip Hazel · 1 year, 9 months ago
- cbff6bb Install OpenVMS support files by Philip Hazel · 1 year, 9 months ago
- e466d41 JIT compiler update by Zoltan Herczeg · 1 year, 9 months ago
- 594abb8 Reduce max size of compiled pattern for using JIT in fuzzing in the light of further issues by Philip Hazel · 1 year, 10 months ago
- 29764f9 Fix autoconf test for --enable-jit=auto (#396) by Martin Joerg · 1 year, 10 months ago
- cc4f5c2 Update pcre2-config.cmake.in (#397) by Maciej Sroczyński · 1 year, 10 months ago
- 0913934 Fix yet another fuzz support oversight; add a test for a recent JIT fix by Philip Hazel · 1 year, 10 months ago
- 994536c Fixing an issue using empty character sets in jit by Zoltan Herczeg · 1 year, 10 months ago
- aaa7257 In pcre2test under valgrind, make the buffer completely usable again (for an error message) before any potential use. by Philip Hazel · 1 year, 10 months ago
- f7cfbdb Add workflow_dispatch to dev workflow so it can be run manually by Philip Hazel · 1 year, 10 months ago
- 5c15b2a Add -O0 to gcc dev test workflow to see if it stops it sticking by Philip Hazel · 1 year, 10 months ago
- 556efbd Update test output when no JIT for new pcre2test comment by Philip Hazel · 1 year, 10 months ago
- df298fa Fix othercase checking in fast forward search by Zoltan Herczeg · 1 year, 10 months ago
- 0a9fb98 Merge "Remove VNDK definition(s)" into main am: 615a447b85 am: 29e2e08369 by Treehugger Robot · 1 year, 10 months ago
- 29e2e08 Merge "Remove VNDK definition(s)" into main am: 615a447b85 by Treehugger Robot · 1 year, 10 months ago
- 615a447 Merge "Remove VNDK definition(s)" into main by Treehugger Robot · 1 year, 10 months ago
- 9b75a3b Suppress JIT use in fuzzer when compiled pattern is greater than 1 MiB by Philip Hazel · 1 year, 10 months ago
- 847f3da Restrict JIT status comment to jitverify or info by Philip Hazel · 1 year, 10 months ago
- 1b7c73e Cause pcre2test to output a message when JIT compilation fails by Philip Hazel · 1 year, 10 months ago
- dcece81 Fix yet another buffer issue in fuzzsupport by Philip Hazel · 1 year, 10 months ago
- 3c5ca5c Update build.zig to support latest master (#395) by Tristan Ross · 1 year, 10 months ago
- a8d79d1 Update all actions from checkout@v3 tp v4 by Philip Hazel · 1 year, 10 months ago
- 72713d8 Fix yet another silly mistake in fuzzer by Philip Hazel · 1 year, 10 months ago
- 929cd14 Commit 3ebcb07 omitted to change some instances of the fuzz data to the patched version by Philip Hazel · 1 year, 10 months ago
- 7ca2353 Update workflow checkout to v4 (from v3) as prompted by warning from github by Philip Hazel · 1 year, 10 months ago
- 6c670c7 Update overlooked cmake update of name size to 128 by Philip Hazel · 1 year, 10 months ago
- 32e709b Withdraw previous fix; update generic config by Philip Hazel · 1 year, 10 months ago
- a3ebe90 Add missing autogen call to MacOS action by Philip Hazel · 1 year, 10 months ago
- ced3b0f Increase name length to 128 by Philip Hazel · 1 year, 10 months ago
- 2261799 Remove VNDK definition(s) by Kiyoung Kim · 1 year, 10 months ago
- 3ebcb07 Fuzzsupport now makes a copy of its input instead of modifying the original by Philip Hazel · 1 year, 10 months ago
- dd0bc88 Fix overwriting bug in fuzzsupport when text is very short by Philip Hazel · 1 year, 10 months ago
- 6e5283c Update fuzz support to reduce JIT timeouts by limiting quantifiers on groups. Also some general tidies. by Philip Hazel · 1 year, 10 months ago
- 4a6a8b0 Fix incorrect compiling when variable-length lookbehind's first branch was not the shortest and there was a backreference to a groupwithin the lookbehind. by Philip Hazel · 1 year, 10 months ago
- ead7bb1 Typos: Fix a few typos in ChangeLog file (#393) by Ayesh Karunaratne · 1 year, 11 months ago
- d688fe9 Add limit check for brackets with alternatives by Zoltan Herczeg · 1 year, 11 months ago
- e8db6fa JIT compiler update by Zoltan Herczeg · 1 year, 11 months ago
- 8d9cf73 In fuzzcheck standalone mode, verify when calling JIT compile, and show if an error occurs by Philip Hazel · 1 year, 11 months ago
- 409d8e6 Add more tracing info to fuzz support when run in standalone mode by Philip Hazel · 1 year, 11 months ago
- acd6d31 fix typo in fuzzsupport for differential fuzzing (#388) by Addison Crump · 1 year, 11 months ago
- 83ce643 ci: add dev job using clang (#344) by Carlo Marcelo Arenas Belón · 1 year, 11 months ago
- 5053564 Merge "Upgrade libpcre2 to pcre2-10.43" into main am: 71cb3f7149 am: ca54684404 by Sadaf Ebrahimi · 1 year, 11 months ago
- ca54684 Merge "Upgrade libpcre2 to pcre2-10.43" into main am: 71cb3f7149 by Sadaf Ebrahimi · 1 year, 11 months ago
- 71cb3f7 Merge "Upgrade libpcre2 to pcre2-10.43" into main by Sadaf Ebrahimi · 1 year, 11 months ago
- 3017f2a Upgrade libpcre2 to pcre2-10.43 by Sadaf Ebrahimi · 1 year, 11 months ago
- 7e0aa46 Add some casts to get rid of compiler warnings from Visual Studio by Philip Hazel · 1 year, 11 months ago
- 04ca5be Remove ARM v5 from supported architecture list in pcre2jit documentation by Philip Hazel · 1 year, 11 months ago
- 589fea3 Improve Zig build & support latest Zig (#383) by Tristan Ross · 1 year, 11 months ago
- e478870 cmake: Make use of CMAKE_INSTALL_MANDIR (#382) by Daniel Engberg · 1 year, 11 months ago
- 3864abd File tidies for 10.43 by Philip Hazel · 1 year, 11 months ago
- 8bd201e Avoid compiler warnings by Philip Hazel · 1 year, 11 months ago
- 30a3acd conditionally enable differential fuzzing (#381) by Addison Crump · 1 year, 11 months ago
- 488af9e Get rid of warnings in fuzzsupport.c and note its upgrade in ChangeLog by Philip Hazel · 1 year, 11 months ago
- bd1eec7 Fuzzer: fix JIT fuzzing (#322) by Addison Crump · 1 year, 11 months ago
- aa51f00 Minor typo fixes in NEWS file (#380) by Ayesh Karunaratne · 1 year, 11 months ago
- cb22012 Mark pso_list const (#379) by TheEragon · 1 year, 11 months ago
- 061de31 doc/pcre2api.3: 'constant' applies to the pointee; not pointer (#377) by Alejandro Colomar · 2 years ago
- 7d59dde Implement PCRE2_DISABLE_RECURSELOOP_CHECK by Philip Hazel · 2 years ago
- 037aecd Fix TARGET_INCLUDE_DIRECTORIES for pcre2 posix targets (#374) by Maciej Sroczyński · 2 years ago
- d71e89b Check documentation for double-word typos by Philip Hazel · 2 years ago
- 6885221 Fix various typos in documentation (#372) by Thomas Voss · 2 years ago
- 7b649dc For the pcre2demo man page, put the source code in its own section rather than everything under NAME by Philip Hazel · 2 years ago
- 72d9deb Prepare for release in JIT by Zoltan Herczeg · 2 years ago
- 6aafc18 pcre2-config.cmake.in: Fix PCRE2 library names (#365) by Jonas Kvinge · 2 years ago
- f1c3143 Disable early fails for atomic blocks by Zoltan Herczeg · 2 years ago
- 16759fc Improve early fail detection in JIT by Zoltan Herczeg · 2 years ago
- ba41b5d Improve hexdigit and any class checks in JIT by Zoltan Herczeg · 2 years ago
- ea4bb21 Insert omitted setting of subject length at the end of pcre2_jit_match() by Philip Hazel · 2 years ago
- 78b7c5b Ensure jitfast is used when set with replace in pcre2test by Philip Hazel · 2 years ago
- aadef0c File tidies for 10.43-RC1 release by Philip Hazel · 2 years ago
- 2bba84b Optimize character category matching in JIT by Zoltan Herczeg · 2 years ago
- 542cb11 Fix incorrect class character matches in JIT by Zoltan Herczeg · 2 years, 1 month ago
- 92d56a1 Revert "Use standard CMake constructs to export the library's targets. (#260)" (#364) by Carlo Marcelo Arenas Belón · 2 years, 1 month ago
- 600d752 Documentation update by Philip Hazel · 2 years, 1 month ago
- 536e6a1 Improve patch in 62a6498 by skipping irrelevant assertions when looking for a starting code unit. by Philip Hazel · 2 years, 1 month ago
- c9e03ce Minor doc update by Philip Hazel · 2 years, 1 month ago
- 62a6498 Improve logic for setting starting code units by ignoring certain assertions. by Philip Hazel · 2 years, 1 month ago