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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
archival: note implicit dependencies between lzop & bbunzip
Mike Frysinger
2013-03-03
2
-0
/
+2
*
decompress_unlzma: move function, no code changes
Denys Vlasenko
2013-03-01
1
-7
/
+6
*
decompress_unlzma: 10% speedup in "small" code
Denys Vlasenko
2013-03-01
1
-1
/
+1
*
decompress_unlzma: make "fast" version a bit smaller
Denys Vlasenko
2013-03-01
1
-10
/
+4
*
lzop: fiq -q and OPTION_DECOMPRESS mismatch
Denys Vlasenko
2013-03-01
1
-15
/
+16
*
bbunzip: fix order of flags vs bit defines
Mike Frysinger
2013-02-28
1
-4
/
+4
*
bbunzip: ignore the -q flag with the decompressors
Mike Frysinger
2013-02-28
1
-6
/
+7
*
ifupdown: support "source" stanza in /etc/network/interfaces
Denys Vlasenko
2013-02-28
1
-6
/
+13
*
zcat: fix "zcat FILE" trying to do detection twice
Denys Vlasenko
2013-02-28
1
-8
/
+7
*
zcat: if seamless uncompressors are defined, autodetect file's format
Denys Vlasenko
2013-02-28
1
-14
/
+40
*
fix error message on failure to oen /dev/null; fix zcat's help text
Denys Vlasenko
2013-02-28
1
-6
/
+6
*
code shrink in check_errors_in_children()
Denys Vlasenko
2013-02-28
1
-3
/
+8
*
pgrep: fix a "missing closing paren" build error
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
ifplugd: make -k send SIGINT, not SIGQUIT
Denys Vlasenko
2013-02-28
1
-1
/
+2
*
pgrep: fix -x option
Bernhard Walle
2013-02-28
1
-1
/
+1
*
Fix config help text
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
make --help return exitcode 0. Closes 5612
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
run-parts: fix unicode creep in --help
Peter Korsgaard
2013-02-28
1
-3
/
+3
*
nc_bloaty: support -ll and -lk. Closes 2245
Denys Vlasenko
2013-02-28
1
-18
/
+40
*
nc: don't redirect stderr to network in -e PROG mode
Denys Vlasenko
2013-02-28
1
-9
/
+9
*
nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code
Thomas De Schampheleire
2013-02-28
1
-6
/
+9
*
run-parts: stop providing incompatible short options
Denys Vlasenko
2013-02-28
1
-32
/
+25
*
run-parts: add --exit-on-error | -e support
Peter Korsgaard
2013-02-28
1
-3
/
+10
*
xz: fix put_unaligned_{l,b}e32
Leonid Lisovskiy
2013-02-27
1
-2
/
+2
*
lineedit: initialize delptr
Shawn J. Goff
2013-02-27
1
-0
/
+1
*
xz: support concatenated .xz streams
Lasse Collin
2013-02-27
1
-7
/
+36
*
xz: mention xzminidec.c in README
Lasse Collin
2013-02-27
1
-1
/
+1
*
xz: fix incorrect XZ_BUF_ERROR
Lasse Collin
2013-02-27
1
-7
/
+20
*
xz: fix decoding of LZMA2 streams having no uncompressed data.
Lasse Collin
2013-02-27
1
-3
/
+3
*
cz: add C++ support to xz.h
Lasse Collin
2013-02-27
1
-0
/
+9
*
xz: remove an empty line from xz_dec_lzma2.c
Lasse Collin
2013-02-27
1
-1
/
+0
*
xz: make bcj_x86_test_msbyte() an inline function
Lasse Collin
2013-02-27
1
-2
/
+5
*
xz: add a comment about using uint32_t as vli_type
Lasse Collin
2013-02-27
1
-2
/
+7
*
xz: avoid "NOTE:" in xz.h
Lasse Collin
2013-02-27
1
-4
/
+4
*
xz: update README
Lasse Collin
2013-02-27
1
-2
/
+2
*
xz: omit explicit \0 from HEADER_MAGIC
Lasse Collin
2013-02-27
1
-1
/
+1
*
Fix move_to_unaligned16
Denys Vlasenko
2013-02-27
1
-1
/
+1
*
mdev: improve $SEQ handling; improve debug logging
Denys Vlasenko
2013-02-27
2
-91
/
+181
*
udhcpc: tweak math shell style with the metric var
Mike Frysinger
2013-02-27
1
-1
/
+2
*
udhcpc: support resolv.conf symlinks
Mike Frysinger
2013-02-27
1
-4
/
+8
*
mdev: add environment variable match
Denys Vlasenko
2013-02-26
2
-8
/
+73
*
move endofname() to libbb
Denys Vlasenko
2013-02-26
5
-38
/
+30
*
tail: make help text for -n +N syntax more correct
Denys Vlasenko
2013-02-25
1
-1
/
+1
*
head: support -n -NUM and -c -NUM
Denys Vlasenko
2013-02-25
1
-22
/
+128
*
head,tail: use common suffix struct. simplify help text.
Denys Vlasenko
2013-02-25
5
-27
/
+40
*
rpm: unmap rpm file before working with next one
Denys Vlasenko
2013-02-20
1
-3
/
+5
*
rpm: stop using statics; move main() to the end of the source file
Denys Vlasenko
2013-02-20
1
-146
/
+141
*
rpm: use "create+rename" method of replacing existing files
Denys Vlasenko
2013-02-20
3
-3
/
+19
*
rpm: make -ql display more compatible; improve help text
Denys Vlasenko
2013-02-20
1
-32
/
+36
*
fdisk_sun: fix partition alignment
Aaro Koskinen
2013-02-11
1
-3
/
+6
[prev]
[next]