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
*
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
*
reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)
Denys Vlasenko
2011-02-10
1
-2
/
+2
*
save 10 bytes on strings
Denys Vlasenko
2011-02-10
2
-2
/
+2
*
wget: remove functions which retry on EINTR
Denys Vlasenko
2011-02-10
1
-3
/
+5
*
fix trivial build failure
Denys Vlasenko
2011-02-10
1
-2
/
+3
*
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-02-10
2
-61
/
+62
*
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
2011-02-10
1
-6
/
+4
*
iproute: fix handling of "dev IFACE" selector
Denys Vlasenko
2011-02-09
2
-14
/
+25
*
scripts/mkconfigs: don't use invalid basic regexp
Denys Vlasenko
2011-02-09
1
-1
/
+1
*
use unistd.h before _POSIX_VERSION
Denys Vlasenko
2011-02-08
2
-1
/
+1
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
6
-61
/
+39
*
incorporate header fixes proposed in bug 3097
Denys Vlasenko
2011-02-07
2
-1
/
+4
*
scripts/kconfig/mconf.c: stop-gap fix for buffer overflow
Denys Vlasenko
2011-02-07
1
-1
/
+1
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
7
-40
/
+74
*
typo fix
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
2011-02-06
4
-14
/
+30
*
runlevel/wall: depend on utmp feature
Mike Frysinger
2011-02-06
1
-0
/
+2
*
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
ping: trivial simplification. -2 bytes
Denys Vlasenko
2011-02-06
1
-4
/
+6
*
ping: fix IPv6 pinging. Closes bug 3187
Denys Vlasenko
2011-02-05
1
-1
/
+1
*
Let fbsplash display images even when a second buffer is active
Dan Fandrich
2011-02-05
1
-1
/
+4
*
ubimkvol,ubirmvol,ubirsvol: new applets
Reuben Dowle
2011-02-05
1
-18
/
+136
*
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
2
-1
/
+50
*
ash: cosmetic cleanups
Denys Vlasenko
2011-02-04
1
-13
/
+12
*
libbb: spawn should remove child which failed to exec
Denys Vlasenko
2011-02-03
1
-0
/
+1
*
tar: support -T - and -X -
Denys Vlasenko
2011-02-03
1
-1
/
+1
*
whitespace fixes
Denys Vlasenko
2011-02-03
13
-21
/
+21
*
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2011-02-02
3
-41
/
+20
*
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
2011-02-02
4
-14
/
+34
*
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
2011-02-02
3
-16
/
+18
*
ps: implement -o stat
Denys Vlasenko
2011-02-02
2
-9
/
+35
*
modprobe/insmod: fix parameter quoting
Denys Vlasenko
2011-02-02
4
-10
/
+28
*
revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84
Denys Vlasenko
2011-02-01
1
-6
/
+5
*
df,find_mount_point: optionally don't ignore rootfs
Lauri Kasanen
2011-01-31
3
-2
/
+21
*
fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)
Denys Vlasenko
2011-01-31
1
-9
/
+5
*
tar: add -h and -T to help text
Denys Vlasenko
2011-01-31
1
-8
/
+13
[next]