aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Fix compilation on latest mac versions with external libraries (#2669)Ivan Nardi2025-01-15
* Moded to 4.13Luca Deri2024-12-17
* Moved dev branch to 4.11Luca Deri2024-08-05
* Make the CI faster (#2475)Ivan Nardi2024-07-01
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Limit git commit hash to 7 characters. (#2368)Toni2024-04-05
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Fixed gcc version checking. (#2360)Vitaly Lavrov2024-04-02
* Added support for roaring bitmap v3 (#2355)Luca Deri2024-03-25
* Enable `USE_GLOBAL_CONTEXT` via `CFLAGS` passed to the CC. (#2348)Toni2024-03-15
* Disable `AX_PTHREAD` for MingW/MSYS builds. (#2338)Toni2024-03-07
* Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271)Ivan Nardi2024-02-01
* CI: update list of compilers (#2223)Ivan Nardi2023-12-20
* Move from PCRE to PCRE2 (#2134)Christian Marangi2023-11-01
* Moved to 4.9Luca Deri2023-10-23
* Minor warning fixesLuca Deri2023-09-05
* Added ndpi_domain_classify_XXX(0 APILuca Deri2023-08-26
* Removed -fno-color-diagnostics not available on all platformsLuca Deri2023-07-13
* Implemented Count-Min Sketch [count how many times a value has been observed]Luca Deri2023-07-13
* Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010)Toni2023-06-12
* Improved helper scripts. (#1986)Toni2023-05-28
* configure: add an option to enable debug build, i.e `-g` (#1929)Ivan Nardi2023-04-06
* Fixed missing AS_HELP_STRING in configure.ac. (#1893)Toni2023-03-01
* Fix compilation with GCC-7 and latest RoaringBitmap code (#1886)Ivan Nardi2023-02-13
* Moved to 4.7Luca Deri2023-02-01
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* Add support for LTO and Gold linker (#1812)Ivan Nardi2022-12-05
* Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs.Toni Uhlig2022-09-21
* Fix CI after nBPF integration (#1746)Ivan Nardi2022-09-21
* Initial work towards custom BPF protocol definitionLuca2022-09-16
* Removed maxmind checkLuca Deri2022-08-31
* Improved nDPI JSON serialization. (#1689)Toni2022-08-02
* Add support for Memory sanitizer (#1652)Ivan Nardi2022-07-24
* Restored -O2 in default buildsLuca2022-07-14
* Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659)Toni2022-07-13
* Enhances gprof usage. (#1651)Toni2022-07-08
* Moved to 4.5Luca Deri2022-07-06
* Generate profiling results as PNG.Toni Uhlig2022-07-03
* gprof test/CI integrationlns2022-07-03
* Added TSAN support. (#1613)Toni2022-07-03
* Added gprof CPU/HEAP profiling support. (#1592)Toni2022-06-12
* Prevent compilation failure if, for whatever reason, NDPI_API_VERSION is empt...Toni2022-06-06
* Updated README.md (#1562)Toni2022-05-30
* Use Doxygen to generate the API documentation. (#1558)Toni2022-05-29
* Fixes compilation issues on RedHat systemsLuca Deri2022-05-26
* Replaced obsolete autoconf macros. (#1553)Toni2022-05-26
* Yet another approach to fix #1499 (basically a copy&pasta from @socketpair).Toni Uhlig2022-05-16
* Replaced ndpiReader's libjson-c support with libnDPI's internal serialization...Toni2022-05-07
* Updated RRD dependenciesLuca Deri2022-05-03
* Minor fix.Zied Aouini2022-04-15