Luca Deri
|
57e6a93065
|
Improved scheduling algorithm to guarantee minimum service time when number of entries allow
Updated (C)
|
2020-01-06 23:36:36 +01:00 |
|
emanuele-f
|
74f761d18b
|
Allow calls to alerts_api.trigger/alerts_api.release outside periodic scripts
|
2019-09-03 19:20:50 +02:00 |
|
Luca Deri
|
bedff2c8e2
|
Updated (C)
|
2019-01-07 19:28:49 +01:00 |
|
Luca Deri
|
f0c936c368
|
Updated (C) to 2018
|
2018-03-22 21:59:42 +01:00 |
|
Luca
|
30e1a75f98
|
(C) update
|
2017-01-10 15:03:16 -08:00 |
|
Luca Deri
|
f09e58b191
|
Code cleanup (strtok replacement)
|
2016-12-27 23:14:39 +01:00 |
|
Simone Mainardi
|
476e43d677
|
Fix for multiple local networks
fixes #868
|
2016-12-27 17:33:25 +01:00 |
|
Simone Mainardi
|
5b041093e3
|
Fixes warnings for always-false comparisions
src/AddressList.cpp:62:24: warning: comparison of constant 0 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
if(addAddress(net) < 0) return false;
~~~~~~~~~~~~~~~ ^ ~
1 warning generated.
g++ -g -fno-color-diagnostics -Wall -I/Users/simone/code/ntopng -I/Users/simone/code/ntopng/include -I/usr/local/include -I/opt/local/include -I../PF_RING/userland/nbpf -I /Users/simone/code/ntopng/third-party/hiredis -I/Users/simone/code/ntopng/third-party/mongoose -I/opt/local/include/json-c -I/opt/local/include -I../nDPI/src/include -I/Users/simone/code/ntopng/third-party/LuaJIT-2.0.3/src -I/opt/local/include -I/opt/local/include -I/opt/local/include/mysql56/mysql -I/Users/simone/code/ntopng -I/Users/simone/code/ntopng/include -I/usr/local/include -I/opt/local/include -I/Users/simone/code/ntopng/pro -I/Users/simone/code/ntopng/third-party/http-client-c/src/ -Ipro/utils -Ipro/third-party/libb64-1.2.1/include -DDATA_DIR='"/usr/local/share"' -I/Users/simone/code/ntopng/third-party/libgeohash -I/Users/simone/code/ntopng/third-party/patricia -c src/AddressResolution.cpp -o src/AddressResolution.o
src/AddressResolution.cpp:39:45: warning: comparison of constant 0 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if((rc = localNetworks.addAddress(net)) < 0) return false;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
1 warning generated.
|
2016-12-21 12:44:35 +01:00 |
|
Luca Deri
|
9d4df13c1a
|
Reworked AddressTree implementation
|
2016-12-20 19:16:34 +01:00 |
|