aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party
Commit message (Expand)AuthorAge
* Fix code scanning alert no. 13: Multiplication result converted to larger typ...Luca Deri2025-01-13
* Fix code scanning alert no. 12: Multiplication result converted to larger typ...Luca Deri2025-01-13
* fuzz: add 2 new fuzzers for KD-trees and Ball-trees (#2670)Ivan Nardi2025-01-13
* fuzz: improve fuzzing coverage (#2642)Ivan Nardi2024-12-11
* Indent fixLuca Deri2024-10-07
* Added ndpi_quick_encrypt() ndpi_quick_decrypt() APi calls (#2568)Luca Deri2024-09-24
* Implemented algorithms for K-Nearest Neighbor Search (KNN) (#2554)Luca Deri2024-09-10
* Fix for name clash on some compilersLuca Deri2024-09-09
* fuzz: improve fuzzing coverage (#2535)Ivan Nardi2024-09-03
* ahocorasick: fix mem leaked AC_NODE_T object (#2258) (#2522)Maatuq2024-08-23
* fuzzing: improve coverage (#2495)Ivan Nardi2024-07-12
* fuzz: improve fuzzers using pl7m (#2486)Ivan Nardi2024-06-29
* fuzz: pl7m: add a custom mutator for better fuzzing of pcap files (#2483)Ivan Nardi2024-06-27
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Patrica tree: fix handling of mac addresses (#2362)Ivan Nardi2024-04-03
* Added support for roaring bitmap v3 (#2355)Luca Deri2024-03-25
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* sha256: fix undefined-shift error (#2237)Ivan Nardi2024-01-02
* New ndpi_sha256() nDPI API call (#2230)Luca Deri2023-12-23
* Removed type redefinitionLuca Deri2023-12-23
* Changes to avoid type redefinition on windowsLuca Deri2023-12-23
* Implements JA4 Support (#2191)Luca Deri2023-12-22
* In case a pattern is redefined (for instance with protos.txt), the custom def...Luca Deri2023-11-02
* Move from PCRE to PCRE2 (#2134)Christian Marangi2023-11-01
* Disbling AES-NI on FreeBSD as the feature checke does not work wellLuca Deri2023-10-30
* Fixed OpenWRT arm related build issues. (#2104)Toni2023-10-16
* Fixed two OpenWRT arm related build issues. (#2103)Toni2023-10-16
* fuzz: extend fuzzing coverageNardi Ivan2023-10-15
* fuzzing: extend fuzzing coverageNardi Ivan2023-10-09
* fuzz: extend fuzzing coverageNardi Ivan2023-10-07
* 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
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20
* 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
* fuzz: extend fuzzing coverage (#2040)Ivan Nardi2023-07-11
* Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010)Toni2023-06-12
* Fix some memory errors triggered by allocation failures (#1995)Ivan Nardi2023-05-29
* Fixed invalid use of ndpi_free(). Sorry, my fault. (#1988)Toni2023-05-24