index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
45
-9955
/
+0
*
*: move lzo compressor code to archival/libunarchive/. No code changes
Denys Vlasenko
2010-11-03
7
-0
/
+1802
*
whitespace fix
Denys Vlasenko
2010-11-01
1
-1
/
+1
*
decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE
Denys Vlasenko
2010-11-01
1
-1
/
+2
*
decompress_bunzip2: code shrink ~5 bytes
Denys Vlasenko
2010-10-30
1
-12
/
+13
*
decompress_bunzip2: code shrink ~10 bytes
Denys Vlasenko
2010-10-30
1
-74
/
+99
*
decompress_bunzip2: add profiling data to comment. no code changes
Denys Vlasenko
2010-10-29
1
-0
/
+11
*
decompress_bunzip2: relieve register pressure in hot function read_bunzip
Denys Vlasenko
2010-10-29
1
-7
/
+13
*
decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop
Denys Vlasenko
2010-10-29
1
-21
/
+28
*
decompress_bunzip2: code shrink
Denys Vlasenko
2010-10-29
1
-44
/
+67
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-2
/
+2
*
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
2010-10-28
1
-25
/
+49
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-27
2
-15
/
+4
*
cpio: avoid 'not created: newer or same age file exists' message for dirs
Pascal Bellard
2010-10-18
1
-1
/
+3
*
bbconfig: add COMPRESS_BBCONFIG option
Denys Vlasenko
2010-08-29
1
-0
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
29
-32
/
+32
*
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
randomconfig fixes
Denys Vlasenko
2010-07-05
1
-0
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
2
-17
/
+4
*
remove some dead assignments, add a TODO comment
Denys Vlasenko
2010-07-04
1
-0
/
+1
*
xz compression detection: avoid the need to seek
Denys Vlasenko
2010-07-01
1
-1
/
+3
*
bzip2 decompression: simple code shrink
Denys Vlasenko
2010-06-30
2
-6
/
+9
*
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-27
1
-2
/
+2
*
tar: make typical extraction less memory-hungry
Denys Vlasenko
2010-06-26
1
-3
/
+6
*
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
Denys Vlasenko
2010-06-26
1
-32
/
+8
*
tar: fix --to-command wrt short writes
Denys Vlasenko
2010-06-26
1
-1
/
+1
*
tar: optional support for --to-command
Ladislav Michl
2010-06-25
2
-0
/
+138
*
decompress_unxz: use common string
Denys Vlasenko
2010-06-21
1
-1
/
+1
*
unxz: update from XZ embedded git
Denys Vlasenko
2010-06-20
5
-179
/
+270
*
cosmetics on top of Dan's patches
Denys Vlasenko
2010-06-19
1
-2
/
+2
*
A few minor portability improvements
Dan Fandrich
2010-06-19
1
-0
/
+2
*
data_extract_all: do not chmod symlink. Closes 2053
Denys Vlasenko
2010-06-18
1
-17
/
+14
*
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-08
1
-0
/
+2
*
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-04
1
-0
/
+0
*
*: better string sharing
Denys Vlasenko
2010-06-02
2
-2
/
+2
*
decompress_unxz: allocate permanent crc32 table _fisrt_
Denys Vlasenko
2010-06-01
1
-3
/
+3
*
deinline two big functions
Denys Vlasenko
2010-06-01
1
-1
/
+1
*
decompress_unxz: newer version, one which can unpack SHA-256 protected files
Denys Vlasenko
2010-06-01
7
-68
/
+154
*
unxz: remove debugging. no code changes
Denys Vlasenko
2010-05-30
4
-33
/
+11
*
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
2010-05-30
1
-4
/
+5
*
forgotten "git add"...
Denys Vlasenko
2010-05-30
1
-0
/
+116
*
unxz: new applet, complete with xzcat and xz -d aliases
Denys Vlasenko
2010-05-30
10
-0
/
+3342
*
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
Denys Vlasenko
2010-05-27
1
-1
/
+1
*
tar: support GNU 256-bit encoding in all numeric fields
Denys Vlasenko
2010-05-06
1
-80
/
+31
*
tar: fix "hardlinks to symlinks chown" bug 1519.
Denys Vlasenko
2010-04-09
2
-50
/
+53
*
tar: fix mishandling of repeated hardlink in tarball; expand tests
Denys Vlasenko
2010-04-09
2
-9
/
+28
*
tar: optional support for restoring selinux context
J. Tang
2010-03-19
2
-3
/
+96
*
ar: add archive creation support
Alexander Shishkin
2010-03-15
2
-13
/
+7
*
gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error
Joakim Tjernlund
2010-02-11
1
-1
/
+4
[next]