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
...
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-5
/
+5
*
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-06-10
1
-49
/
+49
*
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-06-08
6
-8
/
+8
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
14
-22
/
+13
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
2
-10
/
+1
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-2
/
+2
*
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-26
1
-3
/
+1
*
style fixes
Denis Vlasenko
2007-04-13
1
-7
/
+7
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
3
-25
/
+37
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
1
-1
/
+4
*
one-liner: fix indentation
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
Denis Vlasenko
2007-04-10
1
-190
/
+208
*
random small shrinkage and elimination of statics
Denis Vlasenko
2007-04-07
1
-2
/
+2
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-1
/
+1
*
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-26
1
-1
/
+7
*
ls: fix segfault-if-standalone-shell, add big fat comment.
Denis Vlasenko
2007-03-19
1
-1
/
+1
*
gunzip: s/unsigned char extra_short/unsigned extra_short/
Denis Vlasenko
2007-03-15
1
-1
/
+1
*
get_header_ar: reformatted code, no real changes
Denis Vlasenko
2007-03-14
1
-10
/
+14
*
gzip: reduce global data footprint, part 3
Denis Vlasenko
2007-03-14
1
-0
/
+2
*
kill superfluous returns at the end of void functions
Denis Vlasenko
2007-03-11
1
-5
/
+0
*
bunzip2/gunzip/uncompress/unlzma: merge into common code -
Denis Vlasenko
2007-03-07
2
-7
/
+4
*
remove f words
Denis Vlasenko
2007-03-04
1
-1
/
+1
*
tar: handle tarfiles with (broken) checksums a-la Sun.
Denis Vlasenko
2007-03-03
1
-6
/
+13
*
make tar restore mode again
Denis Vlasenko
2007-02-12
1
-0
/
+8
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
1
-1
/
+1
*
missed a few #undefs (no real impact I think)
Denis Vlasenko
2007-01-10
1
-0
/
+2
*
fix bug 1146 (gunzip breakage introduced by me --vda)
Denis Vlasenko
2007-01-10
1
-17
/
+19
*
move [g]zip decompressor state into malloc'ed buffer. size:
Denis Vlasenko
2007-01-06
1
-88
/
+192
*
split inflate_xx_setup() subroutines from inflate_xx()
Denis Vlasenko
2007-01-05
1
-119
/
+146
*
do not expose internal state of [g]zip unpacker.
Denis Vlasenko
2007-01-05
1
-34
/
+39
*
Stopped doing assignments inside expressions.
Denis Vlasenko
2007-01-05
2
-58
/
+110
*
decompress_unzip: preparatory patch
Denis Vlasenko
2007-01-05
1
-56
/
+56
*
Stop tracking buffer size - it is a constant.
Denis Vlasenko
2007-01-05
1
-25
/
+34
*
simplify access to buffer, making code a bit smaller
Denis Vlasenko
2007-01-05
1
-80
/
+90
*
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2007-01-03
1
-2
/
+4
*
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
2
-8
/
+19
*
style fixes
Denis Vlasenko
2006-12-26
3
-38
/
+38
*
remove useless casts (type*) xzalloc(...)
Denis Vlasenko
2006-12-22
1
-1
/
+1
*
removal of commented-out cruft
Denis Vlasenko
2006-12-22
3
-15
/
+3
*
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-22
6
-11
/
+12
*
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
2
-3
/
+3
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
6
-20
/
+16
*
tar: refuse to untar files with "/../" components
Denis Vlasenko
2006-11-26
1
-1
/
+6
*
tar: correctly skip (and warn about) pax headers.
Denis Vlasenko
2006-11-26
1
-19
/
+34
*
tar: small fix and small optimization
Denis Vlasenko
2006-11-25
1
-2
/
+4
*
tar: buglet fix
Denis Vlasenko
2006-11-24
1
-1
/
+1
*
tar: fix and sanitize handling of long filenames/linknames
Denis Vlasenko
2006-11-24
2
-21
/
+46
*
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
2
-25
/
+23
*
tar:
Denis Vlasenko
2006-11-24
1
-74
/
+93
*
insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().
Denis Vlasenko
2006-11-21
1
-7
/
+6
[prev]
[next]