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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
libbb/login/su: do not sanitize shell name twice
Denys Vlasenko
2011-03-06
1
-0
/
+3
|
*
improve --install operation in chroot jails
Denys Vlasenko
2011-03-06
1
-5
/
+16
|
*
libbb: remove dead code in getopt32. -7 bytes
Alexey Fomenko
2011-03-01
1
-10
/
+5
|
*
libbb: make user/group name cache strings longer (~27 chars)
Denys Vlasenko
2011-03-01
2
-9
/
+9
|
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
1
-1
/
+1
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
12
-124
/
+196
|
\
|
|
*
Move stpcpy replacement function into libbb
Dan Fandrich
2011-02-13
1
-0
/
+11
|
*
typo fix
Denys Vlasenko
2011-02-12
1
-1
/
+1
|
*
progress meter: fix bugs found in stall detection and unknown size logic
Denys Vlasenko
2011-02-11
1
-23
/
+32
|
*
progress meter: move file name to bb_progress_t. +20 bytes
Denys Vlasenko
2011-02-11
1
-13
/
+11
|
*
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
1
-30
/
+65
|
*
progress bar: better overflow protection; more precise bar
Denys Vlasenko
2011-02-10
1
-23
/
+31
|
*
save 10 bytes on strings
Denys Vlasenko
2011-02-10
1
-1
/
+1
|
*
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-02-10
1
-1
/
+1
|
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
1
-7
/
+5
|
*
libbb: spawn should remove child which failed to exec
Denys Vlasenko
2011-02-03
1
-0
/
+1
|
*
whitespace fixes
Denys Vlasenko
2011-02-03
2
-5
/
+5
|
*
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2011-02-02
2
-30
/
+20
|
*
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
2011-02-02
2
-11
/
+11
|
*
df,find_mount_point: optionally don't ignore rootfs
Lauri Kasanen
2011-01-31
2
-1
/
+20
|
*
libbb/copy_file.c: use smallints instead of signed chars
Denys Vlasenko
2011-01-28
1
-4
/
+4
*
|
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Ron Yorston
2012-03-21
12
-48
/
+119
|
\
|
|
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
2
-6
/
+6
|
*
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
2011-01-25
1
-0
/
+62
|
*
nicer looking ifdef in libbb/makedev.c
Denys Vlasenko
2011-01-24
1
-9
/
+10
|
*
FreeBSD compat for match_fstype
Chris Rees
2011-01-24
1
-1
/
+2
|
*
FreeBSD compat for makedev
Chris Rees
2011-01-24
1
-2
/
+8
|
*
FreeBSD compat
Chris Rees
2011-01-24
1
-1
/
+1
|
*
libbb: make ndelay_no/off a bit more clever. +14 bytes
Denys Vlasenko
2011-01-24
1
-6
/
+12
|
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-2
/
+2
|
*
libbb: better comment in parse_date
Denys Vlasenko
2011-01-17
1
-1
/
+7
|
*
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-11
2
-6
/
+7
|
*
libbb: progress indicator: use unicode support funcs instead of open-coding it
Denys Vlasenko
2011-01-10
1
-16
/
+4
|
*
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
Denys Vlasenko
2011-01-10
1
-1
/
+1
|
*
suppress "'fast_strtol_10' defined but not used" warning
Denys Vlasenko
2011-01-07
1
-1
/
+3
*
|
Add code to find console dimensions in WIN32
Ron Yorston
2012-02-20
1
-0
/
+4
*
|
copy_file: kkip inode/device check
Daniel Klessing
2011-11-21
1
-0
/
+6
*
|
Include safe_gethostname()
Daniel Klessing
2011-11-21
2
-1
/
+14
*
|
Added missing stat() tweaks for mingw port
Zheng, Lei
2011-11-20
2
-0
/
+8
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
16
-126
/
+235
|
\
|
|
*
kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX
Denys Vlasenko
2011-01-03
1
-1
/
+16
|
*
kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code
Denys Vlasenko
2011-01-03
1
-10
/
+19
|
*
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Denys Vlasenko
2011-01-02
1
-0
/
+12
|
*
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
Denys Vlasenko
2010-12-30
2
-6
/
+38
|
*
plug a DIR* leak on error path
Denys Vlasenko
2010-12-28
1
-4
/
+5
|
*
pstree: new applet. +1664 bytes
Lauri Kasanen
2010-12-05
1
-0
/
+2
|
*
typo fix
Denys Vlasenko
2010-12-05
1
-1
/
+1
|
*
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-05
1
-1
/
+5
[prev]
[next]