Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-31Semi hardcode the connection_timeout valuecurl_timeoutChristian König
2022-08-31Set connection timeout for curlChristian König
2022-08-01Same per @rdwebdesign suggestion.Adam Warner
2022-08-01Dont use bash keywords/programs as variable namesAdam Warner
2022-07-11Add database healthy checks to debug scriptChristian König
2022-07-02Adds spellcheck action to the smoke-tests (also moves editorconfig-checker to...Adam Warner
2022-04-20Update gravity.shPeter Russell
2022-04-20Update gravity.shPeter Russell
2022-04-20Update gravity.shPeter Russell
2022-04-20Update gravity.shjpgpi250
2022-01-30Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 e...DL6ER
2022-01-30Copy database tables earlier into the new gravity database to avoid foreign k...DL6ER
2022-01-30Use internal SQLite3 engine in more places in gravity.shDL6ER
2022-01-08Fix gravity in case there are no adlists at all or all are disabled (#4535)DL6ER
2021-12-22Merge pull request #4288 from pi-hole/new/gravity_repairDL6ER
2021-12-22Document -r recover force caseDL6ER
2021-12-22Apply suggestions from code reviewDL6ER
2021-12-22Merge pull request #4450 from pi-hole/unblock_NODATADL6ER
2021-12-22use +short and omit obsolet awkyubiuser
2021-12-21Apply suggestions from code reviewDL6ER
2021-12-21Declare variables localDL6ER
2021-12-21Allow users to force recovery even when checks are okay using "pihole -g -r r...DL6ER
2021-12-21Return early from recovery routine when integrity checks didn't show any data...DL6ER
2021-12-21Implement fully-automated gravity database recovery method.DL6ER
2021-12-20Add database function failure guards.Dan Schaper
2021-12-20Check for DNS before run.Dan Schaper
2021-12-20Set DBFile permissions on creation.Dan Schaper
2021-12-03Unblock adlist domain during gravity run in NODATA modeChristian König
2021-12-03Rename variables to improve comprehensibilityChristian König
2021-12-01Fix number of invalid domainsChristian König
2021-11-26Clean up bash script formattingjbzdarkid
2021-10-05Remove unused wildcard_regex_converter.sh (#4369)yubiuser
2021-09-12fix Pi-hole v5.4 update - syntax error #4322jpgpi250
2021-07-04Merge branch 'development' into fix/gravity_no_locallistAdam Warner
2021-06-14Update gravity.shjpgpi250
2021-04-16Do not put hostname and pi.hole into local.list - this will be handled by FTL...DL6ER
2021-03-18Use possibly custom gravity.db location in the copying SQL scriptDL6ER
2021-03-18pihole -g should respose GRAVITYDB in pihole-FTL.confDL6ER
2021-03-02Add missing three new columns to pihole -g -rDL6ER
2021-02-28Merge pull request #3951 from pi-hole/new/gravity_adlist_infosDL6ER
2021-01-26Merge pull request #4017 from mwoolweaver/patch-2Adam Warner
2021-01-26fix typo in commentMichael Woolweaver
2021-01-19fixed typosfreddii
2020-12-31Merge pull request #3912 from mdujava/basic_authDL6ER
2020-12-30Remove "The list is new" comment because it is superfluousDL6ER
2020-12-29Actually store correct number of domains for the individual lists (and not th...DL6ER
2020-12-29Only update time of last list change when we see a list for the first time or...DL6ER
2020-12-29Compare checksum of downloaded list against older checksums to see if the lis...DL6ER
2020-12-28Store status of downloaded list (downloaded, using cache, some error, ...) an...DL6ER
2020-12-21Fix validation of adlist urlMatej Dujava