index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2
-8
/
+33
2022-01-08
XXXsum: handle binary sums with " " in the path
Emanuele Giacomelli
1
-6
/
+4
2022-01-08
libbb/sha1: simplify cpuid code
Denys Vlasenko
1
-32
/
+10
2022-01-08
whitespace fix
Denys Vlasenko
4
-22
/
+22
2022-01-07
libbb/sha1: tweak comments
Denys Vlasenko
2
-5
/
+5
2022-01-07
powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc
Denys Vlasenko
1
-4
/
+1
2022-01-07
libbb/sha1: optional i686 hardware accelerates hashing
Denys Vlasenko
3
-1
/
+252
2022-01-07
libbb/sha1: optional x86-64 hardware accelerates hashing
Denys Vlasenko
4
-1
/
+270
2022-01-06
fdisk: recognize EBBR protective partitions
Vincent Stehlé
1
-0
/
+1
2022-01-05
libbb: change xstrndup, xmemdup to take size_t as size parameter
Denys Vlasenko
2
-7
/
+4
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
24
-33
/
+45
2022-01-05
less: code shrink
Denys Vlasenko
1
-9
/
+13
2022-01-05
sort: support -h
Denys Vlasenko
2
-31
/
+93
2022-01-04
sort: fix -s -r interaction: 'stable' order is not affected by -r
Denys Vlasenko
2
-1
/
+16
2022-01-04
libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...
Denys Vlasenko
1
-1
/
+1
2022-01-04
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
20
-21
/
+27
2022-01-04
sed: correctly handle 'w FILE' commands writing to the same file
Denys Vlasenko
2
-2
/
+38
2022-01-04
build system: detect if build host has no bzip2
Denys Vlasenko
3
-3
/
+20
2022-01-04
libbb/sha1: x86_64 version: reorder prologue/epilogue insns
Denys Vlasenko
2
-60
/
+67
2022-01-04
md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
Denys Vlasenko
1
-7
/
+14
2022-01-03
libbb/sha1: x86_64 version: tidying up, no code changes
Denys Vlasenko
2
-29
/
+36
2022-01-03
typo fix
Denys Vlasenko
2
-2
/
+2
2022-01-03
libbb/sha1: x86_64 version: generate from a script, optimize a bit
Denys Vlasenko
3
-267
/
+474
2022-01-03
libbb/sha1: x86_64 version: move to a separate .S file, no code changes
Denys Vlasenko
3
-389
/
+1353
2022-01-02
libbb/sha1: code shrink in medium-speed version
Denys Vlasenko
1
-2
/
+2
2022-01-01
libbb/sha1: x86_64 version: bswap in 64-bit chunks
Denys Vlasenko
2
-21
/
+23
2022-01-01
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
Denys Vlasenko
2
-61
/
+240
2022-01-01
libbb/sha1: assembly versions for x86
Denys Vlasenko
2
-1
/
+418
2021-12-31
libbb/sha1: shrink and speed up fully unrolled version
Denys Vlasenko
2
-1
/
+23
2021-12-30
libbb/sha1: add config-selectable partially unrolled version
Denys Vlasenko
2
-5
/
+98
2021-12-30
libbb/sha1: add config-selectable fully unrolled version, closes 14391
Denys Vlasenko
2
-14
/
+95
2021-12-29
ed: add support for -s command-line option as mandated by POSIX
Sören Tempel
1
-4
/
+11
2021-12-29
echo: add FIXME comment
Denys Vlasenko
1
-0
/
+2
2021-12-28
scripts/echo.c: fix NUL handling in "abc\0 def"
Denys Vlasenko
1
-14
/
+21
2021-12-28
libbb: cose shrink in sha1
Denys Vlasenko
1
-5
/
+2
2021-12-26
Start 1.36.0 development cycle
Denys Vlasenko
1
-2
/
+2
2021-12-26
Bump version to 1.35.0
1_35_0
Denys Vlasenko
1
-1
/
+1
2021-12-26
httpd: fix compile failure if !FEATURE_HTTPD_RANGES
Denys Vlasenko
1
-0
/
+4
2021-12-25
sed: do not ignore 'g' modifier when match starts with ^
Dominique Martinet
2
-2
/
+7
2021-12-19
ed: align output of read command with POSIX.1-2008
Sören Tempel
1
-3
/
+0
2021-12-19
ed: fix current line number for file passed via the command-line
Sören Tempel
1
-2
/
+0
2021-12-17
timeout: add support for "timeout -k KILL_SECS"
Matthew Slowe
1
-11
/
+32
2021-12-17
cmp: code shrink
Denys Vlasenko
1
-2
/
+2
2021-12-17
ed: add support for -p command-line option as mandated by POSIX
Sören Tempel
1
-4
/
+10
2021-12-17
cmp: add support for -n
Walter Lozano
1
-4
/
+10
2021-12-17
docs/embedded-scripts.txt: whitespace fix
Denys Vlasenko
1
-8
/
+8
2021-12-17
find: implement -samefile
Aaro Koskinen
1
-0
/
+35
2021-12-17
printf: allow 0 as a flag and allow multiple flags
Ron Yorston
2
-1
/
+11
2021-12-17
httpd: do not send Last-Modified / ETag / Content-Length for error pages
Denys Vlasenko
1
-20
/
+14
2021-12-17
httpd: don't send Content-Length in error pages header
Denys Vlasenko
1
-14
/
+21
[next]