tar
Here are 287 public repositories matching this topic...
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 6, 2020 - Python
-
Updated
Jul 30, 2020 - C
WOFF format support
-
Updated
Oct 24, 2020 - C++
-
Updated
May 11, 2020 - JavaScript
-
Updated
Nov 4, 2020 - PHP
-
Updated
Nov 11, 2020 - Shell
-
Updated
Jul 13, 2020 - C++
Typescript support
Do you plan on generating declaration files for supporting Typescript?
You could either have them as part of the repo or contribute to https://github.com/DefinitelyTyped/DefinitelyTyped/
Thanks in advance!
-
Updated
Oct 13, 2020 - Go
-
Updated
Feb 23, 2018
-
Updated
Nov 2, 2020 - Python
-
Updated
Oct 13, 2020 - PHP
MacOs brew package?
I've compiled this successfully on my Mac, and it seems to work perfectly. I wondered if you could make it available via brew (https://brew.sh/).
There was just one compilation warning:
`warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: libcompat.a the table of contents is empty (no object file members in the library def
-
Updated
Sep 22, 2020 - C++
-
Updated
Oct 20, 2020 - Go
-
Updated
Mar 13, 2020 - Go
Improve this page
Add a description, image, and links to the tar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tar topic, visit your repo's landing page and select "manage topics."


I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab