]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2016-12-14  Matthew BarrDon't ignore unused attrib warnings in test
2016-12-14  Matthew BarrDon't set flags for common files
2016-12-14  Matthew Barrcmake: default to fat runtime for release builds
2016-12-14  Matthew Barrcmake: unneeded header check
2016-12-14  Matthew Barrapi: hs_valid_platform
2016-12-14  Matthew BarrFat runtime
2016-12-14  Matthew BarrConvert compile-time code to not require SIMD
2016-12-14  Matthew BarrRemove erroneous semicolon
2016-12-14  Justin Viiretmultibit, fatbit: make _size build-time only
2016-12-14  Alex CoytecalcDepthFromSource: only take one copy of the graph
2016-12-14  Alex Coytemcsheng: remove dead code
2016-12-14  Alex Coyteintroduce Sheng-McClellan hybrid
2016-12-14  Matthew Barrhsbench: add Hyperscan benchmarker
2016-12-02  Justin Viiretng_literal_analysis: use ue2_graph
2016-12-02  Justin Viiretmcclellan: fix printf format specifiers
2016-12-02  Alex Coyterefactor mcclellan runtime
2016-12-02  Justin Viiretrose_build_merge: correctly merge NFA outfixes
2016-12-02  Alex CoyteRework the creation of startDs edges in fillHolderForLo...
2016-12-02  Alex Coyteprecise dverm fix for 5a32993: handle sign extension...
2016-12-02  Alex Coytecheck for partial matches at end of dverm
2016-12-02  Justin Viiretgough: don't dump int data unless it's requested
2016-12-02  Matthew Barrshufti: slightly faster short shufti operation
2016-12-02  Matthew BarrFix combine2x128
2016-12-02  Alex Coytecorrect dump filenames of som rev engines
2016-12-02  Alex Coytehave single dump function per engine
2016-12-02  Alex Coytenfa_api: remove subtype from dispatch
2016-12-02  Alex CoyteImplement some ue2_graph functions using TMP rather...
2016-12-02  Alex Coyteallow edge_descriptors to be created from pair<edge_des...
2016-12-02  Alex CoyteIntroduce custom adjacency-list based graph
2016-12-02  Alex Coyteremove unused define and old inlining controls
2016-12-02  Alex Coyteuse stable_sort in analysis from 47f53f6; missed review...
2016-12-02  Justin Viiretrose_dump: remove stray newline
2016-12-02  Justin ViiretgetData256(): data needs to be 32-byte aligned
2016-12-02  Justin Viiretsmallwrite: minimize DFAs if they have been pruned
2016-12-02  Justin Viiretsmallwrite: prune overlong nfa graphs early
2016-12-02  Justin Viiretng_limex: add edges in deterministic ordering
2016-12-02  Justin Viiretng_restructuring: wire start to tops in idx order
2016-12-02  Justin Viiretng_equivalence: don't use ptr_vector
2016-12-02  Alex Coytefix for analysis in previous commit
2016-12-02  Alex Coytesimple pass to pick up paths redundant with those from...
2016-12-02  Justin Viiretrose: call loadLongLiteralState() earlier
2016-12-02  Alex Coyteproperly consider report behaviour when finding start...
2016-12-02  Justin Viiretrose: don't unconditionally init ll_buf etc
2016-12-02  Alex CoyteCreate combo tops for trigger limexes
2016-12-02  Matthew BarrMerge master into develop
2016-11-14  Matthew BarrBump version number for release v4.3.2
2016-11-14  Matthew BarrUpdate changelog for 4.3.2
2016-11-14  Matthew BarrAdd the missing degree() in Boost 1.62
2016-10-28  Alex Coyteremove unused includes
2016-10-28  Justin Viiretfdr: reduce confirm size to a u8
2016-10-28  Justin Viiretnoodle: correct history req calculation
2016-10-28  Justin Viiretrose: simplify long lit table, add bloom filter
2016-10-28  Justin Viiretfdr: move long literal handling into Rose
2016-10-28  Matthew BarrDisable asserts everywhere when we say so
2016-10-28  Alex CoyteUE-3025: There is no need to prune tops from non-trigge...
2016-10-28  Matthew Barrextern "C" for mask1bit table
2016-10-28  Alex Coyteallow sets of tops on edges
2016-10-28  Alex Coytehinted insert operations for flat_set
2016-10-28  Matthew BarrOperator precedence matters
2016-10-28  Matthew BarrMSVC prefers the attrib at the beginning
2016-10-28  Matthew Barrcmake: don't be so heavyhanded with flags
2016-10-28  Justin Viiretrose: move END instruction to start of enum
2016-10-28  Xu, Chirose: add CHECK_SINGLE_LOOKAROUND instruction
2016-10-28  Justin Viiretrose: enable generation of shufti32x16 case
2016-10-28  Alex Coyteremove code preventing firing callbacks in the history...
2016-10-28  Matthew BarrAdd short avx2 shufti form
2016-10-28  Xu, Chirose: add shufti-based lookaround instructions
2016-10-28  Justin Viiretlimex: make NFAAccept::squash rel to LimEx base
2016-10-28  Justin Viiretlimex: rework accept handling
2016-10-28  Justin Viiretlimex: fold TESTEOD_REV_FN use into TESTEOD_FN
2016-10-28  Justin Viiretlimex: remove constant do_br arg from TESTEOD_FN
2016-10-28  Justin Viiretrose: move sparse iter cache to RoseEngineBlob
2016-10-28  Justin Viirethash: add hash_all variadic tpl func, use in rose
2016-10-28  Justin Viiretrose: decouple build-time program representation
2016-10-28  Justin Viiretcontainer.h: include <vector>
2016-10-28  Alex CoyteUE-3019: limex_compile: correctly access the dominator map
2016-10-28  Justin Viiretrose: tighten up requirements for catch up
2016-10-28  Alex Coyterework load_m128_from_u64a()
2016-10-28  Alex CoyteLimex: don't not build accel schemes for impossible...
2016-10-28  Alex CoyteIntroduce a 64-bit LimEx model.
2016-10-28  Justin Viiretdebug: always use %zu in format string for size_t
2016-10-28  Justin Viiretlimex_dump: silence gcc large alignment warning
2016-10-28  Justin Viiretrose: remove CHECK_LIT_MASK instruction
2016-10-28  Justin Viiretrose: use lookarounds to implement benefits masks
2016-10-28  Xu, Chirose: add new instruction CHECK_MASK_32
2016-10-28  Justin Viiretrose: don't merge large acyclic suffixes
2016-09-04  jason taylorUpdated nfa source file permissions
2016-08-29  Matthew BarrUpdate changelog for 4.3.1 v4.3.1
2016-08-29  Matthew BarrMerge branch develop into master
2016-08-29  Matthew BarrBump version number for release
2016-08-29  Matthew BarrOnly initialise stream state history when required.
2016-08-29  Matthew Barrunit test for github issue #30
2016-08-24  Matthew BarrMerge branch develop into master v4.3.0
2016-08-24  Matthew BarrBump version number for release
2016-08-24  Justin Viiretchangelog: updates for 4.3 release
2016-08-22  Matthew BarrChange SONAME to only use the major version number
2016-08-22  Matthew BarrRemove problematic debug output
2016-08-22  Justin Viirettamarama: check for match halt in _Q2 as well
2016-08-22  Alex Coyteset an appropriate default value for RoleInfo::score
2016-08-22  Alex CoyteAdd assertion indicating valid range of rank_in_mask...
next