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
Commit message (
Expand
)
Author
Age
Files
Lines
*
udhcpc[6]: close listening socket more eagerly (e.g. across script runs)
Denys Vlasenko
2021-06-02
2
-28
/
+45
*
udhcpc: get rid of client_data.fqdn field
Denys Vlasenko
2021-06-02
5
-76
/
+57
*
udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR
Denys Vlasenko
2021-06-02
4
-50
/
+36
*
udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...
Denys Vlasenko
2021-06-02
5
-77
/
+115
*
vi: remove autoindent from otherwise empty lines
Ron Yorston
2021-06-02
1
-26
/
+59
*
vi: make autoindent respect expandtab setting
Ron Yorston
2021-06-02
1
-13
/
+19
*
vi: make cursor positioning more vi compatible
Ron Yorston
2021-06-02
1
-0
/
+4
*
tail: do not lose the tail of old file if new file (-F) is detected
Denys Vlasenko
2021-06-02
1
-12
/
+26
*
tail: fix typo in variable name
Denys Vlasenko
2021-06-02
1
-6
/
+6
*
head,tail: trim --help text
Denys Vlasenko
2021-06-02
2
-14
/
+16
*
udhcpc[6]: fix "untangle timeout and remaining lease" fallout
Denys Vlasenko
2021-06-01
2
-30
/
+47
*
login: permit change expired password wit PAM
Mario Abajo
2021-05-07
1
-0
/
+3
*
httpd: add comment about faster rejection of denied IPs
Denys Vlasenko
2021-05-05
1
-0
/
+7
*
httpd: if no request was given at all, close the socket without generating er...
Denys Vlasenko
2021-05-05
1
-21
/
+30
*
httpd: no need to strcpy() when we only need to copy one byte
Denys Vlasenko
2021-05-05
1
-9
/
+14
*
httpd: avoid extra stat() calls for "GET /dirname/" case
Denys Vlasenko
2021-05-04
1
-10
/
+8
*
httpd: avoid one stat() call for "GET /dirname" case
Denys Vlasenko
2021-05-04
1
-16
/
+14
*
httpd: support HEAD requests even in !CGI config
Denys Vlasenko
2021-05-04
1
-13
/
+10
*
httpd: move proxy check before URL duplication and request type check
Denys Vlasenko
2021-05-04
1
-56
/
+52
*
httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methods
Alexander Sack
2021-05-04
1
-45
/
+40
*
vi: :wq/:x should warn if there are more files to edit
Ron Yorston
2021-05-04
1
-3
/
+14
*
vi: cursor positioning after whole-line 'y'
Ron Yorston
2021-05-04
1
-17
/
+8
*
decompress_gunzip: simplify ERR_RET bit clearing
Denys Vlasenko
2021-05-03
1
-3
/
+2
*
vi: trivial code shrink
Denys Vlasenko
2021-05-01
1
-2
/
+2
*
udhcpc[6]: fold perform_renew() into its only caller
Denys Vlasenko
2021-05-01
2
-54
/
+37
*
udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...
Denys Vlasenko
2021-05-01
2
-118
/
+89
*
wget: allow HTTP 307/308 redirects
Jeremy Lin
2021-04-30
1
-0
/
+2
*
vi: fix empty line range regression
Ron Yorston
2021-04-30
1
-1
/
+1
*
tls: code shrink in curve 25519
Denys Vlasenko
2021-04-28
1
-19
/
+27
*
vi: expand '%' and '#' in colon commands
Ron Yorston
2021-04-28
1
-14
/
+112
*
vi: fix buffer overrun; code shrink
Ron Yorston
2021-04-28
1
-31
/
+22
*
vi: improvements to ':read' command
Ron Yorston
2021-04-28
1
-13
/
+17
*
vi: preserve state when switching file
Ron Yorston
2021-04-28
1
-2
/
+0
*
vi: 'ZZ' should warn if there are more files to edit
Ron Yorston
2021-04-28
1
-0
/
+8
*
vi: saving unnamed file in readonly mode
Ron Yorston
2021-04-28
1
-2
/
+2
*
vi: adjust conditional compilation of modifying_cmds
Ron Yorston
2021-04-28
1
-1
/
+1
*
vi: changes to line addresses for colon commands
Ron Yorston
2021-04-28
1
-50
/
+60
*
tls: tweak sp_256_ecc_gen_k_10 for smaller code
Denys Vlasenko
2021-04-27
1
-7
/
+0
*
tls: shrink sp_256_mod_mul_norm_10 more
Denys Vlasenko
2021-04-27
1
-18
/
+18
*
tls: shrink sp_256_mod_mul_norm_10
Denys Vlasenko
2021-04-27
2
-202
/
+85
*
tls: shrink p256_base more
Denys Vlasenko
2021-04-27
1
-10
/
+7
*
tls: shrink p256_base
Denys Vlasenko
2021-04-27
1
-12
/
+18
*
tls: reorder P256 functions to make more sense
Denys Vlasenko
2021-04-27
1
-179
/
+179
*
tls: whitespace fixes
Denys Vlasenko
2021-04-27
4
-21
/
+19
*
tls: add a patch with optimization which _should_ give better code
Denys Vlasenko
2021-04-26
1
-0
/
+142
*
tls: get rid of constant-time add/sub operations
Denys Vlasenko
2021-04-26
1
-37
/
+21
*
tls: fix whitespace in P256 code
Denys Vlasenko
2021-04-26
1
-501
/
+501
*
tls: shrink sp_256_mont_inv_10
Denys Vlasenko
2021-04-26
1
-1
/
+9
*
tls: stop passing temporary buffer address in P256 code
Denys Vlasenko
2021-04-26
1
-35
/
+26
*
tls: shrink sp_256_proj_point_dbl_10
Denys Vlasenko
2021-04-26
1
-37
/
+24
[next]