aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Makefile.in
Commit message (Expand)AuthorAge
* Implemented STUN peer_address, relayed_address, response_origin, other_addres...Luca Deri2024-04-12
* Fixed yet another another "unused function" warning. (#2367)Toni2024-04-04
* Fixed yet another "unused function" warning. (#2365)Toni2024-04-04
* Add `-Wno-unused-function` as CFLAG for `third_party/src/gcrypt_light.c`. (#2...Toni2024-04-04
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* make install: avoid copying private header (#2323)Ivan Nardi2024-02-20
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Fix compilation on Windows (#2072)Ivan Nardi2023-08-14
* Implemented Count-Min Sketch [count how many times a value has been observed]Luca Deri2023-07-13
* Build: fix `make install` when `--prefix=` is used in configure script (#1824)Ivan Nardi2022-12-10
* Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs.Toni Uhlig2022-09-21
* Initial work towards custom BPF protocol definitionLuca2022-09-16
* Support serialization of double-precision floating-point numbers. Fixes #1702.lns2022-08-24
* Update Makefile.in (#1708)alcir2022-08-15
* Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659)Toni2022-07-13
* Added gprof CPU/HEAP profiling support. (#1592)Toni2022-06-12
* Updated README.md (#1562)Toni2022-05-30
* Added script to compare and verify the output of `make dist'. (#1551)Toni2022-05-26
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Drop support for non-gcrypt builds. (#1469)Toni2022-03-02
* build: respect environment options more (#1392)Sam James2022-01-18
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Improved libm check via Autoconf. (#1263)Toni2021-07-28
* Added --with-mipsel for building nDPI on mipsel devicesLuca Deri2020-12-09
* Restored Ubuntu/Debian packagingLuca Deri2020-11-03
* Merge pull request #1018 from lnslbrty/fix/make-distLuca Deri2020-09-20
|\
| * Fixed broken `make dist' and added CI check.Toni Uhlig2020-09-19
* | Fixed mingw build w/o examples/tests/fuzzer.Toni Uhlig2020-09-18
|/
* Fixes compilation issues introduced by https://github.com/ntop/nDPI/pull/989Luca Deri2020-08-22
* Make clean enhancementLuca Deri2020-07-01
* Add the --with-llvm-sanitizer flagemanuele-f2020-02-13
* PCRE fixesLuca2020-02-02
* Add LDFLAGS for Win32.Zied Aouini2019-12-16
* Added ability to defien custom protocolsLuca Deri2019-10-29
* Simplified makefileLuca Deri2019-07-23
* Add SPLT and BD classification to the lib.Ravi Kerur2019-07-23
* Remove Werroremanuele-f2019-07-15
* Solve remaining warningsStuart Reilly2019-07-12
* Add compiler warnings and fix themStuart Reilly2019-07-12
* Makefile: ln -F not supported in alpinehoermto2019-06-28
* Reworked SSL cipher handlingLuca Deri2019-06-16
* Tests result fixLuca2019-04-05
|\
| * Use relative path for library linkchiehminw2019-03-13
* | Fixed false positive with FTP_DATA protocolLuca2019-04-05
|/
* Propagate prefix settings to MakefilesPramode2019-01-20
* Merge pull request #639 from madpilot78/Create_libndpi.so.MAJOR_linkLuca Deri2018-12-10
|\
| * Also create the libndpi.so.2 link.Guido Falsi2018-11-15
* | build: cleanup .so.X.X.X if present.Vitaliy Ivanov2018-11-28
* | build: correct example dpdk linking with pcap.Vitaliy Ivanov2018-11-28