#
bzip2
Here are 93 public repositories matching this topic...
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Jun 4, 2021 - C#
Reliable PostgreSQL Backup & Restore
backup
database
gzip
restore
azure
incremental
checksum
archiving
postgresql
s3
parallel
bzip2
multi-process
zstd
lz4
wal
differential
pgbackrest
-
Updated
Jun 18, 2021 - C
Fork of the popular zip manipulation library found in the zlib distribution.
c
windows
macos
linux
compression
encryption
aes
zip
zlib
bzip2
lzma
xz
minizip
pkware
zlib-distribution
disk-splitting
winzip-aes
gilles-vollant
-
Updated
May 26, 2021 - C
Mangos ZERO is a server for World of Warcraft. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft clients 1.12.1-1.12.3 - Report all issues at https://www.getmangos.eu/bug-tracker/mangos-zero/
-
Updated
May 27, 2021 - C++
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
-
Updated
May 3, 2021 - PHP
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
c-plus-plus
compression
gzip
dll
cpp
zip
tar
rar
archives
extraction
bzip2
in-memory
cpp-library
7-zip
static-library
encrypted-archives
7z
7zip
multi-volume-archives
archives-metadata
-
Updated
Jan 3, 2021 - C++
Open
Typescript support
1
michaeltintiuc
commented
Mar 27, 2020
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!
Decompression routines for ancient formats
gzip
amiga
bzip2
retrocomputing
data-compression
retrogaming
atari
decompressor
decompression-library
-
Updated
May 26, 2021 - C++
Base Library for Easy Decompression
-
Updated
Oct 27, 2020 - C
A very simple archiving application and hash tool for the Universal Windows Platform.
windows
screenshot
tarball
gzip
uwp
zip
tar
bzip2
decompression
hash
compress
sharpcompress
tar-gzip
tar-bzip2
tar-lzma
-
Updated
May 2, 2021 - C#
Open
first
5
tilacog
commented
Mar 25, 2021
openresty luajit ffi bindings for libbzip2 - bzip2 compress library
-
Updated
Nov 10, 2016 - Lua
Tinyscript tool for recursively (de)compressing nested archives using multiple algorithms (bzip2, rar, lzma, ...)
-
Updated
Apr 5, 2021 - Python
Open gzip & bzip2 files with Sublime Text
-
Updated
Jun 21, 2021 - Python
Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.
-
Updated
Jun 4, 2021 - Ada
JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA).
-
Updated
Jan 17, 2021 - Java
IO-Compress - Perl5 module to read/write compressed data in multiple formats
streaming
compression
gzip
zip
unzip
perl
bzip2
perl5
inflate
zip64
gunzip
deflate
perl5-module
uncompress
-
Updated
Feb 28, 2021 - Perl
Improve this page
Add a description, image, and links to the bzip2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bzip2 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