aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include
Commit message (Expand)AuthorAge
* 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
* API cleanup for indetifying explicitly in automa's what we're searching (prot...Luca Deri2020-05-06
* Updated automa API to use 32 bit values splits from protocol/categpryLuca Deri2020-05-06
* Introduced custom protocols with IP and (optional) port supportLuca Deri2020-05-06
* Various fixes to patricia tree handlingLuca Deri2020-05-06
* False positive fixesLuca Deri2020-05-06
* Reworked protocol handling chnging it is u_int16_tLuca Deri2020-05-06
* FIXED - nDPI now detect RCE injections via PCRE instead Intel HyperscanMrTiz92020-02-01
* nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, DOES...MrTiz92020-01-30
* nDPI now detect RCE in HTTP GET requestsMrTiz92020-01-24
* Integration of the libinjection library to detect SQL injections and XSS type...MrTiz92019-12-05
* Added ndpi_finalize_initalization() initialization functionLuca2019-11-07
* Fix double free after b19bfa1e207a8d4972bfc701fde5d5c014f95383emanuele-f2019-10-02
* Fixes leaks in ndpi_add_host_url_subprotocolemanuele-f2019-10-02
* TLS cerficate hash calculationLuca Deri2019-09-14
* Implemented HASSH (https://github.com/salesforce/hassh)Luca Deri2019-08-22
* Removed this party LRU and replaced with home grownLuca Deri2019-01-17