Updated copyright notices to include the year 2018.
global: start relying on timeout_remove(NULL) being a no-op Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - timeout_remove(&E); - } + timeout_remove(&E);
Updated copyright notices to include the year 2017.
lib: Added log throttling API.