From a73555b787d146ebe86c84c03806313957791f4e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 4 Aug 2021 12:43:33 -0300 Subject: TODOs.md: Add links to Resources --- TODOs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODOs.md b/TODOs.md index 0707484..04577ad 100644 --- a/TODOs.md +++ b/TODOs.md @@ -139,5 +139,12 @@ This isn't the case for this library. # Resources +- [How are zlib, gzip and zip related? What do they have in common and how are they different?](https://stackoverflow.com/questions/20762094/how-are-zlib-gzip-and-zip-related-what-do-they-have-in-common-and-how-are-they) +- [GZIP file format specification version 4.3](https://datatracker.ietf.org/doc/html/rfc1952) +- [ZLIB Compressed Data Format Specification version 3.3](https://datatracker.ietf.org/doc/html/rfc1950) +- [A simple tar implementation](https://github.com/calccrypto/tar) +- [libtar - C library for manipulating tar files](https://github.com/tklauser/libtar) +- [`static int write_tar_entry()`](https://git.kernel.org/pub/scm/git/git.git/tree/archive-tar.c?id=daab8a564f8bbac55f70f8bf86c070e001a9b006#n242) from Git itself (which is what CGit uses) + # Scratch -- cgit v1.2.3