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
...
*
mount: ignore unknown mount options when remounting NFS mounts
Peter Korsgaard
2011-02-26
1
-0
/
+3
*
mount: fix wrong long option namess
Roman Borisov
2011-02-26
1
-8
/
+8
*
iproute: fix parsing and matching of of "short" IP addrs like 10/8
Denys Vlasenko
2011-02-23
4
-38
/
+74
*
slightly better wording in comments
Denys Vlasenko
2011-02-21
2
-4
/
+4
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
6
-15
/
+152
*
fix "make install"
Bernd Jendrissek
2011-02-20
1
-1
/
+1
*
blockdev: add --getsz to replace --getsize
Dan Fandrich
2011-02-20
1
-6
/
+18
*
wget: reduce bloat
Pere Orga
2011-02-19
1
-7
/
+3
*
udhcpd: optional IP selection based on MAC hash
Vladislav Grishenko
2011-02-16
2
-8
/
+50
*
echo: fix SEGV when run with no args
Denys Vlasenko
2011-02-15
1
-1
/
+1
*
wget: check for final write errors for -O FILE too
Denys Vlasenko
2011-02-15
1
-0
/
+3
*
Add the help text for 'position independent executable' code build
Gilles Espinasse
2011-02-15
1
-1
/
+4
*
modprobe: fix "modprobe -l name-with-dash"
Denys Vlasenko
2011-02-15
1
-1
/
+4
*
modinfo: trivial optimizations
Denys Vlasenko
2011-02-15
1
-4
/
+6
*
modinfo: show firmware and depends fields
Lauri Kasanen
2011-02-15
1
-3
/
+5
*
wget: make "wget -O FILE URL1 URL2" concatenate output
Denys Vlasenko
2011-02-15
1
-29
/
+37
*
wget: fix SEGV with multiple urls and redirection
Pere Orga
2011-02-14
1
-0
/
+1
*
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-14
2
-2
/
+5
*
echo: fix ENOSPC detection and some iffy code in \NNN handling
Denys Vlasenko
2011-02-14
7
-56
/
+70
*
udhcpc: use more correct, and more importantly, more understandable BPF code
Vladislav Grishenko
2011-02-14
1
-20
/
+24
*
reverted LINHIB0001 swap signature addition
Denys Vlasenko
2011-02-14
1
-1
/
+0
*
Move stpcpy replacement function into libbb
Dan Fandrich
2011-02-13
3
-17
/
+26
*
mktemp: make it more compatible with GNU coreutils 8.4
Denys Vlasenko
2011-02-13
2
-24
/
+36
*
fix bug 3223 (parameter loading problem for 2.4 kernels)
Denys Vlasenko
2011-02-13
1
-8
/
+11
*
wget: support multiple URLs on command line even without -O :)
Denys Vlasenko
2011-02-13
1
-55
/
+15
*
wget: support multiple URLs on command line
Denys Vlasenko
2011-02-13
1
-129
/
+160
*
typo fix in comment
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
find: trim help text a bit
Denys Vlasenko
2011-02-12
1
-8
/
+8
*
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
1
-121
/
+91
*
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
1
-106
/
+101
*
find: document ! (not) operator
Denys Vlasenko
2011-02-12
1
-0
/
+3
*
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
1
-6
/
+6
*
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
1
-3
/
+3
*
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-02-12
1
-49
/
+56
*
typo fix
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
wget: display 100% at the _end_ of chunked download
Denys Vlasenko
2011-02-11
1
-2
/
+2
*
wget: chunked mode fix. Closes bug 3229
Denys Vlasenko
2011-02-11
1
-10
/
+16
*
wget: explain clearerr more clearly
Denys Vlasenko
2011-02-11
1
-1
/
+10
*
wget: correctly handle rare case when we get EAGAIN _on first_ read
Denys Vlasenko
2011-02-11
1
-6
/
+26
*
progress meter: fix bugs found in stall detection and unknown size logic
Denys Vlasenko
2011-02-11
3
-26
/
+36
*
progress meter: move file name to bb_progress_t. +20 bytes
Denys Vlasenko
2011-02-11
4
-23
/
+27
*
libbb/progress.c: make sure we never get negative ETA
Denys Vlasenko
2011-02-11
1
-16
/
+17
*
progress meter: display >999 hours ETA correctly
Denys Vlasenko
2011-02-10
1
-4
/
+6
*
wget: shrink progress meter code; strink wget and add debug logging
Denys Vlasenko
2011-02-10
2
-64
/
+105
*
progress bar: better overflow protection; more precise bar
Denys Vlasenko
2011-02-10
2
-25
/
+34
*
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
Denys Vlasenko
2011-02-10
1
-8
/
+19
*
remve erroneous dependensies on INSTALLER
Denys Vlasenko
2011-02-10
1
-2
/
+0
*
getty config help: fix example script
Denys Vlasenko
2011-02-10
1
-1
/
+1
*
getty: extend its config help
Denys Vlasenko
2011-02-10
1
-1
/
+13
[prev]
[next]