aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Improved testing capabilities via Makefile.Toni Uhlig2020-12-15
* Generic nDPIsrvd.h event handling integration and flow tracking with uthash.Toni Uhlig2020-12-06
* Removed all LUA leftover as preparation for UTHASH.Toni Uhlig2020-12-01
* Set rpath when compiling with use of pkg-config.Toni Uhlig2020-12-01
* Let travis use pcap files from nDPI to produce some JSON output. (disabled, n...Toni Uhlig2020-12-01
* Refactored Makefile pkg-config part to be able to work with multiple pkg-conf...Toni Uhlig2020-11-18
* Renamed misleading "contrib" subfolder to "dependencies".Toni Uhlig2020-11-13
* Fixed `make help' printout issues.Toni Uhlig2020-11-11
* Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ...Toni Uhlig2020-11-08
* build go example only if GOCC setToni Uhlig2020-10-17
* Travi CIToni Uhlig2020-10-06
* Removed DISABLE_JSMN define for c-json-stdout (built-in per default).Toni Uhlig2020-09-26
* go-dashboard: Added event structs and JSON unmarshal semantic.Toni Uhlig2020-09-02
* go-dashboard: go mod/vendor support + termdash text user interfaceToni Uhlig2020-09-01
* Added golang JSON deserializer example.Toni Uhlig2020-08-31
* Makefile: Allow pkg-config based builds and also allow setting libndpi build ...Toni Uhlig2020-08-24
* 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