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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
appletlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
busybox: allow '--install' to install symlinks
FRP-3902-g61e53aa93
Ron Yorston
2021-03-02
1
-43
/
+39
*
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
1
-30
/
+40
|
\
|
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
1
-10
/
+19
*
|
libbb: make banner shorter
Ron Yorston
2021-02-16
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-79
/
+17
|
\
|
|
*
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2021-02-02
1
-79
/
+17
*
|
Update copyright message
Ron Yorston
2021-01-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-2
/
+7
|
\
|
|
*
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
1
-1
/
+6
|
*
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
1
-1
/
+1
*
|
busybox: create custom installation directory
Ron Yorston
2020-08-15
1
-5
/
+6
*
|
busybox: add option to install to Unix-style paths
Ron Yorston
2020-08-14
1
-11
/
+34
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-5
/
+33
|
\
|
|
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-5
/
+33
*
|
win32: enable globbing by default
Ron Yorston
2020-06-14
1
-5
/
+0
*
|
ash: treat all applets as NOEXEC
Ron Yorston
2020-06-09
1
-0
/
+3
*
|
win32: only initialise networking if necessary
Ron Yorston
2020-06-01
1
-4
/
+0
*
|
libbb: rearrange command line processing
Ron Yorston
2020-04-05
1
-13
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-1
/
+1
|
\
|
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+1
*
|
Update copyright date
Ron Yorston
2020-01-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-5
/
+5
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-0
/
+1
|
\
|
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
1
-0
/
+1
*
|
win32: improve filesystem detection and display
Ron Yorston
2019-03-20
1
-0
/
+3
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
1
-1
/
+1
*
|
Update copyright date
Ron Yorston
2019-03-14
1
-1
/
+1
*
|
win32: fix POSIX build
Ron Yorston
2019-02-17
1
-0
/
+8
*
|
libbb: skip fake path components
Ron Yorston
2019-02-07
1
-4
/
+5
*
|
win32: add support for the euro currency symbol
Ron Yorston
2019-02-02
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-4
/
+4
|
\
|
|
*
single-applet build --help had extra \n, remove
Denys Vlasenko
2019-01-01
1
-5
/
+5
*
|
ps: display interpreted script name in comm column
Ron Yorston
2019-01-08
1
-1
/
+17
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
1
-11
/
+18
*
|
win32: implement umask(2)
Ron Yorston
2019-01-07
1
-0
/
+9
*
|
busybox: add --uninstall option
Ron Yorston
2019-01-05
1
-2
/
+32
*
|
busybox: identify scripts in output of 'busybox --list-full'
Ron Yorston
2019-01-05
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-39
/
+86
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+7
|
*
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2018-11-18
1
-38
/
+54
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-40
/
+32
|
*
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-02
1
-66
/
+15
|
*
busybox: show embedded scripts in applet list
Denys Vlasenko
2018-11-01
1
-15
/
+21
|
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-4
/
+4
|
*
claenups for previous commit
Denys Vlasenko
2018-11-01
1
-20
/
+16
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-1
/
+82
*
|
libbb: add missing define that breaks non-default builds
Ron Yorston
2018-10-26
1
-0
/
+2
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-3
/
+6
|
\
|
|
*
whitespace fixes
Denys Vlasenko
2018-07-17
1
-1
/
+1
[next]