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
/
win32
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
ash: improvements to forkshell debug
Ron Yorston
1
-5
/
+23
2018-12-02
ash: annotate pointers in forkshell debug
Ron Yorston
1
-42
/
+130
2018-12-02
ash: redefine SAVE_PTR macros to remove test
Ron Yorston
1
-2
/
+10
2018-11-29
ash: consolidate tests for variables not to convert
Ron Yorston
1
-8
/
+5
2018-11-29
ash: fixes to spawn_forkshell
Ron Yorston
1
-16
/
+10
2018-11-29
nologin: change default
Ron Yorston
1
-1
/
+1
2018-11-27
platform.h: remove obsolete #define
Ron Yorston
1
-1
/
+0
2018-11-27
testsuite: check CONFIG_DESKTOP before using 'od -t'
Chen Qi
7
-5
/
+7
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
10
-32
/
+62
2018-11-27
free: ensure there is a least one space between numbers
Denys Vlasenko
1
-3
/
+3
2018-11-27
docs: add embedded-scripts.txt
Ron Yorston
2
-1
/
+117
2018-11-27
tar: skip 'V' headers (GNU volume label), closes 11526
Denys Vlasenko
1
-1
/
+2
2018-11-27
unlzma: fix too-eager corruption check
Denys Vlasenko
1
-7
/
+13
2018-11-27
ps: bring code marginally more into line with upstream
Ron Yorston
1
-3
/
+3
2018-11-27
win32: save a few bytes in process scanning
Ron Yorston
1
-14
/
+7
2018-11-27
win32: save a few bytes in fake times(2) implementation
Ron Yorston
1
-5
/
+1
2018-11-27
tar: fix too eager autodetection, closes 11531
Denys Vlasenko
3
-5
/
+11
2018-11-27
build system: prevent duplicate applet names
Ron Yorston
1
-1
/
+9
2018-11-27
Tweaks to build process for embedded scripts
Ron Yorston
5
-23
/
+14
2018-11-27
tls: add ECDHE_PSK and remove ARIA cipher ids
Denys Vlasenko
1
-8
/
+4
2018-11-26
tls: add _anon_ cipher definitions
Denys Vlasenko
1
-0
/
+4
2018-11-26
tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher
Denys Vlasenko
1
-29
/
+29
2018-11-26
tls: cipher 009D is not yet supported, don't test for it
Denys Vlasenko
1
-4
/
+3
2018-11-26
tls: speed up prf_hmac_sha256()
Denys Vlasenko
1
-40
/
+39
2018-11-26
vi: save a few bytes
Ron Yorston
1
-14
/
+8
2018-11-26
libbb: add comment on sha384
Denys Vlasenko
1
-0
/
+5
2018-11-26
win32: move function redefinitions to mingw.h
Ron Yorston
3
-6
/
+9
2018-11-26
tls: simplify hmac_begin()
Denys Vlasenko
1
-11
/
+27
2018-11-26
tls: add support for 8 more cipher ids - all tested to work
Denys Vlasenko
1
-87
/
+117
2018-11-25
tls: fix comments
Denys Vlasenko
1
-1
/
+5
2018-11-25
tls: add a comment on expanding list of supported ciphers
Denys Vlasenko
1
-7
/
+30
2018-11-25
tls: do not leak RSA key
Denys Vlasenko
2
-0
/
+13
2018-11-25
tls: code shrink
Denys Vlasenko
2
-16
/
+12
2018-11-25
tls: code shrink
Denys Vlasenko
1
-15
/
+16
2018-11-25
tls: code shrink
Denys Vlasenko
2
-6
/
+14
2018-11-25
tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source
Denys Vlasenko
1
-2
/
+4
2018-11-25
tls: actually fill in CIPHER_ID3 value in hello message
Denys Vlasenko
1
-5
/
+3
2018-11-25
ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead
Denys Vlasenko
1
-0
/
+1
2018-11-24
wget: code shrink
Denys Vlasenko
1
-8
/
+6
2018-11-24
tls: fix is.gd again, fix AES-CBC using decrypt key instead of encrypt
Denys Vlasenko
1
-5
/
+7
2018-11-24
tls: speed up xor'ing of aligned 16-byte buffers
Denys Vlasenko
3
-17
/
+36
2018-11-24
tls: in AES-GCM decoding, avoid memmove
Denys Vlasenko
4
-15
/
+17
2018-11-24
tls: fix a thinko in GHASH optimization
Denys Vlasenko
1
-1
/
+1
2018-11-23
tls: make tls_get_random() FAST_FUNC
Denys Vlasenko
2
-2
/
+2
2018-11-23
wget: print the final newline only for non-tty output
Denys Vlasenko
3
-5
/
+9
2018-11-23
tls: code shrink
Denys Vlasenko
1
-3
/
+4
2018-11-23
tls: typo fix in comment
Denys Vlasenko
1
-2
/
+2
2018-11-23
tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned
Denys Vlasenko
1
-9
/
+4
2018-11-23
tls: code shrink
Denys Vlasenko
2
-15
/
+21
2018-11-23
tls: simplify aesgcm_GHASH()
Denys Vlasenko
3
-47
/
+60
[next]