zsync2 | Rewrite of https
kandi X-RAY | zsync2 Summary
kandi X-RAY | zsync2 Summary
zsync2 is a C library. zsync2 has no bugs, it has no vulnerabilities and it has low support. However zsync2 has a Non-SPDX License. You can download it from GitHub.
zsync is a well known tool for downloading and updating local files from HTTP servers using the well known algorithms rsync uses for diffing binary files. Therefore, it becomes possible to synchronize modifications by exchanging the changed blocks locally using Range: requests. The system is based on meta files called .zsync files. They contain hash sums for every block of data. The file is generated from and stored along with the actual file it refers to. First, the client downloads the meta file. Then, it lets the same algorithms used to generate the meta file hash the local file. Then, just like with rsync, both lists of hash sums are compared. Then, modified blocks are fetched from the server, and with the unmodified blocks of binary data from the original files, a new file is put together, which eventually replaces the original. Due to how system works, nothing but a "dumb" HTTP server is required to make use of zsync2. This makes it easy to integrate zsync2 into existing systems.
zsync is a well known tool for downloading and updating local files from HTTP servers using the well known algorithms rsync uses for diffing binary files. Therefore, it becomes possible to synchronize modifications by exchanging the changed blocks locally using Range: requests. The system is based on meta files called .zsync files. They contain hash sums for every block of data. The file is generated from and stored along with the actual file it refers to. First, the client downloads the meta file. Then, it lets the same algorithms used to generate the meta file hash the local file. Then, just like with rsync, both lists of hash sums are compared. Then, modified blocks are fetched from the server, and with the unmodified blocks of binary data from the original files, a new file is put together, which eventually replaces the original. Due to how system works, nothing but a "dumb" HTTP server is required to make use of zsync2. This makes it easy to integrate zsync2 into existing systems.
Support
Quality
Security
License
Reuse
Support
zsync2 has a low active ecosystem.
It has 65 star(s) with 13 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 24 open issues and 19 have been closed. On average issues are closed in 10 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of zsync2 is 2.0.0-alpha-1-20220123
Quality
zsync2 has 0 bugs and 0 code smells.
Security
zsync2 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
zsync2 code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
zsync2 has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
zsync2 releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
It has 110 lines of code, 7 functions and 3 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of zsync2
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of zsync2
zsync2 Key Features
No Key Features are available at this moment for zsync2.
zsync2 Examples and Code Snippets
Copy
sudo apt-get -y install git cmake g++ libssl-dev libssh2-1-dev libcurl4-gnutls-dev zlib1g-dev
git submodule update --init
mkdir build
cd build
cmake .. -DUSE_SYSTEM_CURL=1 -DBUILD_CPR_TESTS=0
make -j$(nproc)
Community Discussions
No Community Discussions are available at this moment for zsync2.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install zsync2
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page