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
/
libarchive
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
unlzma: close another SEGV possibility
Denys Vlasenko
2018-05-25
1
-1
/
+5
|
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
3
-20
/
+19
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
2
-14
/
+23
|
\
|
|
*
unlzma: do emit the error message on bad input, when we exit with 1
Denys Vlasenko
2018-04-24
1
-0
/
+6
|
*
unlzma: fix another SEGV case
Denys Vlasenko
2018-04-19
1
-2
/
+7
|
*
ar: stop using static data
Denys Vlasenko
2018-04-15
1
-11
/
+7
|
*
dpkg: fix symlink creation, closes 10941
Denys Vlasenko
2018-04-13
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
3
-23
/
+67
|
\
|
|
*
unlzma: fix segfault on bad archive
Denys Vlasenko
2018-04-08
1
-0
/
+11
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
2
-23
/
+56
*
|
libarchive: failure to extract symlink isn't fatal
Ron Yorston
2018-04-09
1
-1
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-1
/
+1
|
\
|
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
2
-54
/
+33
|
\
|
|
*
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-20
2
-54
/
+33
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
10
-337
/
+430
|
\
|
|
*
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-07
4
-18
/
+18
|
*
ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
2018-02-06
1
-2
/
+2
|
*
bzip2: work around bad compiler optimization
Denys Vlasenko
2018-02-05
1
-32
/
+43
|
*
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-04
1
-4
/
+11
|
*
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
2
-6
/
+8
|
*
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
3
-27
/
+27
|
*
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
3
-67
/
+65
|
*
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
1
-14
/
+15
|
*
bzip2: a few more locals converted to generic types
Denys Vlasenko
2018-02-03
1
-7
/
+7
|
*
bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
2018-02-03
1
-5
/
+9
|
*
bzip2: small simplification in mainSort()
Denys Vlasenko
2018-02-03
1
-5
/
+5
|
*
bzip2: convert some locals to unsigned's
Denys Vlasenko
2018-02-03
1
-5
/
+5
|
*
bzip2: runningOrder[] values are always 0..255, make it uint8
Denys Vlasenko
2018-02-03
2
-6
/
+5
|
*
bzip2: remove redundant clearing of an alredy unset bit
Denys Vlasenko
2018-02-03
1
-2
/
+2
|
*
bzip2: eliminate write-only local numQSorted
Denys Vlasenko
2018-02-03
1
-7
/
+3
|
*
bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...
Denys Vlasenko
2018-02-03
1
-29
/
+36
|
*
bzip2: remove redundant loop termination check in mainSort()
Denys Vlasenko
2018-02-03
1
-3
/
+6
|
*
bzip2: reduce indentation, no code changes
Denys Vlasenko
2018-02-03
1
-44
/
+45
|
*
bzip2: reuse zPend processing code
Denys Vlasenko
2018-02-03
1
-31
/
+13
|
*
bzip2: shrink makeMaps_e()
Denys Vlasenko
2018-02-03
1
-3
/
+4
|
*
bzip2: optimize zPend variable code
Denys Vlasenko
2018-02-03
3
-23
/
+39
|
*
bzip2: have two separate "store bit 0" and "store bit 1" functions
Denys Vlasenko
2018-02-03
1
-6
/
+19
|
*
bzip2: ~1% speedup by special-casing "store 1 bit" function
Denys Vlasenko
2018-02-03
3
-5
/
+23
|
*
bzip2: rewrite bit of code which depends on integer overflow
Denys Vlasenko
2018-02-03
1
-5
/
+5
|
*
bzip2: delete write-only fave[] array
Denys Vlasenko
2018-02-03
1
-5
/
+0
|
*
bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues
Denys Vlasenko
2018-02-03
1
-12
/
+32
|
*
bzip2: code shrink
Denys Vlasenko
2018-02-03
1
-5
/
+10
|
*
bzip2: code shrink
Denys Vlasenko
2018-02-03
3
-18
/
+18
|
*
bzip2: code shrink
Denys Vlasenko
2018-02-02
1
-11
/
+25
|
*
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-02-01
2
-2
/
+2
|
*
lzop: code shrink
Denys Vlasenko
2018-02-01
1
-2
/
+1
|
*
tar: accomodate non-terminated tar.chksum fields as seen from github.com
Denys Vlasenko
2018-01-27
1
-24
/
+25
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
29
-57
/
+43
|
\
|
|
*
unlzma: fix SEGV, closes 10436
Denys Vlasenko
2017-10-27
1
-1
/
+5
[prev]
[next]