| Commit message (Expand) | Author | Age |
* | Domain Classification Improvements (#2396) | Luca Deri | 2024-04-18 |
* | Limit git commit hash to 7 characters. (#2368) | Toni | 2024-04-05 |
* | Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358) | Toni | 2024-04-03 |
* | Fixed gcc version checking. (#2360) | Vitaly Lavrov | 2024-04-02 |
* | Added support for roaring bitmap v3 (#2355) | Luca Deri | 2024-03-25 |
* | Enable `USE_GLOBAL_CONTEXT` via `CFLAGS` passed to the CC. (#2348) | Toni | 2024-03-15 |
* | Disable `AX_PTHREAD` for MingW/MSYS builds. (#2338) | Toni | 2024-03-07 |
* | Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271) | Ivan Nardi | 2024-02-01 |
* | CI: update list of compilers (#2223) | Ivan Nardi | 2023-12-20 |
* | Move from PCRE to PCRE2 (#2134) | Christian Marangi | 2023-11-01 |
* | Moved to 4.9 | Luca Deri | 2023-10-23 |
* | Minor warning fixes | Luca Deri | 2023-09-05 |
* | Added ndpi_domain_classify_XXX(0 API | Luca Deri | 2023-08-26 |
* | Removed -fno-color-diagnostics not available on all platforms | Luca Deri | 2023-07-13 |
* | Implemented Count-Min Sketch [count how many times a value has been observed] | Luca Deri | 2023-07-13 |
* | Set _DEFAULT_SOURCE and _GNU_SOURCE globally. (#2010) | Toni | 2023-06-12 |
* | Improved helper scripts. (#1986) | Toni | 2023-05-28 |
* | configure: add an option to enable debug build, i.e `-g` (#1929) | Ivan Nardi | 2023-04-06 |
* | Fixed missing AS_HELP_STRING in configure.ac. (#1893) | Toni | 2023-03-01 |
* | Fix compilation with GCC-7 and latest RoaringBitmap code (#1886) | Ivan Nardi | 2023-02-13 |
* | Moved to 4.7 | Luca Deri | 2023-02-01 |
* | fuzz: add fuzzer testing nDPI (initial) configurations (#1830) | Ivan Nardi | 2022-12-23 |
* | Add support for LTO and Gold linker (#1812) | Ivan Nardi | 2022-12-05 |
* | Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs. | Toni Uhlig | 2022-09-21 |
* | Fix CI after nBPF integration (#1746) | Ivan Nardi | 2022-09-21 |
* | Initial work towards custom BPF protocol definition | Luca | 2022-09-16 |
* | Removed maxmind check | Luca Deri | 2022-08-31 |
* | Improved nDPI JSON serialization. (#1689) | Toni | 2022-08-02 |
* | Add support for Memory sanitizer (#1652) | Ivan Nardi | 2022-07-24 |
* | Restored -O2 in default builds | Luca | 2022-07-14 |
* | Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659) | Toni | 2022-07-13 |
* | Enhances gprof usage. (#1651) | Toni | 2022-07-08 |
* | Moved to 4.5 | Luca Deri | 2022-07-06 |
* | Generate profiling results as PNG. | Toni Uhlig | 2022-07-03 |
* | gprof test/CI integration | lns | 2022-07-03 |
* | Added TSAN support. (#1613) | Toni | 2022-07-03 |
* | Added gprof CPU/HEAP profiling support. (#1592) | Toni | 2022-06-12 |
* | Prevent compilation failure if, for whatever reason, NDPI_API_VERSION is empt... | Toni | 2022-06-06 |
* | Updated README.md (#1562) | Toni | 2022-05-30 |
* | Use Doxygen to generate the API documentation. (#1558) | Toni | 2022-05-29 |
* | Fixes compilation issues on RedHat systems | Luca Deri | 2022-05-26 |
* | Replaced obsolete autoconf macros. (#1553) | Toni | 2022-05-26 |
* | Yet another approach to fix #1499 (basically a copy&pasta from @socketpair). | Toni Uhlig | 2022-05-16 |
* | Replaced ndpiReader's libjson-c support with libnDPI's internal serialization... | Toni | 2022-05-07 |
* | Updated RRD dependencies | Luca Deri | 2022-05-03 |
* | Minor fix. | Zied Aouini | 2022-04-15 |
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
* | Fix JSON-C. | aouinizied | 2022-04-07 |
* | Python bindings fix. | aouinizied | 2022-04-07 |
* | [autoconf] Fixed .git submodule detection test. (#1507) | Darryl Sokoloski | 2022-03-31 |