Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
internetarchive
/
warctools
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
178
Code
Issues
12
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
custom class MultiMemberGzipReader and other tweaks
- #16
#16
Open
nlevitt
wants to merge 14 commits into
internetarchive:master
internetarchive/warctools:master
from
nlevitt:cdx-writer-big-update
nlevitt/warctools:cdx-writer-big-update
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
custom class MultiMemberGzipReader and other tweaks
#16
nlevitt
wants to merge 14 commits into
internetarchive:master
internetarchive/warctools:master
from
nlevitt:cdx-writer-big-update
nlevitt/warctools:cdx-writer-big-update
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2016
invalidate content_file of previous record when reading next one
nlevitt
committed
27fb081
View commit details
Copy full SHA for 27fb081
Browse repository at this point
port over raj hacks from old cdx-writer branch to accept arcs missing filedesc header, and split line only on space character
nlevitt
committed
98341bb
View commit details
Copy full SHA for 98341bb
Browse repository at this point
Commits on Mar 28, 2016
new class MultiMemberGzipReader for better member-at-a-time gzip parsing (fixes fundamental problem with old approach, that a read on a short gzip member would read into the following member)
nlevitt
committed
fb47352
View commit details
Copy full SHA for fb47352
Browse repository at this point
oops travis has no such version of python "dev"
nlevitt
committed
7803c27
View commit details
Copy full SHA for 7803c27
Browse repository at this point
Commits on Mar 29, 2016
handle arc record header corner cases (copied raj code from ihttps://github.com/internetarchive/warctools/blob/cdx-writer/hanzo/warctools/arc.py
nlevitt
committed
6cc3575
View commit details
Copy full SHA for 6cc3575
Browse repository at this point
fix more corner cases, fix py
nlevitt
committed
af79aa5
View commit details
Copy full SHA for af79aa5
Browse repository at this point
Commits on Mar 30, 2016
never snarf content as a side effect of looking at record.content_type
nlevitt
committed
13fc74d
View commit details
Copy full SHA for 13fc74d
Browse repository at this point
improve error message
nlevitt
committed
9c346e0
View commit details
Copy full SHA for 9c346e0
Browse repository at this point
remove unusued SPLIT thing
nlevitt
committed
2d3cbc5
View commit details
Copy full SHA for 2d3cbc5
Browse repository at this point
Commits on Sep 2, 2016
Merge remote-tracking branch 'origin/master' into cdx-writer-big-update
Show description for b3b4874
nlevitt
committed
b3b4874
View commit details
Copy full SHA for b3b4874
Browse repository at this point
change to RST (restructured text) and add travis-ci badge
nlevitt
authored
fb49c7c
View commit details
Copy full SHA for fb49c7c
Browse repository at this point
unindent lists to make them look normal
nlevitt
authored
f0b8866
View commit details
Copy full SHA for f0b8866
Browse repository at this point
not using mercurial anymore
nlevitt
committed
1e5b380
View commit details
Copy full SHA for 1e5b380
Browse repository at this point
Commits on Jan 26, 2017
fix bug spinning forever in case gzip input stream ends in the middle of the data section, and add tests for incomplete gzip input
nlevitt
committed
cf89841
View commit details
Copy full SHA for cf89841
Browse repository at this point
You can’t perform that action at this time.