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
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 }}
adminicpc
/
zstd
Public
forked from
facebook/zstd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
zstd
contrib
on
master
User selector
All users
All time
Commit history
Commits on Dec 17, 2020
moving all references to `release` branch
Show description for 0b39531
Cyan4973
committed
0b39531
View commit details
Copy full SHA for 0b39531
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Merge pull request #2408 from senhuang42/seekable_hang_fix
Show description for f34d2f4
sen
authored
f34d2f4
View commit details
Copy full SHA for f34d2f4
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
Clean up makefile for seekable tests
senhuang42
committed
26f89d4
View commit details
Copy full SHA for 26f89d4
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Add unit tests to seekable
senhuang42
committed
152b558
View commit details
Copy full SHA for 152b558
View code at this point
Browse repository at this point
[contrib][linux] Add SPDX-License-Identifier
terrelln
committed
10f87d2
View commit details
Copy full SHA for 10f87d2
View code at this point
Browse repository at this point
[contrib][linux] Fix make import-upstream
terrelln
committed
d0cc2e3
View commit details
Copy full SHA for d0cc2e3
View code at this point
Browse repository at this point
[contrib][linux] Follow style guide more closely
terrelln
committed
3256c00
View commit details
Copy full SHA for 3256c00
View code at this point
Browse repository at this point
[contrib][linux] Add a make target to import upstream
terrelln
committed
2c570e7
View commit details
Copy full SHA for 2c570e7
View code at this point
Browse repository at this point
Add a forward progress requirement bound to seekable streaming decompression
senhuang42
committed
9db49a3
View commit details
Copy full SHA for 9db49a3
View code at this point
Browse repository at this point
[contrib][linux-kernel] Fix test warnings
terrelln
committed
87b3815
View commit details
Copy full SHA for 87b3815
View code at this point
Browse repository at this point
[contrib][linux] Add wrapper API
Show description for f58e9a9
terrelln
committed
f58e9a9
View commit details
Copy full SHA for f58e9a9
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
[lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter
terrelln
committed
6a1e526
View commit details
Copy full SHA for 6a1e526
View code at this point
Browse repository at this point
[freestanding] Improve macro resolution to handle #if X
terrelln
committed
b841387
View commit details
Copy full SHA for b841387
View code at this point
Browse repository at this point
Allow user to override ASAN/MSAN detection
Show description for caecd8c
terrelln
committed
caecd8c
View commit details
Copy full SHA for caecd8c
View code at this point
Browse repository at this point
[linux-kernel] Avoid including <string.h> in the tests
terrelln
committed
683150e
View commit details
Copy full SHA for 683150e
View code at this point
Browse repository at this point
Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel
terrelln
committed
9ae0483
View commit details
Copy full SHA for 9ae0483
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
[linux-kernel] Add missing semicolon in zstd_deps.h
terrelln
committed
9009b59
View commit details
Copy full SHA for 9009b59
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
[CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable
terrelln
committed
a70fa34
View commit details
Copy full SHA for a70fa34
View code at this point
Browse repository at this point
[linux-kernel] Fix unused variable warnings with malloc, calloc, and free
terrelln
committed
978659d
View commit details
Copy full SHA for 978659d
View code at this point
Browse repository at this point
Commits on Sep 14, 2020
[contrib][linux-kernel] Add decompress_sources.h
Show description for 5651fe9
terrelln
committed
5651fe9
View commit details
Copy full SHA for 5651fe9
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
updating cold benchmark
Bimba Shrestha
authored and
felixhandte
committed
80053bd
View commit details
Copy full SHA for 80053bd
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
[linux-kernel] Update README with initial instructions on how to update zstd in the kernel
terrelln
committed
3420c20
View commit details
Copy full SHA for 3420c20
View code at this point
Browse repository at this point
[linux-kernel] Add test that checks the ifdef hardwiring
terrelln
committed
aab4bf7
View commit details
Copy full SHA for aab4bf7
View code at this point
Browse repository at this point
Add linux-kernel freestanding
terrelln
committed
29c5de8
View commit details
Copy full SHA for 29c5de8
View code at this point
Browse repository at this point
[contrib] Add preprocessor hardwiring to freestanding.py
terrelln
committed
1c3cb2c
View commit details
Copy full SHA for 1c3cb2c
View code at this point
Browse repository at this point
[lib] Replace 64-bit divisions with ZSTD_div64()
terrelln
committed
ac3a136
View commit details
Copy full SHA for ac3a136
View code at this point
Browse repository at this point
[lib] s/current/curr because it collides with Linux Kernel macro
terrelln
committed
f91ed5c
View commit details
Copy full SHA for f91ed5c
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
[contrib] Add freestanding translator prototype
Show description for ae455dd
terrelln
committed
ae455dd
View commit details
Copy full SHA for ae455dd
View code at this point
Browse repository at this point
Move standard includes to zstd_deps.h
terrelln
committed
80f577b
View commit details
Copy full SHA for 80f577b
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Fixed VS variable shadowing warning (and added test)
cwoffenden
committed
5d81d44
View commit details
Copy full SHA for 5d81d44
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Remove superfluous build-time options
cwoffenden
committed
9bfd371
View commit details
Copy full SHA for 9bfd371
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Change Emscripten docker image to the official one which is used for testing the single-file feature.
yoshihitoh
committed
bc5fe33
View commit details
Copy full SHA for bc5fe33
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
Enable docker based Emscripten build on single file library test if emcc is not available.
yoshihitoh
committed
a035654
View commit details
Copy full SHA for a035654
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Initial implementation (files added, macros fixed)
Show description for 4a9b7d1
cwoffenden
committed
4a9b7d1
View commit details
Copy full SHA for 4a9b7d1
View code at this point
Browse repository at this point
Commits on May 26, 2020
minor markdown formatting fix
Cyan4973
committed
11a392c
View commit details
Copy full SHA for 11a392c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.