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
Accelerator
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
Type
/
to 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 }}
inikep
/
zstd
Public
forked from
facebook/zstd
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
zstd
lib
on
dev
User selector
All users
All time
Commit history
Commits on Mar 18, 2017
updated build of Windows packages
inikep
committed
8086d62
View commit details
Copy full SHA for 8086d62
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
Merge pull request #602 from iburinoc/doc
Show description for 7e35b35
Cyan4973
authored
7e35b35
View commit details
Copy full SHA for 7e35b35
View code at this point
Browse repository at this point
Add functions missing from manual, and fix parameter alignment
sean-purcell
committed
dec2b96
View commit details
Copy full SHA for dec2b96
View code at this point
Browse repository at this point
Fix legacy support=0 case and accidental double include of version headers
sean-purcell
committed
9830aee
View commit details
Copy full SHA for 9830aee
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Update builds to not support legacy v01-v03
sean-purcell
committed
120df49
View commit details
Copy full SHA for 120df49
View code at this point
Browse repository at this point
ZSTD_LEGACY_SUPPORT defines lowest supported version
sean-purcell
committed
334cb34
View commit details
Copy full SHA for 334cb34
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Change gotoDict type to uPtrDiff
sean-purcell
committed
784082f
View commit details
Copy full SHA for 784082f
View code at this point
Browse repository at this point
Fix undefined behaviour in decompressor
sean-purcell
committed
8fe5c68
View commit details
Copy full SHA for 8fe5c68
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Remove 'mem.h' dependency from ZSTD_WINDOWLOG_MAX
terrelln
committed
e65aab8
View commit details
Copy full SHA for e65aab8
View code at this point
Browse repository at this point
Merge pull request #594 from terrelln/bugs
Show description for a41a4ed
Cyan4973
authored
a41a4ed
View commit details
Copy full SHA for a41a4ed
View code at this point
Browse repository at this point
Avoid '#define inline /* ... */'
Show description for 81512e9
terrelln
committed
81512e9
View commit details
Copy full SHA for 81512e9
View code at this point
Browse repository at this point
Fix ZSTD_sizeof_CStream()
terrelln
committed
e06c303
View commit details
Copy full SHA for e06c303
View code at this point
Browse repository at this point
Reduce point at which we reduce offsets to protect against UB
sean-purcell
committed
881abe4
View commit details
Copy full SHA for 881abe4
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
Add build targets to the Makefile, and update CircleCI tests
sean-purcell
committed
3437bf2
View commit details
Copy full SHA for 3437bf2
View code at this point
Browse repository at this point
added -Wformat-security flag, as recommended by @pixelb
Cyan4973
committed
8b1d004
View commit details
Copy full SHA for 8b1d004
View code at this point
Browse repository at this point
minor code refactor in HUF module
Cyan4973
committed
1f2c95c
View commit details
Copy full SHA for 1f2c95c
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Merge pull request #586 from terrelln/repeat-heuristic
Show description for 5d80127
Cyan4973
authored
5d80127
View commit details
Copy full SHA for 5d80127
View code at this point
Browse repository at this point
Always check Huffman tables for ZSTD_lazy+
Show description for 54c4bab
terrelln
committed
54c4bab
View commit details
Copy full SHA for 54c4bab
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Merge pull request #585 from terrelln/cover-leak
Show description for 1af570b
Cyan4973
authored
1af570b
View commit details
Copy full SHA for 1af570b
View code at this point
Browse repository at this point
Merge pull request #584 from terrelln/huff-repeat
Show description for f44b55c
Cyan4973
authored
f44b55c
View commit details
Copy full SHA for f44b55c
View code at this point
Browse repository at this point
disable prefetch-decode for 32-bits target
Show description for fe5d270
Cyan4973
committed
fe5d270
View commit details
Copy full SHA for fe5d270
View code at this point
Browse repository at this point
Use workspace for count and CTable
terrelln
committed
d051cd5
View commit details
Copy full SHA for d051cd5
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
Fix COVER_optimizeTrainFromBuffer() resource leaks
Show description for 976e325
terrelln
committed
976e325
View commit details
Copy full SHA for 976e325
View code at this point
Browse repository at this point
Remove 'generic' inline strategy
Show description for 553f67e
sean-purcell
committed
553f67e
View commit details
Copy full SHA for 553f67e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/dev' into m32
sean-purcell
committed
3d95925
View commit details
Copy full SHA for 3d95925
View code at this point
Browse repository at this point
Allow compressor to repeat Huffman tables
Show description for a419777
terrelln
committed
a419777
View commit details
Copy full SHA for a419777
View code at this point
Browse repository at this point
Merge pull request #583 from terrelln/set-dictid
Show description for fdb0fd3
Cyan4973
authored
fdb0fd3
View commit details
Copy full SHA for fdb0fd3
View code at this point
Browse repository at this point
Set dictID to 0 for content only dictionaries
terrelln
committed
3475b9b
View commit details
Copy full SHA for 3475b9b
View code at this point
Browse repository at this point
Offsets >= 32MB in 32-bits mode
sean-purcell
committed
d44703d
View commit details
Copy full SHA for d44703d
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
xxhash can be included twice in any order
Show description for 76f0494
Cyan4973
committed
76f0494
View commit details
Copy full SHA for 76f0494
View code at this point
Browse repository at this point
solves warnings when compiling with global XXH_STATIC_LINKING_ONLY
Show description for 4bcc69b
Cyan4973
committed
4bcc69b
View commit details
Copy full SHA for 4bcc69b
View code at this point
Browse repository at this point
Merge pull request #579 from iburinoc/multiframe
Show description for 31432cc
Cyan4973
authored
31432cc
View commit details
Copy full SHA for 31432cc
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Check to ensure ddict isn't null before dereference
sean-purcell
committed
a81d4fe
View commit details
Copy full SHA for a81d4fe
View code at this point
Browse repository at this point
fixed multi frames
Cyan4973
committed
22d7976
View commit details
Copy full SHA for 22d7976
View code at this point
Browse repository at this point
fixed decoding skippable frames
Cyan4973
committed
a33ae64
View commit details
Copy full SHA for a33ae64
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.