aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_domain_classify.c
Commit message (Expand)AuthorAge
* ndpi_mod is now optional (albeit better to spcify it) in ndpi_domain_classify...Luca Deri2024-05-07
* fuzz: improvements (#2400)Ivan Nardi2024-04-20
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Added support for roaring bitmap v3 (#2355)Luca Deri2024-03-25
* Removed check fir skipping .arpa domainsLuca Deri2024-01-27
* Fixed loading of non-ICANN domains that caused false positives with ndpi_load...Luca Deri2024-01-27
* Improved ndpi_get_host_domainLuca2024-01-16
* Added ndpi_get_host_domain() for returning the host domainLuca2024-01-16
* Removes extraneous parentheses that caused macOS to complainLuca2024-01-15
* Added new API callsLuca2024-01-15
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* fuzz: extend fuzzing coverageNardi Ivan2023-09-16
* Add `ndpi_domain_classify_finalize()` function (#2084)Ivan Nardi2023-09-12
* Fixes matches with domain name strings that start with a dotLuca Deri2023-09-11
* fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082)Ivan Nardi2023-09-10
* fuzz: add fuzzers to test reader_util code (#2080)Ivan Nardi2023-09-10
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Reworked initializationLuca Deri2023-09-10
* Minor warning fixesLuca Deri2023-09-05
* Improved classification further reducing memory usedLuca Deri2023-09-05
* Added sub-domain classification fixLuca Deri2023-09-05
* Classification fixesLuca Deri2023-09-05
* Added ndpi_bitmap64 supportLuca Deri2023-09-05
* Added ndpi_murmur_hash to the nDPI APILuca Deri2023-09-04
* Merged new and old version of ndpi_domain_classify.c codeLuca Deri2023-09-02
* Reworked domain classification based on binary filtersLuca Deri2023-09-02
* Improvement for reducing false positivesLuca Deri2023-09-01
* Added ndpi_binary_bitmap datastrutureLuca Deri2023-08-31
* Code cleanupLuca Deri2023-08-31
* Swap from Aho-Corasick to an experimental/home-grown algorithm that uses a pr...Luca Deri2023-08-29
* fix compilation and symbol checkToni Uhlig2023-08-27
* Search fixesLuca Deri2023-08-26
* LEak fixLuca Deri2023-08-26
* Added ndpi_domain_classify_XXX(0 APILuca Deri2023-08-26