index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
ntpd: abort if argvs are (unexpectedly) given
Denys Vlasenko
2019-06-13
udhcpc: fix comment, no code changes
Denys Vlasenko
2019-06-11
udhcpc6: fix aliasing warning
Denys Vlasenko
2019-06-11
dhcpc.c: Added support for relay server parameter.
Martin Lewis
2019-06-09
tftp: allow -lc and -cl options
Denys Vlasenko
2019-06-09
tftpd: revert erroneous change
Denys Vlasenko
2019-06-09
tftp: optional tftp-hpa compat
Denys Vlasenko
2019-06-08
bc: placate compiler warnings
Denys Vlasenko
2019-06-08
brctl: placate compiler warnings
Denys Vlasenko
2019-06-07
httpd: .js is "application/javascript", not "application/x-javascript"
Denys Vlasenko
2019-06-07
httpd: add js to built in MIME types list
Denys Vlasenko
2019-06-07
httpd: add svg to built in MIME types list
Vicente Jimenez Aguilar
2019-06-03
libbb: move netlink socket binding to the utility function
Denys Vlasenko
2019-05-31
dhcp: downgrade "got raw socket fd" message to log3, make log2 default max
Denys Vlasenko
2019-05-31
dhcp: get rid of static data signal_pipe
Denys Vlasenko
2019-05-30
udhcp: rename server_config to server_data
Denys Vlasenko
2019-05-26
udhcp: rename client_config to client_data, server_config to server_data
Denys Vlasenko
2019-05-26
udhcpc6: Fixed aliasing compilation error
Martin Lewis
2019-05-26
dhcp: get rid of last global data
Denys Vlasenko
2019-05-23
dhcp: tweak comments, no code changes
Denys Vlasenko
2019-05-22
ip: use rtnl_send_check() on flush commands, closes 6962
Denys Vlasenko
2019-05-21
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2019-05-21
udhcpd: fix printing of static leases
Denys Vlasenko
2019-05-17
networking: cc is not a register
Khem Raj
2019-05-16
udhcpd: code shrink
Denys Vlasenko
2019-05-16
udhcpd: support per-client hostnames in static leases
Denys Vlasenko
2019-05-15
udhcpc6: unbreak
Denys Vlasenko
2019-05-15
udhcpd: code shrink - do not fetch requested IP twice
Denys Vlasenko
2019-05-14
style fix, no code changes
Denys Vlasenko
2019-05-10
udhcpd: code shrink
Denys Vlasenko
2019-04-30
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-29
ip: fix comment placement
Denys Vlasenko
2019-04-28
ifupdown: close memory leak
Denys Vlasenko
2019-04-19
httpd: do disable header reading timeout even if proxying
Denys Vlasenko
2019-04-19
httpd: use full size of iobuf[] when piping CGI data
Denys Vlasenko
2019-04-19
httpd: do not set alarm() timeout if we read cached header
Denys Vlasenko
2019-04-19
httpd: deindent code block, no code changes
Denys Vlasenko
2019-04-19
httpd: require "HTTP/xyz" at the end of request line
Denys Vlasenko
2019-04-18
httpd: pass authorization header to CGI if not Basic
Alexander Vickberg
2019-04-17
httpd: When sending gzipped content use content-length header
Alexander Vickberg
2019-04-16
httpd: extract query string only after proxying check
Denys Vlasenko
2019-04-16
httpd: make rmt_ip variable local
Denys Vlasenko
2019-04-16
httpd: check denied IPs even before reading 1st query line
Denys Vlasenko
2019-04-16
httpd: do not decode URL and headers if proxying - send all verbatim
Denys Vlasenko
2019-04-16
httpd: remove duplicate "decode URL escape sequences" code
Denys Vlasenko
2019-04-16
httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val
Denys Vlasenko
2019-04-16
httpd: fix handling of EOF in get_line()
Denys Vlasenko
2019-04-16
httpd: add missing {}
Denys Vlasenko
2019-04-16
httpd: do not percent-decode URI if proxying
Denys Vlasenko
[prev]
[next]