Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
| | | | | | | | * Removed Visual Studio leftovers. Maintaining an autotools project with VS integration requires some additional overhead. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Update copyright | Alfredo Cardigliano | 2022-01-03 |
| | |||
* | Minor code cleanup | Luca Deri | 2021-10-27 |
| | |||
* | Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276) | Ivan Nardi | 2021-08-20 |
| | | | | | | | | | | | | | | | | Fix all the warnings. Getting rid of "-Wno-unused-parameter" is quite complex because some parameters usage depends on compilation variable (i.e. `--enable-debug-messages`). The "-Werror" flag has been added only in Travis builds to avoid breaking the builds to users using uncommon/untested OS/compiler/enviroment. Tested on: * x86_64; Ubuntu 20.04; gcc 7,8,9,10,11; clang 7,8,9,10,11,12 * x86_64; CentOS 7.7; gcc 4.8.5 (with "--disable-gcrypt" flag) * Raspberry 4; Debian 10.10; gcc 8.3.0 | ||
* | (C) Update | Luca Deri | 2021-01-07 |
| | |||
* | Win fixes | Luca Deri | 2020-12-17 |
| | |||
* | OpenBSD: Introduce pkt_timeval to deal with (bpf_)_timeval | Adrian ZgorzaĆek | 2020-08-09 |
| | | | | | | Some BSD APIs called in example/ return `struct bpf_timeval`, where nDPI APIs expect `struct timeval`. These two structs, besides having a different name, share the exact same set of fields. | ||
* | Added note on memory management | Luca Deri | 2020-08-06 |
| | |||
* | Added new ndpi_string_sha1_hash API call | Luca Deri | 2020-08-05 |
| | |||
* | Disabeld community id debug | Alfredo Cardigliano | 2020-01-30 |
| | |||
* | Community ID hash fixes | Alfredo Cardigliano | 2020-01-25 |
| | |||
* | Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode. | Alfredo Cardigliano | 2020-01-24 |