aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include
Commit message (Expand)AuthorAge
* version of dirent.c that is liked by both VC++ and MinGWLuca Deri2023-10-05
* Windows code reworkLuca Deri2023-10-05
* Windows compilation fixesLuca Deri2023-10-05
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* fuzz: extend fuzzing coverageNardi Ivan2023-09-16
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Win fixLuca Deri2023-09-08
* Compilation fixes for old compilersLuca Deri2023-09-05
* Added ndpi_bitmap64 supportLuca Deri2023-09-05
* Fix compilation on Windows (#2072)Ivan Nardi2023-08-14
* Reworked ndpi_filter_xxx implementation using compressed bitmapsLuca Deri2023-08-14
* TypoLuca Deri2023-08-12
* ARM compilation fixLuca Deri2023-08-12
* Minor initialization fixesLuca Deri2023-08-11
* Added new API calls for implementing Bloom-filter like data structuresLuca Deri2023-08-11
* Fix some memory errors triggered by allocation failures (#1995)Ivan Nardi2023-05-29
* Improved debug output. (#1951)Toni2023-04-21
* fuzz: add fuzzer to test internal gcrypt code (#1920)Ivan Nardi2023-04-04
* Update libinjection code (#1918)Ivan Nardi2023-04-04
* Update roaring bitmap codeLuca Deri2023-02-12
* Add some fuzzers to test other data structures. (#1870)Ivan Nardi2023-01-25
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* Extend CodeQL configuration and fix two warnings (#1816)Ivan Nardi2022-12-02
* Fix some warningsNardi Ivan2022-09-05
* Modified definition of hll_addLuca Deri2022-08-17
* Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1683)Ivan Nardi2022-07-29
* Revert "Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1677)"...Ivan Nardi2022-07-29
* Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1677)Ivan Nardi2022-07-29
* ahocorasick: fix char/uchar bug (#1597)Ivan Nardi2022-07-20
* Replaced nDPI's internal hashmap with uthash. (#1602)Toni2022-06-17
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Fixed a bug for BE architectures (#1478)Vitaly Lavrov2022-03-05
* Drop support for non-gcrypt builds. (#1469)Toni2022-03-02
* Internal crypto: increase size of authentication buffer (#1468)Ivan Nardi2022-03-02
* Added lightweight implementation of libgcrypt. (#1444)Vitaly Lavrov2022-02-20
* Reworked bitmap codeLuca Deri2021-09-27
* Added API for handling compressed bitmapsLuca Deri2021-09-26
* Win fixLuca Deri2021-08-03
* Implementation of flow risk eception (work in progress)Luca Deri2021-07-22
* ahoсorasick. Code review. Part 2. (#1236)Vitaly Lavrov2021-07-12
* Removed ht_hash as it is not used anymore. (#1220)Toni2021-06-29
* Win changesLuca Deri2021-06-08
* New version of the ahocorasick library (#1200)Vitaly Lavrov2021-06-07
* Reworked ndpi patricia includes to avoid compilation issues on some platformsLuca Deri2021-03-31
* Add support for MAC to Patricia tree. Expose full API to applications. Add ut...Alfredo Cardigliano2021-02-23
* Code cleanup: third party uthash is at the right placeLuca Deri2021-01-20
* Split ptree user data in 32 and 64 bit entriesLuca Deri2020-12-30
* Values stored in patricia tree are now 32 bit (they used to be 16 bit) longLuca Deri2020-06-26
* Added HyperLogLog cardinality estimator API callsLuca Deri2020-06-10
* Win fixesLuca Deri2020-06-08