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 }}
jay
/
zstd
Public
forked from
facebook/zstd
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 19, 2020
Merge pull request #2277 from atnbueno/patch-1
Show description for 5d91206
Cyan4973
authored
5d91206
View commit details
Copy full SHA for 5d91206
Browse repository at this point
Fixed Markdown warnings. No visible changes.
atnbueno
authored
77c9708
View commit details
Copy full SHA for 77c9708
Browse repository at this point
Merge pull request #2268 from bimbashrestha/actions-icc
Show description for 5deeaf8
Cyan4973
authored
5deeaf8
View commit details
Copy full SHA for 5deeaf8
Browse repository at this point
Commits on Aug 15, 2020
Merge pull request #2270 from felixhandte/fix-doc-cctx-set-param
Show description for bb265da
felixhandte
authored
bb265da
View commit details
Copy full SHA for bb265da
Browse repository at this point
Commits on Aug 14, 2020
Fix Documentation for ZSTD_CCtxParams_setParameter()
Show description for 99746ee
felixhandte
committed
99746ee
View commit details
Copy full SHA for 99746ee
Browse repository at this point
Commits on Aug 13, 2020
removing icc from travis
Bimba Shrestha
committed
a944fc8
View commit details
Copy full SHA for a944fc8
Browse repository at this point
adding icc to actions
Bimba Shrestha
committed
b413dac
View commit details
Copy full SHA for b413dac
Browse repository at this point
Merge pull request #2267 from cwoffenden/clang-comma
Show description for 57df21e
Cyan4973
authored
57df21e
View commit details
Copy full SHA for 57df21e
Browse repository at this point
Fix clang -Wcomma warning
cwoffenden
committed
4c81fae
View commit details
Copy full SHA for 4c81fae
Browse repository at this point
Commits on Aug 11, 2020
Merge pull request #2265 from terrelln/prefetch-fix
Show description for 49069a3
terrelln
authored
49069a3
View commit details
Copy full SHA for 49069a3
Browse repository at this point
Prefer __builtin_prefetch over inline asm
Show description for e3bda59
terrelln
committed
e3bda59
View commit details
Copy full SHA for e3bda59
Browse repository at this point
Merge pull request #2262 from felixhandte/fewer-stat-syscalls
Show description for 63eebc8
Cyan4973
authored
63eebc8
View commit details
Copy full SHA for 63eebc8
Browse repository at this point
Commits on Aug 10, 2020
Fix MS Build
felixhandte
committed
953f0a0
View commit details
Copy full SHA for 953f0a0
Browse repository at this point
Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile()
felixhandte
committed
b02cdf6
View commit details
Copy full SHA for b02cdf6
Browse repository at this point
Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites
felixhandte
committed
51ac020
View commit details
Copy full SHA for 51ac020
Browse repository at this point
Remove Unused Function UTIL_fileExist()
felixhandte
committed
93dda98
View commit details
Copy full SHA for 93dda98
Browse repository at this point
Re-Organize and Document Prototypes in util.h
felixhandte
committed
7687869
View commit details
Copy full SHA for 7687869
Browse repository at this point
Commits on Aug 5, 2020
Share stat() Calls in Uses of UTIL_chmod()
felixhandte
committed
c144914
View commit details
Copy full SHA for c144914
Browse repository at this point
Use stat() to Check that File Should be chmod()-ed
Show description for 0a8aacb
felixhandte
committed
0a8aacb
View commit details
Copy full SHA for 0a8aacb
Browse repository at this point
Deduplicate Some Low-Hanging Fruit of Redundant Stat Calls
felixhandte
committed
7238cca
View commit details
Copy full SHA for 7238cca
Browse repository at this point
Introduce Variants of Various UTIL Functions that Take Pre-Populated stat_t Structs
Show description for 44fa052
felixhandte
committed
44fa052
View commit details
Copy full SHA for 44fa052
Browse repository at this point
Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir()
Show description for b6e24bc
felixhandte
committed
b6e24bc
View commit details
Copy full SHA for b6e24bc
Browse repository at this point
Mark stat_t Arg to UTIL_setFileStat() const
felixhandte
committed
1a1003f
View commit details
Copy full SHA for 1a1003f
Browse repository at this point
Additionally Convert UTIL_getFileStat() Calls to UTIL_stat() Where Appropriate
felixhandte
committed
5fbc6ad
View commit details
Copy full SHA for 5fbc6ad
Browse repository at this point
Use New Stat Helper
felixhandte
committed
69cb9e7
View commit details
Copy full SHA for 69cb9e7
Browse repository at this point
Introduce Dedicated Helper to Call stat()
felixhandte
committed
b11bea5
View commit details
Copy full SHA for b11bea5
Browse repository at this point
Commits on Aug 4, 2020
Merge pull request #2258 from Niadb/dev
Show description for 38e3854
Cyan4973
authored
38e3854
View commit details
Copy full SHA for 38e3854
Browse repository at this point
Commits on Aug 2, 2020
Merge pull request #2253 from facebook/histvec
Show description for 60b56e3
Cyan4973
authored
60b56e3
View commit details
Copy full SHA for 60b56e3
Browse repository at this point
Commits on Jul 29, 2020
Merge pull request #2256 from helloguo/dev
Show description for f85a0f8
terrelln
authored
f85a0f8
View commit details
Copy full SHA for f85a0f8
Browse repository at this point
Merge pull request #2259 from cwoffenden/vs-warning
Show description for bff41a4
Cyan4973
authored
bff41a4
View commit details
Copy full SHA for bff41a4
Browse repository at this point
Fixed VS variable shadowing warning (and added test)
cwoffenden
committed
5d81d44
View commit details
Copy full SHA for 5d81d44
Browse repository at this point
Commits on Jul 28, 2020
Use ZSTD_copy16 instead of memcpy
helloguo
committed
acb3dd9
View commit details
Copy full SHA for acb3dd9
Browse repository at this point
Update bitstream.h
Show description for a8ebc14
Niadb
authored
a8ebc14
View commit details
Copy full SHA for a8ebc14
Browse repository at this point
Add files via upload
Niadb
authored
216a63d
View commit details
Copy full SHA for 216a63d
Browse repository at this point
Add files via upload
Niadb
authored
493fd40
View commit details
Copy full SHA for 493fd40
Browse repository at this point
Previous
Next
You can’t perform that action at this time.