Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Have a clear distinction between public and private/internal API (#2137) | Ivan Nardi | 2023-11-09 |
| | | | | | | 1) Public API/headers in `src/include/` [as it has always been] 2) Private API/headers in `src/lib/` Try to keep the "ndpi_" prefix only for the public functions | ||
* | Renamed HTTP/2 to HTTP2 as the '/' can have side effects with applications ↵ | Luca Deri | 2023-09-20 |
| | | | | sitting on top of nDPI | ||
* | Add support for (un-encrypted) HTTP/2 (#2087) | Ivan Nardi | 2023-09-18 |
Plaintext HTTP/2 is quite rare on the general "internet" but it is used in some private networks (example: 5G core network) |