aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: ENABLE_DEBUG disables function inliningToni Uhlig2020-08-14
* added utils module to share some code parts with other appsToni Uhlig2020-08-05
* improved Makefile help targetToni Uhlig2020-08-05
* json buffering and parsingToni Uhlig2020-08-04
* added basic "consumer" exampleToni Uhlig2020-08-04
* nDPIsrvd: UNIX/INET socket creationToni Uhlig2020-07-19
* moved CFLAGS to PROJECT_CFLAGS so OpenWrt won't overwrite itToni Uhlig2020-07-16
* removed obsolete DISABLE_JSONIZER modeToni Uhlig2020-07-11
* removed obsolete EXTRA_VERBOSE modeToni Uhlig2020-07-11
* -fsanitize=enumToni Uhlig2020-07-11
* do not omit frame pointer in debug modeToni Uhlig2020-07-10
* enable thread snitizerToni Uhlig2020-07-10
* send JSON string on a per thread basis to a remote sink, means that no expens...Toni Uhlig2020-07-05
* print json string for FLOW_END / FLOW_IDLE as wellToni Uhlig2020-07-01
* only printf() flow events #ifdef DISABLE_JSONIZER, print only json string oth...Toni Uhlig2020-07-01
* add configuration variable VERBOSE / EXTRA VERBOSE, print build configuration...Toni Uhlig2020-06-30
* -Wl == CFLAGToni Uhlig2020-06-23
* xcompile readyToni Uhlig2020-06-22
* print total packets captured, reduced console spam and added VERBOSE mode to ...Toni Uhlig2020-06-13
* Makefile use -I and -rpath if CUSTOM_LIBNDPI variable usedToni Uhlig2020-06-04
* initial commitlns2020-06-03