]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2017-08-21  Alex CoyteEnsure that reports would be sustained after self loop...
2017-08-21  Justin Viiretng_prefilter.cpp: remove interior edges first
2017-08-21  Justin Viiretng_mcclellan: reject determinise if NFA is too big
2017-08-21  Justin Viiretng_violet: fail on added_count limit quicker
2017-08-21  Justin Viiretrose_build_convert: replace bind2nd with lambda
2017-08-21  Justin Viiretrdfa: move raw_dfa member functions to rdfa.cpp
2017-08-21  Chang, Harrypatch for invalid reading 1 byte in Reinforced Teddy...
2017-08-21  Justin Viiretcmake: add graph_range.h
2017-08-21  Justin Viiretng_depth: more use of small_color_map
2017-08-21  Justin Viiretng_depth: use small_color_map in findLoopReachable
2017-08-21  Justin Viiretng_util: make more use of small_color_map in DFS
2017-08-21  Justin Viiretng_util: use small_color_map
2017-08-21  Justin Viiretng_prune: use small_color_map
2017-08-21  Justin Viiretng_netflow: use small_color_map
2017-08-21  Justin Viiretng_literal_analysis: use small_color_map
2017-08-21  Justin Viiretng_repeat: use small_color_map
2017-08-21  Justin Viiretng_region: use small_color_map
2017-08-21  Justin Viiretng_width: use small_color_map
2017-08-21  Justin Viiretng_misc_opt: use small_color_map
2017-08-21  Justin Viiretlimex_compile: use small_color_map
2017-08-21  Justin Viiretsmall_color_map: add efficient 2-bit color map
2017-08-21  Matthew Barrnoodle: correct streaming bounds
2017-08-21  Matthew Barrnoodle: param name
2017-08-21  Matthew Barrnoodle: scan using the correct offsets
2017-08-21  Justin Viiretshufti/truffle tests: silence ubsan warning
2017-08-21  Justin Viirettamarama_dump: fix typo in comment
2017-08-21  Justin Viiretslot_manager_dump: use StdioFile
2017-08-21  Justin Viiretsmallwrite_dump: use StdioFile
2017-08-21  Justin Viiretrose_in_dump: use StdioFile
2017-08-21  Justin Viiretng_dump: use StdioFile
2017-08-21  Justin Viirettamarama_dump: use StdioFile
2017-08-21  Justin Viiretshengdump: use StdioFile
2017-08-21  Justin Viiretmpv_dump: use StdioFile
2017-08-21  Justin Viiretmcsheng_dump: use StdioFile
2017-08-21  Justin Viiretmcclellandump: use StdioFile
2017-08-21  Justin Viiretlimex_dump: use StdioFile, tidy
2017-08-21  Justin Viiretlbr_dump: use StdioFile
2017-08-21  Justin Viiretgoughdump: use StdioFile
2017-08-21  Justin Viiretgoughcompile_dump: use StdioFile
2017-08-21  Justin Viiretcastle_dump: use StdioFile
2017-08-21  Matthew Barrnoodle: behave like our other literal matchers
2017-08-21  Matthew BarrMove hwlm literal len define
2017-08-21  Matthew Barrnoodle: we don't need memcpy
2017-08-21  Matthew Barrnoodle: Use a sane temp buf for streaming
2017-08-21  Justin Viirethwlm_dump: take base filename, like NFA dump API
2017-08-21  Justin Viiretfdr/teddy: dump confirm lit load
2017-08-21  Justin Viiretdump_util: richer StdioFile type
2017-08-21  Justin Viiretdump: move openStdioFile() to util/dump_util.h
2017-08-21  Justin Viiretrose: dump lit tables in their own files
2017-08-21  Justin Viiretfdr/teddy: store and dump number of strings
2017-08-21  Justin Viiretfdr_dump: dump FDRConfirm structures for fdr
2017-08-21  Chang, HarryReinforced Teddy with 1-byte approach, based on "shift...
2017-08-21  Justin Viiretng_misc_opt: improve performance in large cases
2017-08-21  Justin Viiretng_misc_opt: remove dead code
2017-08-21  Justin Viiretng_cyclic_redundancy: persist colour map
2017-08-21  Justin Viiretng_small_literal_set: pre-check for narrow reach
2017-08-21  Justin Viiretng_mcclellan: use flat_set in triggerAllowed()
2017-08-21  Justin Viiretng_literal_analysis: reserve space for fwd_edges
2017-08-21  Justin Viiretng_literal_decorated: remove unused header
2017-08-21  Justin Viiretng_literal_decorated: pre-check for narrow reach
2017-08-21  Justin Viiretng_violet: skip analysis on graphs with wide reach
2017-08-21  Justin Viiretng_calc_components: check tail shell too
2017-08-21  Justin Viiretng_calc_components: skip if shell has 1 path only
2017-08-21  Justin Viiretdfa: don't clear states, just mark dfa dead
2017-08-21  Justin Viiretclear_deeper_reports: clear dfa if dead
2017-08-21  Justin Viiretrose_build_matchers: fix fragment noruns calc
2017-08-21  Justin Viiretteddy_compile: style fixes, whitespace
2017-08-21  Justin Viiretteddy_compile: use faster small containers
2017-08-21  Justin Viiretrose_build_matchers: be more careful w/ mixed-case
2017-08-21  Justin Viiretunit-hyperscan: pure-literal/smwr coverage
2017-08-21  Justin Viiretlookarounds: don't reconfirm bytes in hwlm mask
2017-08-21  Justin Viiretrose: always use mandatory masks for lit fragments
2017-08-21  Justin Viiretdump: always allocate >=8 bytes for multibit
2017-08-21  Justin Viiretdfa: standardise 'using' instead of typedef
2017-08-21  Justin Viiretng_haig: make StateMap an unordered_map
2017-08-21  Justin Viiretdeterminise: use queue, improve api
2017-08-21  Justin Viiretfdr_confirm_compile: literals are now < 8 bytes
2017-08-21  Justin Viiretfdr_confirm_compile: wrap comment
2017-08-21  Justin Viiretfdr/teddy: remove padding from structures
2017-08-21  Justin Viiretteddy: clean up compile to match fdr style
2017-08-21  Justin Viiretfdr_confirm: renumber FDR_LIT_FLAG_NOREPEAT
2017-08-21  Justin Viiretfdr/teddy: simplify computing of confirm base
2017-08-21  Justin Viiretfdr_confirm: clean up use of flags
2017-08-21  Justin Viiretfdr: further tidy up layout
2017-08-21  Justin Viiretfdr_confirm: start FDRConfirm structs at cacheline
2017-08-21  Justin Viiretteddy: align major structures to cachelines
2017-08-21  Justin Viiretfdr: align major structures to cachelines
2017-08-21  Justin Viiretfdr_confirm: remove dead flags
2017-08-21  Justin Viiretfdr_confirm: remove complex confirm
2017-07-26  Matthew BarrBump version number for release
2017-07-26  Matthew Barrchangelog: updates for 4.5.2 release
2017-07-26  Matthew Barrbuild: use more portable flag for mktemp
2017-07-26  Matthew Barrcpuid: exclude AVX512 flag when target not enabled
2017-06-20  Alex Coytecharacter classes: handle \Q\E and utf8
2017-06-20  Alex CoyteTreat characters between \Q \E as codepoints in UTF8...
2017-06-16  Matthew BarrBump version number for release
2017-06-16  Matthew Barrchangelog: updates for 4.5.1 release
2017-06-15  Justin Viiretfdr_confirm_compile: fix bug in table sizing
2017-06-15  Matthew Barrhsbench: cpuset portability
2017-06-15  Matthew Barrhsbench: make output more clear
next