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 }}
buengese
/
sgzip
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
8
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 17, 2022
travis
buengese
committed
9bca1b6
View commit details
Copy full SHA for 9bca1b6
Browse repository at this point
ensure core.autocrlf is disabled
buengese
committed
63c043c
View commit details
Copy full SHA for 63c043c
Browse repository at this point
provide a minimal readme
buengese
committed
21ab9ed
View commit details
Copy full SHA for 21ab9ed
Browse repository at this point
run integration tests with github actions
buengese
committed
4cebb0a
View commit details
Copy full SHA for 4cebb0a
Browse repository at this point
turn into modern go module
buengese
committed
11e9d7f
View commit details
Copy full SHA for 11e9d7f
Browse repository at this point
rewrite seeking test to actually seek past the first block
buengese
committed
f82fc1a
View commit details
Copy full SHA for f82fc1a
Browse repository at this point
do not reuse dict across blocks
Show description for a36b8f3
buengese
committed
a36b8f3
View commit details
Copy full SHA for a36b8f3
Browse repository at this point
run tests on travis
buengese
committed
6aef87e
View commit details
Copy full SHA for 6aef87e
Browse repository at this point
remove readme for now
buengese
committed
cbc37ad
View commit details
Copy full SHA for cbc37ad
Browse repository at this point
Commits on Sep 1, 2020
add new testdata
buengese
committed
5327beb
View commit details
Copy full SHA for 5327beb
Browse repository at this point
add new tests for block data generation and seeking
buengese
committed
01974b0
View commit details
Copy full SHA for 01974b0
Browse repository at this point
gunzip: implement Seek and NewRaderAt
buengese
committed
bce136a
View commit details
Copy full SHA for bce136a
Browse repository at this point
Commits on Aug 30, 2020
gzip: produce produce metadata to allow seeking in the compressed file
buengese
committed
7bc25aa
View commit details
Copy full SHA for 7bc25aa
Browse repository at this point
Commits on Mar 23, 2020
Fix LICENSE header (#31)
Show description for 3fc4d32
qaisjp
authored
3fc4d32
View commit details
Copy full SHA for 3fc4d32
Browse repository at this point
Commits on Mar 19, 2020
pgzip: Fix an occasional segfault/panic with pgzip (#30)
Show description for ad13524
ttimonen
authored
ad13524
View commit details
Copy full SHA for ad13524
Browse repository at this point
Commits on Feb 12, 2020
godoc: added new Default values for SetConcurrency (#29)
Show description for 3286875
mschneider82
authored
3286875
View commit details
Copy full SHA for 3286875
Browse repository at this point
gzip: fix memory allocs (buffers not returned to pool) (#28)
Show description for c94cf00
wojas
authored
c94cf00
View commit details
Copy full SHA for c94cf00
Browse repository at this point
Remove old dependency
klauspost
authored
7436703
View commit details
Copy full SHA for 7436703
Browse repository at this point
Fix writer deadlock (#26)
Show description for bb79ab8
klauspost
authored
bb79ab8
View commit details
Copy full SHA for bb79ab8
Browse repository at this point
Commits on Jan 16, 2020
Merge branch 'master' of https://github.com/klauspost/pgzip
Show description for fcf8cd8
klauspost
committed
fcf8cd8
View commit details
Copy full SHA for fcf8cd8
Browse repository at this point
Tweak defaults. Update numbers.
klauspost
committed
a8ba214
View commit details
Copy full SHA for a8ba214
Browse repository at this point
Merge pull request #25 from pdecat/patch-1
Show description for 7d8a872
klauspost
authored
7d8a872
View commit details
Copy full SHA for 7d8a872
Browse repository at this point
Fix broken link to https://github.com/klauspost/compress#linear-time-compression-huffman-only
pdecat
authored
1d03571
View commit details
Copy full SHA for 1d03571
Browse repository at this point
Commits on Nov 28, 2018
Use stdlib crc32 - modified version changes have been merged.
klauspost
committed
083b1c3
View commit details
Copy full SHA for 083b1c3
Browse repository at this point
Commits on Jul 17, 2018
Remove circle CI
klauspost
committed
c4ad2ed
View commit details
Copy full SHA for c4ad2ed
Browse repository at this point
Update go versions for CI.
klauspost
committed
8f46fd0
View commit details
Copy full SHA for 8f46fd0
Browse repository at this point
Commits on Jun 6, 2018
Merge pull request #20 from stchris/patch-1
Show description for 90b2c57
klauspost
authored
90b2c57
View commit details
Copy full SHA for 90b2c57
Browse repository at this point
Commits on Jun 5, 2018
README fixes
Christian Stefanescu
authored
0b5e92c
View commit details
Copy full SHA for 0b5e92c
Browse repository at this point
Commits on Dec 30, 2017
Update travis tests.
klauspost
committed
cf5d668
View commit details
Copy full SHA for cf5d668
Browse repository at this point
Commits on Nov 9, 2017
Merge pull request #16 from EdwardBetts/spelling
Show description for c1b73d0
klauspost
authored
c1b73d0
View commit details
Copy full SHA for c1b73d0
Browse repository at this point
Commits on Sep 1, 2017
correct spelling mistake
EdwardBetts
committed
72416df
View commit details
Copy full SHA for 72416df
Browse repository at this point
Commits on Apr 2, 2017
Merge pull request #14 from klauspost/fix-truncated-gzip-input
Show description for 0bf5dca
klauspost
authored
0bf5dca
View commit details
Copy full SHA for 0bf5dca
Browse repository at this point
Merge pull request #15 from klauspost/update-travis_ci
Show description for 136f77a
klauspost
authored
136f77a
View commit details
Copy full SHA for 136f77a
Browse repository at this point
Update travis to Go 1.5.x -> 1.8.x
klauspost
committed
eb87a5a
View commit details
Copy full SHA for eb87a5a
Browse repository at this point
Fix truncated gzip input
Show description for c0e4ca7
klauspost
committed
c0e4ca7
View commit details
Copy full SHA for c0e4ca7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.