Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the --with-llvm-sanitizer flag | emanuele-f | 2020-02-13 |
| | | | | | | | To enable the leaks detector, set the ASAN_OPTIONS=detect_leaks=1 environment variable, e.g: ASAN_OPTIONS=detect_leaks=1 example/ndpiReader -i test.pcap | ||
* | 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 |
| | | | | Fixed warning | ||
* | Add SPLT and BD classification to the lib. | Ravi Kerur | 2019-07-23 |
| | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | ||
* | 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 |
| | | | removed -F option from makefile for alpine support. Actually not sure the relevance of -F flag for other OS | ||
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
| | |||
* | Tests result fix | Luca | 2019-04-05 |
|\ | | | | | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | ||
| * | Use relative path for library link | chiehminw | 2019-03-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relative link path can preserve link relation after packaging and doplying to new machine ex: $ make DESTDIR=/tmp/ndpi install $ tar czf ndpi.tar.gz /tmp/ndpi $ tar xf ndpi.tar.gz -C /lib Orignal install script will caused the /lib/libndpi.so.2 links to /tmp/ndpi/libndpi.so.2.9.0 which is not intended Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | | Fixed false positive with FTP_DATA protocol | Luca | 2019-04-05 |
|/ | | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations | ||
* | Propagate prefix settings to Makefiles | Pramode | 2019-01-20 |
| | | | | | A "make install" was failing because the --prefix flag setting was not being propagated to the Makefiles. | ||
* | Merge pull request #639 from madpilot78/Create_libndpi.so.MAJOR_link | Luca Deri | 2018-12-10 |
|\ | | | | | Also create the libndpi.so.2 link. | ||
| * | Also create the libndpi.so.2 link. | Guido Falsi | 2018-11-15 |
| | | | | | | | | This is created bydefault by all build tools for libraries and required in certain cases. FreeBSD linker requires it when using SONAME. | ||
* | | build: cleanup .so.X.X.X if present. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | | | Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | | build: correct example dpdk linking with pcap. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | | | | | | | | | - take libpcap from configure information. - clean up distclean. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | | removed -r not supported on all systems | Alfredo Cardigliano | 2018-11-19 |
| | | |||
* | | rpm package | Alfredo Cardigliano | 2018-11-19 |
|/ | |||
* | The OS variable was not being populated by default. | Guido Falsi | 2018-10-29 |
| | |||
* | Try to fix build on Mac. | Guido Falsi | 2018-10-29 |
| | |||
* | Add command line options to correctly populate the shared object SONAME ↵ | Guido Falsi | 2018-10-29 |
| | | | | property. | ||
* | Add -g flag | emanuele-f | 2018-10-11 |
| | |||
* | fix remake | root | 2018-10-02 |
| | |||
* | Fixes #601 | Luca | 2018-09-11 |
| | |||
* | Better clang handling | Luca | 2018-08-30 |
| | |||
* | Cleaned up makefile | Luca | 2018-08-30 |
| | | | | Used clang instead of gcc on MacOS | ||
* | Added target for shared liubrary creation | Luca | 2018-08-25 |
Added target for install Fixes #593 |