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
2016-12-02Catch more 1'sDan Schaper
2016-12-01Begin fixing exit values.Dan Schaper
2016-11-21Merge pull request #924 from DL6ER/webpage.shAdam Warner
2016-11-20Changed -web (webpage) to -a (admin)DL6ER
2016-11-19Extended help textDL6ER
2016-11-19Implement possibility to remove password using "pihole -web -p"DL6ER
2016-11-19Add countdown timerDan Schaper
2016-11-17Set default timeout to 60 secondsDan Schaper
2016-11-17Add debug timeouteDan Schaper
2016-11-17Add debug timeouteDan Schaper
2016-11-17Capitalized variable names.DL6ER
2016-11-17Compute double hashes to avoid rainbow table vulnerabilityDL6ER
2016-11-16Minor changeDL6ER
2016-11-16Added webpage.shDL6ER
2016-11-15Update piholeDebug.shAdam Warner
2016-11-06promo-tweakJacob Salmela
2016-11-06replace hardcoded interface with varJacob Salmela
2016-11-03Merge pull request #891 from pi-hole/bugfix/chronometer-domain-countDan Schaper
2016-11-03Fix logic. If both v6 and v4 divide by two, else dont.Adam Warner
2016-11-03Update to use new Var namePromofaux
2016-11-02switch out -eq for ==Promofaux
2016-11-02Gotta catch 'em all...'Dan Schaper
2016-11-02Compare string to string.Dan Schaper
2016-11-02Remove testing block.Dan Schaper
2016-11-02Version remote check returns -1 on failure to detect curl silent failing. Upd...Dan Schaper
2016-11-02Use explicit calls for function to self-documentDan Schaper
2016-11-02Rename the only utilty function left that didn't say `repo`Dan Schaper
2016-11-02Utility functions fully quiet now. Calling functions have the echos.Dan Schaper
2016-11-02ShellCheck split local declaration and assignment.Dan Schaper
2016-11-02Take echos out of utility functions and move up a level.Dan Schaper
2016-11-02Test for lexicographically less than tag version.Dan Schaper
2016-11-02Stash all changed files, clean directory and pull updates.Dan Schaper
2016-11-02Merge branch 'feature/defensiveTweaks' of https://github.com/pi-hole/pi-hole ...Dan Schaper
2016-11-02fix update output logic. version number variables should not be read only!Adam Warner
2016-11-02Whitespace.Dan Schaper
2016-11-02Merge branch 'feature/defensiveTweaks' of https://github.com/pi-hole/pi-hole ...Dan Schaper
2016-11-02Refactor and move some bits.Dan Schaper
2016-11-02Further tweaks to local repo handlingAdam Warner
2016-11-02All tabs now spacedDan Schaper
2016-11-02Just delete, no need to cd there first.Dan Schaper
2016-11-02Factoring and combining functionsDan Schaper
2016-11-02Move value checks to `if` calls.Dan Schaper
2016-11-02Actually get `is_repo` to return a value and have it expected.Dan Schaper
2016-11-02Modified `is_repo`Dan Schaper
2016-11-02Move version messages to main function, check for repos.Dan Schaper
2016-11-02Bash is funny with returns.Dan Schaper
2016-11-02Merge branch 'feature/defensiveTweaks' of https://github.com/pi-hole/pi-hole ...Dan Schaper
2016-11-02New naming convention, and reorder functions as bash would prefer them to be.Dan Schaper
2016-11-02cleanup and use sentintel in is_repodiginc
2016-11-02missing quote addeddiginc