aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/aho-corasick
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix and rework various partsVsevolod Stakhov2024-08-071-2/+0
|
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-87/+104
|
* [Minor] Try to fix link issuesVsevolod Stakhov2023-03-171-0/+1
|
* [Minor] Update my email where relevantVsevolod Stakhov2023-03-171-1/+1
|
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-6/+0
|
* [Minor] Fix some ubsan related issuesVsevolod Stakhov2019-08-121-1/+1
|
* Revert "[Minor] Use less aggressive optimisation level"Vsevolod Stakhov2019-03-051-1/+1
| | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
* [Minor] Use less aggressive optimisation levelVsevolod Stakhov2019-03-051-1/+1
|
* [Fix] Fix actrie implementation (sync from upstream), fixed OOB readVsevolod Stakhov2018-11-123-88/+102
|
* [Minor] Don't use shift on -1Vsevolod Stakhov2018-10-031-2/+2
|
* [Minor] Update aho-corasic implementationVsevolod Stakhov2017-09-261-9/+22
|
* [Fix] Update issues in ac-trieVsevolod Stakhov2017-03-132-73/+39
|
* [Minor] Add enable full debug optionVsevolod Stakhov2016-12-251-0/+3
|
* acism: Add missing glib dependencyAndreas Schneider2016-11-282-0/+4
| | | | This library uses g_ascii_tolower()
* Update acism_create.cBryon Gloden, CISSPĀ®2016-08-021-3/+9
| | | | | | | Passing one pointer into realloc() and assigning the result directly into that same pointer variable can cause a memory leak if the reallocation fails, because the original allocation will still exist. The correct way to do this is to use a temporary pointer variable. Credit: http://stackoverflow.com/a/11548901 Found by https://github.com/bryongloden/cppcheck
* Add special hacks to allow static build.Vsevolod Stakhov2015-10-211-3/+9
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+1
|
* Avoid large enums.Vsevolod Stakhov2015-07-251-5/+3
|
* Avoid extra linking.Vsevolod Stakhov2015-06-251-1/+0
|
* Another round of linking issues fixup.Vsevolod Stakhov2015-04-281-0/+1
|
* Fix misprint in library path.Vsevolod Stakhov2015-04-261-1/+1
|
* Try fix RPATHAndrew Lewis2015-04-241-1/+1
|
* Install ac-trie to the private library dir.Vsevolod Stakhov2015-04-241-1/+1
|
* Allow caseless trie search.Vsevolod Stakhov2015-04-072-3/+5
|
* Corasic -> Corasick.Vsevolod Stakhov2015-04-067-0/+911