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
/
appletlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
1
-1
/
+1
|
\
|
*
appletlib: fix "warning: unused variable applet_no"
Tomas Paukrt
2023-04-10
1
-1
/
+1
*
|
win32: delay adjusting code page
Ron Yorston
2023-03-17
1
-3
/
+1
*
|
Annual update of copyright message
Ron Yorston
2023-01-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
1
-3
/
+5
|
\
|
|
*
fix [ --help ] and [[ --help ]]
Denys Vlasenko
2022-08-30
1
-0
/
+3
|
*
libbb: make '--help' handling more consistent
Ron Yorston
2022-08-22
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-1
/
+1
|
\
|
|
*
style fix
Denys Vlasenko
2022-05-01
1
-1
/
+1
*
|
ash: export certain variables to the environment immediately
Ron Yorston
2022-05-08
1
-1
/
+1
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
1
-0
/
+46
*
|
win32: minor adjustments to file permissions
Ron Yorston
2022-04-19
1
-1
/
+1
*
|
Fix POSIX build; new year
Ron Yorston
2022-02-09
1
-1
/
+1
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-1
/
+1
|
\
|
|
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-9
/
+14
|
\
|
|
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
1
-2
/
+8
|
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-1
/
+1
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-2
/
+1
|
*
libbb: code shrink in main() and scripted_main()
Denys Vlasenko
2021-09-28
1
-5
/
+5
|
*
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-08-16
1
-1
/
+5
*
|
busybox: bring help handling into line with upstream
Ron Yorston
2021-08-16
1
-5
/
+5
*
|
busybox: make 'busybox --help busybox' work
Ron Yorston
2021-05-14
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-8
/
+22
|
\
|
|
*
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-03-15
1
-8
/
+22
*
|
libbb: special case for busybox --help is WIN32-only
Ron Yorston
2021-04-09
1
-1
/
+1
*
|
libbb: allow single-applet binary to build
Ron Yorston
2021-03-14
1
-11
/
+10
*
|
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
[next]