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
*
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
5
-182
/
+190
|
\
|
*
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
*
|
win32: simplify spawning applets
Ron Yorston
2017-07-21
1
-6
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
12
-82
/
+156
|
\
|
|
*
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
*
|
Use %I64* formats with MinGW instead of %ll* formats
Johannes Schindelin
2017-07-18
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
10
-71
/
+219
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
14
-212
/
+259
|
\
|
|
*
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
*
|
libbb: let bb_make_directory accept backslashes in path
Ron Yorston
2017-02-07
1
-0
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-08
1
-0
/
+26
|
\
|
|
*
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Denys Vlasenko
2017-01-06
1
-0
/
+26
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
6
-21
/
+72
|
\
|
|
*
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
[next]