| Commit message (Expand) | Author | Age |
* | Implemented STUN peer_address, relayed_address, response_origin, other_addres... | Luca Deri | 2024-04-12 |
* | Fixed yet another another "unused function" warning. (#2367) | Toni | 2024-04-04 |
* | Fixed yet another "unused function" warning. (#2365) | Toni | 2024-04-04 |
* | Add `-Wno-unused-function` as CFLAG for `third_party/src/gcrypt_light.c`. (#2... | Toni | 2024-04-04 |
* | Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358) | Toni | 2024-04-03 |
* | make install: avoid copying private header (#2323) | Ivan Nardi | 2024-02-20 |
* | Have a clear distinction between public and private/internal API (#2137) | Ivan Nardi | 2023-11-09 |
* | Added printf/fprintf replacement for some internal modules. (#1974) | Toni | 2023-09-26 |
* | Fix compilation on Windows (#2072) | Ivan Nardi | 2023-08-14 |
* | Implemented Count-Min Sketch [count how many times a value has been observed] | Luca Deri | 2023-07-13 |
* | Build: fix `make install` when `--prefix=` is used in configure script (#1824) | Ivan Nardi | 2022-12-10 |
* | Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs. | Toni Uhlig | 2022-09-21 |
* | Initial work towards custom BPF protocol definition | Luca | 2022-09-16 |
* | Support serialization of double-precision floating-point numbers. Fixes #1702. | lns | 2022-08-24 |
* | Update Makefile.in (#1708) | alcir | 2022-08-15 |
* | Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659) | Toni | 2022-07-13 |
* | Added gprof CPU/HEAP profiling support. (#1592) | Toni | 2022-06-12 |
* | Updated README.md (#1562) | Toni | 2022-05-30 |
* | Added script to compare and verify the output of `make dist'. (#1551) | Toni | 2022-05-26 |
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
* | Drop support for non-gcrypt builds. (#1469) | Toni | 2022-03-02 |
* | build: respect environment options more (#1392) | Sam James | 2022-01-18 |
* | Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276) | Ivan Nardi | 2021-08-20 |
* | Improved libm check via Autoconf. (#1263) | Toni | 2021-07-28 |
* | Added --with-mipsel for building nDPI on mipsel devices | Luca Deri | 2020-12-09 |
* | Restored Ubuntu/Debian packaging | Luca Deri | 2020-11-03 |
* | Merge pull request #1018 from lnslbrty/fix/make-dist | Luca Deri | 2020-09-20 |
|\ |
|
| * | Fixed broken `make dist' and added CI check. | Toni Uhlig | 2020-09-19 |
* | | Fixed mingw build w/o examples/tests/fuzzer. | Toni Uhlig | 2020-09-18 |
|/ |
|
* | Fixes compilation issues introduced by https://github.com/ntop/nDPI/pull/989 | Luca Deri | 2020-08-22 |
* | Make clean enhancement | Luca Deri | 2020-07-01 |
* | Add the --with-llvm-sanitizer flag | emanuele-f | 2020-02-13 |
* | PCRE fixes | Luca | 2020-02-02 |
* | Add LDFLAGS for Win32. | Zied Aouini | 2019-12-16 |
* | Added ability to defien custom protocols | Luca Deri | 2019-10-29 |
* | Simplified makefile | Luca Deri | 2019-07-23 |
* | Add SPLT and BD classification to the lib. | Ravi Kerur | 2019-07-23 |
* | Remove Werror | emanuele-f | 2019-07-15 |
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 |
* | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 |
* | Makefile: ln -F not supported in alpine | hoermto | 2019-06-28 |
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
* | Tests result fix | Luca | 2019-04-05 |
|\ |
|
| * | Use relative path for library link | chiehminw | 2019-03-13 |
* | | Fixed false positive with FTP_DATA protocol | Luca | 2019-04-05 |
|/ |
|
* | Propagate prefix settings to Makefiles | Pramode | 2019-01-20 |
* | Merge pull request #639 from madpilot78/Create_libndpi.so.MAJOR_link | Luca Deri | 2018-12-10 |
|\ |
|
| * | Also create the libndpi.so.2 link. | Guido Falsi | 2018-11-15 |
* | | build: cleanup .so.X.X.X if present. | Vitaliy Ivanov | 2018-11-28 |
* | | build: correct example dpdk linking with pcap. | Vitaliy Ivanov | 2018-11-28 |