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
...
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
7
-7
/
+7
*
libbb: remove vdprintf
Ron Yorston
2017-07-29
2
-22
/
+0
*
standalone shell / prefer_applets: fix "exe" in comm fields
Denys Vlasenko
2017-07-29
1
-0
/
+18
*
shell: make standalone shell tab-complete "busybox"
Denys Vlasenko
2017-07-29
2
-6
/
+21
*
config: trim/improve item names and help texts.
Denys Vlasenko
2017-07-27
1
-3
/
+2
*
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-25
1
-1
/
+1
*
libbb: avoid malloc/free in bb_unsetenv()
Denys Vlasenko
2017-07-22
1
-13
/
+21
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
4
-169
/
+169
*
config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu
Denys Vlasenko
2017-07-15
2
-6
/
+8
*
copyfd: guard use of munmap() with #if (windows builds need this)
Johannes Schindelin
2017-07-15
1
-0
/
+3
*
libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block
Denys Vlasenko
2017-07-14
1
-27
/
+19
*
xxd: allow "-" as file name meaning stdin
Denys Vlasenko
2017-07-14
1
-4
/
+6
*
libbb/dump: allow skipping over stdin too
Denys Vlasenko
2017-07-14
1
-20
/
+13
*
libbb/dump: fix a few broken commits and shrink code
Denys Vlasenko
2017-07-14
1
-10
/
+10
*
libbb: safe_write should not return EINTR
Denys Vlasenko
2017-07-14
1
-2
/
+10
*
cat: fix "cat -An" ignoring -n; make numbering go througn all files
Denys Vlasenko
2017-07-14
1
-0
/
+1
*
libbb: do not die if setgid/setuid(real_id) on startup fails
Denys Vlasenko
2017-07-10
1
-2
/
+15
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
2
-4
/
+8
*
libbb: new function bb_getgroups() - allocating wrapper around getgroups()
Denys Vlasenko
2017-07-04
1
-0
/
+47
*
Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis
Denys Vlasenko
2017-07-04
1
-4
/
+2
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-03
3
-8
/
+19
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-1
/
+1
*
libbb: fix "error: redefinition of 'is_tty_secure'"
Denys Vlasenko
2017-04-13
1
-0
/
+2
*
libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD
Denys Vlasenko
2017-04-13
2
-4
/
+6
*
su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
Denys Vlasenko
2017-04-13
1
-2
/
+2
*
login: move check_securetty to libbb
Kaarle Ritvanen
2017-04-13
2
-0
/
+23
*
libbb: GETOPT_RESET macro
Kaarle Ritvanen
2017-04-12
2
-33
/
+3
*
fix errors found with make_single_applets.sh
Denys Vlasenko
2017-04-12
2
-0
/
+62
*
libbb: move isqrt from factor, use it in diff too
Denys Vlasenko
2017-04-11
1
-0
/
+60
*
modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686
Denys Vlasenko
2017-04-06
1
-17
/
+29
*
mount: create loop devices with LO_FLAGS_AUTOCLEAR flag
Denys Vlasenko
2017-03-16
1
-16
/
+33
*
Replace int -> uint to avoid signed integer overflow
Rostislav Skudnov
2017-02-04
3
-4
/
+4
*
ps: avoid -o stat to contain spaces. Closes 9631
Denys Vlasenko
2017-02-02
1
-10
/
+14
*
libbb: match_fstype() is unreadable in the extreme, fixing it
Denys Vlasenko
2017-01-30
1
-12
/
+8
*
libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode
Denys Vlasenko
2017-01-26
1
-17
/
+19
*
libbb: shrink sump.c
Denys Vlasenko
2017-01-25
1
-79
/
+80
*
xxd: new applet
Denys Vlasenko
2017-01-25
1
-7
/
+5
*
tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
Denys Vlasenko
2017-01-24
3
-7
/
+14
*
libbb: eliminate redundant variable in sha_crypt
Denys Vlasenko
2017-01-15
1
-8
/
+7
*
sha512: use larger constant table only if sha512 is in fact selected
Denys Vlasenko
2017-01-15
1
-46
/
+66
*
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
2
-1
/
+38
*
busybox: stop depending on FEATURE_AUTOWIDTH for applet list
Denys Vlasenko
2017-01-11
1
-5
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-16
/
+1
*
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Denys Vlasenko
2017-01-06
1
-0
/
+26
*
appletlib: avoid warning on unused function ingroup
Cristian Ionescu-Idbohrn
2017-01-03
1
-0
/
+2
*
Make FEATURE_USERNAME_COMPLETION=y by default
Denys Vlasenko
2016-12-23
1
-1
/
+1
*
fix breakage found by mass one-applet builds
Denys Vlasenko
2016-12-23
3
-16
/
+19
*
df: implement -B n<suff> and -B <suff> formats of -B option
Denys Vlasenko
2016-12-12
1
-0
/
+19
*
randomconfig fixes
Denys Vlasenko
2016-12-10
1
-1
/
+1
*
selinux: drop deprecated headers
Mike Frysinger
2016-12-09
1
-1
/
+12
[prev]
[next]