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
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
14
-40
/
+77
|
\
|
|
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
2
-7
/
+8
|
*
httpd: code shrink
Xabier Oneca
2020-10-06
1
-0
/
+7
|
*
ip rule: add support for fwmark/fwmask for policy routing
Rui Salvaterra
2020-10-03
2
-7
/
+27
|
*
udhcp: remove struct packing attribute, eliminates gcc-9.x
Denys Vlasenko
2020-10-01
1
-3
/
+3
|
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-14
/
+14
|
*
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
6
-9
/
+9
|
*
ntpd: fix the case where two replies received at once and first one causes a ...
Denys Vlasenko
2020-09-29
1
-0
/
+9
*
|
httpd: silence compiler warnings about %llx format
Ron Yorston
2020-08-23
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
28
-249
/
+498
|
\
|
|
*
httpd: Make Deny/Allow by IP config support optional
Sergey Ponomarev
2020-08-16
1
-18
/
+44
|
*
httpd: Support caching via ETag header
Sergey Ponomarev
2020-08-15
1
-3
/
+54
|
*
httpd: Don't add Last-Modified header to response
Sergey Ponomarev
2020-08-15
1
-6
/
+25
|
*
httpd: Don't add Date header to response
Sergey Ponomarev
2020-08-15
1
-2
/
+16
|
*
httpd: Update to HTTP/1.1
Sergey Ponomarev
2020-08-15
1
-8
/
+8
|
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
19
-26
/
+0
|
*
udhcpc: add support for long options
Martin Lewis
2020-08-13
2
-35
/
+104
|
*
ip address: Add support for "valid_lft" and "preferred_lft" options
Christian Eggers
2020-07-31
2
-7
/
+62
|
*
ip: Add support for "noprefixroute" option
Christian Eggers
2020-07-31
2
-16
/
+33
|
*
httpd_indexcgi.c: use CSS for odd/even rows
Sergey Ponomarev
2020-07-31
1
-8
/
+2
|
*
httpd_indexcgi.c: minimize style CSS
Sergey Ponomarev
2020-07-31
1
-37
/
+37
|
*
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2020-07-20
2
-6
/
+33
|
*
networking: support ftp PASV responses not ending with ')'
Denys Vlasenko
2020-07-19
1
-0
/
+2
|
*
domain_codec: optimize dname_dec and convert_dname
Martin Lewis
2020-07-12
1
-78
/
+79
*
|
httpd: code shrink
Ron Yorston
2020-08-13
1
-3
/
+2
*
|
win32: use a static buffer in get_system_drive()
Ron Yorston
2020-08-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
10
-262
/
+246
|
\
|
|
*
udhcpc: fix a TODO in fill_envp using option scanner
Martin Lewis
2020-06-29
1
-114
/
+84
|
*
udhcp: add option scanner
Martin Lewis
2020-06-29
2
-42
/
+62
|
*
wget: fix openssl options for cert verification
Scott Court
2020-06-29
1
-4
/
+17
|
*
acpid: only display -p if supported in usage
Norbert Lange
2020-06-29
1
-1
/
+1
|
*
dhcpd: remove hardcoded pidfile path
Norbert Lange
2020-06-29
1
-1
/
+7
|
*
nc_bloaty: support udp broadcast ports
Norbert Lange
2020-06-29
1
-9
/
+15
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-1
/
+3
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
|
*
udhcpc6: use correct multicast MAC
Uwe Glaeser
2020-06-21
1
-1
/
+5
|
*
dhcpc: refactor xmalloc_optname_optval to shrink binary size
Martin Lewis
2020-06-09
2
-27
/
+16
|
*
httpd: allow '-h' to work when daemonized with NOMMU enabled
Ron Yorston
2020-06-09
1
-3
/
+3
|
*
udhcp: comment out unused domain compression code
Denys Vlasenko
2020-06-09
3
-13
/
+18
|
*
dhcpc: code shrink in good_hostname
Martin Lewis
2020-06-09
1
-48
/
+14
*
|
win32: fix networking problems
Ron Yorston
2020-06-03
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
FRP-3466-g53c09d0e1
Ron Yorston
2020-05-29
2
-3
/
+23
|
\
|
|
*
wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL
Dimitri John Ledkov
2020-05-20
1
-3
/
+17
|
*
httpd: permit non-default home directory with NOMMU enabled
Ron Yorston
2020-04-30
1
-1
/
+6
*
|
httpd: allow use of MD5-encrypted passwords
Ron Yorston
2020-04-09
1
-1
/
+12
*
|
httpd: prevent access to config file and authenticated URLs
Ron Yorston
2020-04-08
1
-0
/
+12
*
|
httpd: don't change directory in inetd mode
Ron Yorston
2020-04-07
1
-7
/
+13
*
|
httpd: WIN32 port
Ron Yorston
2020-04-05
1
-2
/
+133
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
2
-39
/
+50
|
\
|
|
*
tftp: on download, open local file only when first bit of data arrived
Denys Vlasenko
2020-02-13
1
-28
/
+33
[prev]
[next]