aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODOs.md')
-rw-r--r--TODOs.md7
1 files changed, 7 insertions, 0 deletions
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