1
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 14 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #447 from katef/sv/reject-unsupported-pcre-extensions-during-ast-analysis
Katherine Flavel
as Katherine
More... 3 months ago
determinise: Adjust SMALL_INPUT_LIMIT. More... 3 months ago
determinise: Use alt approach for small sort_and_dedup_dst_buf inputs. More... 3 months ago
Missing free.
Katherine Flavel
as Kate F
More... 4 months ago
ast_analysis.c: Add assert for unreachable branch. More... 4 months ago
determinise: Ensure that the analysis_cache pair ordering is consistent. More... 4 months ago
hash_ids: Add EXPENSIVE_CHECK for ids[] being in ascending order. More... 4 months ago
hash_pair: Ensure pair order is consistent for hashing. More... 4 months ago
Remove duplicated struct field introduced during merge. More... 4 months ago
Merge branch 'main' into sv/reject-unsupported-pcre-extensions-during-ast-analysis More... 4 months ago
Add include/adt/hash.h `hash_ids` and consolidate uses. More... 4 months ago
stateset: Remove unused `state_set_hash`. More... 4 months ago
Handling for the initial token being TOK_UNKNOWN.
Katherine Flavel
as Kate F
More... 4 months ago
hash_id: Rather than adding the IDs, combine into one uint64_t. More... 4 months ago
hash_id: Change to xorshift*. More... 4 months ago
ast_analysis: Add `prune_repeat_node`. More... 4 months ago
ast_analysis: Remove tautological comparisons (unsigned >= 0). More... 4 months ago
ast.h: Add comments for AST_FLAG_CONSTRAINED_AT_{START,END}. More... 4 months ago
ast_compile: ALT nodes should pass top-down linking along unmodified. More... 4 months ago
re.c: `AST_ANALYSIS_ERROR_MEMORY` => Set err->e to `RE_EERRNO`. More... 4 months ago
ast_analysis: Always check `analysis_iter`'s result. More... 4 months ago
Silence warnings about unused (log-only) variables. More... 4 months ago
ast_analysis: Fix for tests/pcre-anchor/in100.fsm. More... 4 months ago
tests/pcre-anchor/in{99,100}.re: '^(?:$^|a)(?:$^|^)*' and '$[^a]*^|$^' More... 4 months ago
Improve performance when hashing sets of state IDs. More... 4 months ago
ast_analysis: Update incorrect assertion and comment. More... 5 months ago
Analysis/linkage updates to fix new pcre-anchor tests. More... 5 months ago
Add error code for unsupported PCRE cases (RE_EUNSUPPPCRE), reject one. More... 5 months ago
pcre-anchor/in95-98.re: More anchoring tests from fuzzing. More... 5 months ago
pcre-anchor/in94.re: One more test from fuzzing. More... 5 months ago