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: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
2
-3
/
+3
|
*
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-10-01
1
-1
/
+3
|
*
libbb: fold common64_hash() into its only user
Denys Vlasenko
2020-09-30
1
-47
/
+28
*
|
libbb: reinstate NULL check in last_char_is()
Ron Yorston
2020-08-23
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
3
-13
/
+7
|
\
|
|
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
2
-3
/
+2
|
*
libbb: shrink last_char_is(), no longer allow NULL string argument
Denys Vlasenko
2020-07-19
1
-10
/
+5
*
|
win32: code shrink Unix-style path handling
Ron Yorston
2020-08-23
2
-9
/
+6
*
|
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
*
|
win32: handle Unix-style absolute paths for executables
Ron Yorston
2020-08-13
2
-1
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
7
-32
/
+64
|
\
|
|
*
libbb: code shrink in last_char_is()
Denys Vlasenko
2020-06-30
1
-8
/
+9
|
*
compare_string_array: code shrink
Martin Lewis
2020-06-29
1
-2
/
+5
|
*
procps: code shrink
Martin Lewis
2020-06-29
1
-2
/
+10
|
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-5
/
+33
|
*
suppress a few compile warnings
Denys Vlasenko
2020-06-24
1
-1
/
+1
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
|
*
xstrndup: Use strndup instead of implementing it.
Martin Lewis
2020-06-09
1
-14
/
+5
*
|
ash: avoid duplicated slashes in output of type/command builtins
Ron Yorston
2020-06-29
1
-0
/
+6
*
|
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
*
|
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Ron Yorston
2020-04-13
1
-0
/
+2
*
|
httpd: enable in default configurations
Ron Yorston
2020-04-05
1
-1
/
+1
*
|
libbb: rearrange command line processing
Ron Yorston
2020-04-05
1
-13
/
+11
*
|
win32: more improvements to 'c:file' paths
Ron Yorston
2020-03-29
1
-1
/
+1
*
|
win32: improve handling of 'c:file' paths for executables
Ron Yorston
2020-03-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-3
/
+14
|
\
|
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-3
/
+14
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
8
-21
/
+27
|
\
|
|
*
Remove stime() function calls
Alistair Francis
2019-11-19
1
-8
/
+0
|
*
read_key(): placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
1
-1
/
+2
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
2
-2
/
+2
|
*
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-24
1
-10
/
+1
|
*
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-10-11
1
-5
/
+8
|
*
replace: count_strstr - Handle an edge case where sub is empty
Martin Lewis
2019-10-09
1
-0
/
+4
|
*
libbb: Converted safe_read to safe_write format
Martin Lewis
2019-10-09
1
-2
/
+10
|
*
time: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-0
/
+7
*
|
Update copyright date
Ron Yorston
2020-01-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
35
-73
/
+209
|
\
|
|
*
unicode: code shrink in character width determination
Denys Vlasenko
2019-07-23
1
-0
/
+6
|
*
libbb: include <crypt.h> only if necessary
Denys Vlasenko
2019-07-16
1
-0
/
+2
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
30
-65
/
+88
|
*
libbb: deal with "declaration of 'link' shadows a global declaration" warning
Denys Vlasenko
2019-06-25
1
-7
/
+7
|
*
pidof: support "pidof /path/to/binary" case
Denys Vlasenko
2019-06-15
1
-1
/
+5
|
*
readlink,realpath: fix a case with a symplink, closes 11021
Denys Vlasenko
2019-06-13
1
-0
/
+29
|
*
mount,losetup: use /dev/loop-control is it exists
Denys Vlasenko
2019-06-09
1
-6
/
+36
|
*
tftp: optional tftp-hpa compat
Denys Vlasenko
2019-06-09
1
-0
/
+1
|
*
passwd: do not set 0 as date of last password change, closes 11951
Denys Vlasenko
2019-06-07
1
-1
/
+7
[prev]
[next]