-
Notifications
You must be signed in to change notification settings - Fork 516
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
Maintenance: Add dedicated /etc/hosts manager #1810
Draft
yadij
wants to merge
27
commits into
squid-cache:master
Choose a base branch
from
yadij:arc-libcfg-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on May 7, 2024
-
Initial class Cfg::File combines: a) file management design from ConfigParser::CfgFile, Extended to load files in large chunks (up to 1MB) and parse lines in memory instead of via fgets(). b) "#line NN "filename" line changing from parseOneConfigFile(), Altered to only apply when processing FIFO pipes instead of allowing regular files. c) FIFO pipe alternative input from parseOneConfigFile() Extended to also perform FIFO auto-detection and enable pipe handling differences without special configuration by admin. d) prefix whitespace tolerance from ConfigParser::strtokFile()
Configuration menu - View commit details
-
Copy full SHA for aa8cccc - Browse repository at this point
Copy the full SHA aa8ccccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b0e44 - Browse repository at this point
Copy the full SHA f3b0e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3377bc3 - Browse repository at this point
Copy the full SHA 3377bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c10697 - Browse repository at this point
Copy the full SHA 9c10697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d8b24 - Browse repository at this point
Copy the full SHA 48d8b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeac0d9 - Browse repository at this point
Copy the full SHA eeac0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c06252 - Browse repository at this point
Copy the full SHA 9c06252View commit details -
Drop stat::st_size usage per reviewer request
Apparently it can contain garbage values.
Configuration menu - View commit details
-
Copy full SHA for 8fcfb08 - Browse repository at this point
Copy the full SHA 8fcfb08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175896e - Browse repository at this point
Copy the full SHA 175896eView commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52b7cd5 - Browse repository at this point
Copy the full SHA 52b7cd5View commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 355332a - Browse repository at this point
Copy the full SHA 355332aView commit details -
- content may not actually be configuration. It has not been validated. - fread(2) is used internally not read(2).
Configuration menu - View commit details
-
Copy full SHA for cfdecbd - Browse repository at this point
Copy the full SHA cfdecbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ac7f0 - Browse repository at this point
Copy the full SHA a9ac7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe941f - Browse repository at this point
Copy the full SHA 2fe941fView commit details -
Move filePath processing to constructor per reviewer request
also remove now unused stat(2) complexity.
Configuration menu - View commit details
-
Copy full SHA for 6672412 - Browse repository at this point
Copy the full SHA 6672412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a284f0 - Browse repository at this point
Copy the full SHA 7a284f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 713d406 - Browse repository at this point
Copy the full SHA 713d406View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bd6c7 - Browse repository at this point
Copy the full SHA a0bd6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cc912 - Browse repository at this point
Copy the full SHA 30cc912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c88f43 - Browse repository at this point
Copy the full SHA 7c88f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5f668 - Browse repository at this point
Copy the full SHA 5e5f668View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a3e5a - Browse repository at this point
Copy the full SHA c1a3e5aView commit details -
Co-authored-by: Alex Rousskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c795391 - Browse repository at this point
Copy the full SHA c795391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6038816 - Browse repository at this point
Copy the full SHA 6038816View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f6c63 - Browse repository at this point
Copy the full SHA f3f6c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97252e7 - Browse repository at this point
Copy the full SHA 97252e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f03367 - Browse repository at this point
Copy the full SHA 8f03367View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.