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: code shrink bb_get_last_path_component_strip()
Ron Yorston
2024-01-04
1
-6
/
+4
*
|
libbb: introduce last_char_is_dir_sep()
Ron Yorston
2024-01-04
2
-2
/
+13
*
|
win32: make the clang build less crashy
Ron Yorston
2024-01-03
1
-0
/
+10
*
|
httpd: fix failure to run daemonised
Ron Yorston
2023-12-15
1
-2
/
+1
*
|
lineedit: fix to tab completion of applet override
Ron Yorston
2023-12-12
1
-1
/
+3
*
|
win32: tidy up conditional compilation of applet override
Ron Yorston
2023-12-12
1
-7
/
+6
*
|
win32: code shrink applet overrides
Ron Yorston
2023-12-10
2
-13
/
+24
*
|
win32: allow hardcoded list of applets to override
Ron Yorston
2023-12-09
1
-3
/
+10
*
|
Merge branch 'busybox' into merge
FRP-5236-g7dff7f376
Ron Yorston
2023-12-05
2
-7
/
+17
|
\
|
|
*
start-stop-daemon: do not lose error messages with -b
Denys Vlasenko
2023-11-08
1
-3
/
+6
|
*
sleep: fix "sleep -- ARGS"
Denys Vlasenko
2023-10-02
1
-4
/
+11
*
|
lineedit: normalise HOME for use in prompt
Ron Yorston
2023-10-25
1
-1
/
+7
*
|
ash: add options to control globbing of hidden files
Ron Yorston
2023-09-20
1
-0
/
+4
*
|
ash: changes to login shell functionality
Ron Yorston
2023-08-30
1
-1
/
+2
*
|
libbb: fix #!/bin/busybox
Ron Yorston
2023-08-28
1
-0
/
+4
*
|
win32: replace readlink(2)
Ron Yorston
2023-08-21
1
-0
/
+2
*
|
libbb: change message regarding UTF-8 manifest
Ron Yorston
2023-08-17
1
-1
/
+1
*
|
libbb: silence compiler warnings
Ron Yorston
2023-08-10
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
7
-8
/
+8
|
\
|
|
*
libbb: rename source files, no code changes
Denys Vlasenko
2023-07-18
7
-8
/
+8
*
|
win32: fail early if UTF8 isn't supported
Ron Yorston
2023-07-27
1
-11
/
+20
*
|
win32: version with UTF8 manifest: add '(Unicode on/off)'
Avi Halachmi (:avih)
2023-07-24
1
-0
/
+4
*
|
unicode: identify emoji width and modifiers
Avi Halachmi (:avih)
2023-07-23
1
-0
/
+8
*
|
win32: use inc_cursor regardless of VT mode
Avi Halachmi (:avih)
2023-07-23
1
-6
/
+2
*
|
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
2
-1
/
+33
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
4
-26
/
+14
|
\
|
|
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
1
-0
/
+10
|
*
libbb: pass "" rather than NULL as format string in _nomsg functions
Denys Vlasenko
2023-06-12
3
-26
/
+4
*
|
win32: don't assume console CP equals OEM CP
Avi Halachmi (:avih)
2023-06-28
1
-1
/
+1
*
|
win32: more applet look-up tweaks
Ron Yorston
2023-06-19
1
-4
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
1
-34
/
+68
|
\
|
|
*
libbb/dump: code shrink
Denys Vlasenko
2023-05-28
1
-5
/
+7
|
*
libbb/dump: make xxd_displayoff member conditional on xxd
Denys Vlasenko
2023-05-27
1
-2
/
+10
|
*
libbb/dump: correct handling of 1-byte signed int format
Denys Vlasenko
2023-05-26
1
-20
/
+17
|
*
libbb/dump: use fputs_stdout where appropriate
Denys Vlasenko
2023-05-26
1
-2
/
+2
|
*
od, hexdump: byte 0x11 is "dc1" not "dcl"
Denys Vlasenko
2023-05-26
1
-2
/
+4
|
*
libbb/dump: conditionalize code used only by xxd and od
Denys Vlasenko
2023-05-26
1
-1
/
+5
|
*
od: stop printing extra trailing spaces
Denys Vlasenko
2023-05-25
1
-7
/
+14
|
*
od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s
Denys Vlasenko
2023-05-25
1
-8
/
+22
*
|
win32: code shrink applet look-up
Ron Yorston
2023-06-05
1
-20
/
+2
*
|
win32: another BB_OVERRIDE_APPLETS fix
Ron Yorston
2023-06-04
1
-1
/
+8
*
|
win32: change interpretation of BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-02
1
-6
/
+21
*
|
win32: case-sensitivity in tab completion
Ron Yorston
2023-04-19
2
-43
/
+62
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
3
-12
/
+10
|
\
|
|
*
lineedit: fix crash when icanon set with -echo
Akos Somfai
2023-04-12
1
-2
/
+2
|
*
appletlib: fix "warning: unused variable applet_no"
Tomas Paukrt
2023-04-10
1
-1
/
+1
|
*
ash: fix sleep built-in not running INT trap immediately on ^C
Denys Vlasenko
2023-04-10
1
-9
/
+7
*
|
wget: enable progress bar in default configuration
Ron Yorston
2023-04-16
1
-1
/
+1
*
|
libbb: don't build useless functions
Ron Yorston
2023-04-16
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
2
-16
/
+22
|
\
|
[prev]
[next]