You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't get silently killed on crashes by SIGSEGV. Instead, try to provide some self-debugging details and aks the user to file a bug report on our GitHub repository
Catch and handle SIGINT (Ctrl + C)
Detect name of user that is running pihole-FTL and include it in some warning and error messages
Re-parse logs when receiving SIGUSR1
Bugfixes
Some bug fixes for log files that are > 4 GB in size (corresponding to >~ 100 million queries)
Tweaks
Use the macros EXIT_SUCCESS and EXIT_FAILURE for the conventional status value for success and failure, respectively, for greater portability
Debug mode: Print at which time query had to be enlarged (kind of log parsing process display for humongous logs)