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