-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.15 Release #1332
5.15 Release #1332
Commits on Feb 16, 2022
-
Merge pull request #1304 from pi-hole/master
sync: master to development
Configuration menu - View commit details
-
Copy full SHA for 9b087b1 - Browse repository at this point
Copy the full SHA 9b087b1View commit details
Commits on Feb 18, 2022
-
Fix how we compute the total number of DNS packets (not queries)
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for da62df2 - Browse repository at this point
Copy the full SHA da62df2View commit details -
Merge pull request #1305 from pi-hole/fix/negative_others
Fix negative "others" in Upstream Servers pie chart
Configuration menu - View commit details
-
Copy full SHA for 08de9d0 - Browse repository at this point
Copy the full SHA 08de9d0View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ff5b0a - Browse repository at this point
Copy the full SHA 8ff5b0aView commit details -
Merge pull request #1307 from pi-hole/update/sqlite_3.38.0
Update SQLite to v3.38.0
Configuration menu - View commit details
-
Copy full SHA for cb0d42d - Browse repository at this point
Copy the full SHA cb0d42dView commit details
Commits on Mar 1, 2022
-
Reload blocking mode independently of incoming queries
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 7f7dc2e - Browse repository at this point
Copy the full SHA 7f7dc2eView commit details
Commits on Mar 6, 2022
-
Replace reference to hard-coded default GCinterval value
This hard-coded GCinterval value makes any change to the macro defining the GCinterval ineffective when the GC runs. For e.g., if I reduce the GC from once an hour to once every 3 minutes, the GC runs every 3 minutes, but the mintime is set to the start of the next hour, which wipes everything from the overTime data. I believe that this change is safe and can be merged and shipped to existing users because the GCinterval value is not configurable and users who don't build the PiHole version that they are running will not be affected by this change. Signed-off-by: Siddharth Kannan <mail@siddharthkannan.in>
Configuration menu - View commit details
-
Copy full SHA for 2d1e7ad - Browse repository at this point
Copy the full SHA 2d1e7adView commit details
Commits on Mar 8, 2022
-
Change blocking mode to blocking status in comment
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 29cc882 - Browse repository at this point
Copy the full SHA 29cc882View commit details -
Merge pull request #1310 from pi-hole/tweak/blockind_status
Reload blocking mode independently of incoming queries
Configuration menu - View commit details
-
Copy full SHA for e62063a - Browse repository at this point
Copy the full SHA e62063aView commit details
Commits on Mar 16, 2022
-
Added support for compilation on MIPS platform
Compiling FTL on MIPS platform would fail with the following error: /home/git/FTL/src/database/../shmem.h:57:41: error: expected declaration specifiers or ‘...’ before numeric constant 57 | ASSERT_SIZEOF(countersStruct, 240, 240, 240); This error originates from static_assert.h, where there are no definition of ASSERT_SIZEOF and STATIC_ASSERT for the mips architecture. Support added in this commit.
Configuration menu - View commit details
-
Copy full SHA for f140518 - Browse repository at this point
Copy the full SHA f140518View commit details -
Signed-off-by: abesnier <besnier_antoine@yahoo.fr>
Configuration menu - View commit details
-
Copy full SHA for a68908c - Browse repository at this point
Copy the full SHA a68908cView commit details -
Signed-off-by: abesnier <besnier_antoine@yahoo.fr>
Configuration menu - View commit details
-
Copy full SHA for d6e19bd - Browse repository at this point
Copy the full SHA d6e19bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9262fb9 - Browse repository at this point
Copy the full SHA 9262fb9View commit details
Commits on Mar 18, 2022
-
Adjust query type counters when importing from the database
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 213b7eb - Browse repository at this point
Copy the full SHA 213b7ebView commit details -
Merge pull request #1313 from icyflame/update-gc-remove-hardcoded-gc-…
…interval Replace reference to hard-coded default GCinterval value
Configuration menu - View commit details
-
Copy full SHA for f527e73 - Browse repository at this point
Copy the full SHA f527e73View commit details -
Be more precise about escaping invalid characters in queries
Signed-off-by: Christian König <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 4cf9129 - Browse repository at this point
Copy the full SHA 4cf9129View commit details -
Merge pull request #1318 from pi-hole/tweak/escape
Be more precise about escaping invalid characters in queries
Configuration menu - View commit details
-
Copy full SHA for 7383842 - Browse repository at this point
Copy the full SHA 7383842View commit details -
Merge pull request #1317 from pi-hole/fix/negative_replies
Adjust query type counters when importing from the database
Configuration menu - View commit details
-
Copy full SHA for 7e45549 - Browse repository at this point
Copy the full SHA 7e45549View commit details
Commits on Mar 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fbe28c9 - Browse repository at this point
Copy the full SHA fbe28c9View commit details -
Merge pull request #1320 from pi-hole/update/sqlite_3.38.1
Update SQLite to 3.38.1
Configuration menu - View commit details
-
Copy full SHA for 9ba75b7 - Browse repository at this point
Copy the full SHA 9ba75b7View commit details
Commits on Mar 26, 2022
-
Merge pull request #1316 from abesnier/patch-1
Added support for compilation on MIPS platform
Configuration menu - View commit details
-
Copy full SHA for 5ac2ed2 - Browse repository at this point
Copy the full SHA 5ac2ed2View commit details -
Add individual reply counters as well as their sum to the API + ensur…
…e we subtract from the previous reply counter when setting a new status Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for a24e187 - Browse repository at this point
Copy the full SHA a24e187View commit details -
Ensure we subtract from the old reply counter when reply type changes
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for 8734b60 - Browse repository at this point
Copy the full SHA 8734b60View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77c5665 - Browse repository at this point
Copy the full SHA 77c5665View commit details -
Merge pull request #1323 from pi-hole/update/sqlite_3.38.2
Update SQLite to v3.38.2
Configuration menu - View commit details
-
Copy full SHA for 6576eb6 - Browse repository at this point
Copy the full SHA 6576eb6View commit details
Commits on Apr 2, 2022
-
Fix initOverTime's calculation of last slot timestamp
initOverTime calculate's the last slot timestamp with the assumption that `OVERTIME_INTERVAL` will allow atleast `OVERTIME_SLOTS` number of slots between now and the last slot in the current hour. This leads it to calculate the timestamp of the last slot, and then assign timestamps to each slot counting down from that timestamp. This logic is not compatible with changes in the OVERTIME_INTERVAL and the MAXLOGAGE variables. Here is a demonstration of a case where this can be shown clearly: ``` OVERTIME_INTERVAL = 60s (Each slot stores 1 minute of data) MAXLOGAGE = 600s (Store date for only 10 minutes) OVERTIME_SLOTS = 11 (MAXLOGAGE/OVERTIME_INTERVAL) ``` - Current time: 10:35 - Last slot time: 10:59:30 - First slot time: 10:48:30 Note that this logic *does* work as expected with the default minimum of 1 hour for the MAXLOGAGE configuration variable. Signed-off-by: Siddharth Kannan <mail@siddharthkannan.in>
Configuration menu - View commit details
-
Copy full SHA for 06b0606 - Browse repository at this point
Copy the full SHA 06b0606View commit details -
Merge pull request #1312 from icyflame/update-init-overtime
Fix initOverTime's calculation of last slot timestamp
Configuration menu - View commit details
-
Copy full SHA for 392ff15 - Browse repository at this point
Copy the full SHA 392ff15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4979e54 - Browse repository at this point
Copy the full SHA 4979e54View commit details -
Merge pull request #1322 from pi-hole/fix/negative_replies
Fix query counts
Configuration menu - View commit details
-
Copy full SHA for 4f6f6ca - Browse repository at this point
Copy the full SHA 4f6f6caView commit details -
Apply suggestions from code review
Co-authored-by: yubiuser <ckoenig@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 69f85ce - Browse repository at this point
Copy the full SHA 69f85ceView commit details -
Merge pull request #1326 from pi-hole/new/stale_bot
Add stale bot to FTL repo
Configuration menu - View commit details
-
Copy full SHA for 3ebb7b2 - Browse repository at this point
Copy the full SHA 3ebb7b2View commit details
Commits on Apr 7, 2022
-
Fix overtime computation logic broken in PR #1312
Signed-off-by: DL6ER <dl6er@dl6er.de>
Configuration menu - View commit details
-
Copy full SHA for e460a67 - Browse repository at this point
Copy the full SHA e460a67View commit details
Commits on Apr 8, 2022
-
Merge pull request #1327 from pi-hole/fix/overTime
Fix overtime computation logic broken in PR #1312
Configuration menu - View commit details
-
Copy full SHA for e4e397d - Browse repository at this point
Copy the full SHA e4e397dView commit details