-
Notifications
You must be signed in to change notification settings - Fork 72
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
Syncing up code moves from IA #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ired (handled later), add a locCacheMaxDuration to cache only if below threshold
…ization for zipnum clusters to be loaded sequentially when only looking for last line
… print connectedUrl on error, skip cached url on fallback to location list
…ators FIX ZIPNUM: Flush cache, if any, when reloading locations
…tion * use connectedUrl in all exceptions messages * attemptBlockLoad: use SEVERE only on last retry of required cluster which will lead to a 503, use WARNING otherwise
ZIPNUM: track 2nd attempt to load correctly
RuntimeIOException: add status
… sequential cluster load
Switch to use ThreadLocalHttpConnectionManager as default for ApacheSLR!
extractrule, check for empty string
…at wayback doesn't have to depend on heritrix-commons
Conflicts: src/main/resources/effective_tld_names.dat
anjackson
added a commit
that referenced
this pull request
Dec 12, 2013
Syncing up code moves from IA
nlevitt
pushed a commit
to nlevitt/webarchive-commons
that referenced
this pull request
Feb 1, 2014
get rid of RecyclingFastBufferedOutputStream, which was supposed to avoi...
sebastian-nagel
pushed a commit
to sebastian-nagel/webarchive-commons
that referenced
this pull request
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request contains the latest code from the internetarchive/ia-web-commons fork, which moves the Heritrix3 code required by OpenWayback into the commons so that H3 need no longer be a dependency. I pulled in their code and then patched it up slightly to match the org.netpreserve names etc.