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
/
httpd.c
Age
Commit message (
Expand
)
Author
2021-01-04
Fix httpd compilation on the FreeBSD
Alex Samorukov
2020-12-29
httpd: fix offset for sendfile
Maxim Storchak
2020-11-28
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-27
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-10-06
httpd: code shrink
Xabier Oneca
2020-08-16
httpd: Make Deny/Allow by IP config support optional
Sergey Ponomarev
2020-08-15
httpd: Support caching via ETag header
Sergey Ponomarev
2020-08-15
httpd: Don't add Last-Modified header to response
Sergey Ponomarev
2020-08-15
httpd: Don't add Date header to response
Sergey Ponomarev
2020-08-15
httpd: Update to HTTP/1.1
Sergey Ponomarev
2020-06-09
httpd: allow '-h' to work when daemonized with NOMMU enabled
Ron Yorston
2020-04-30
httpd: permit non-default home directory with NOMMU enabled
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
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-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
2019-04-14
httpd: fix proxy headers passing - full_write() instead of write()
Denys Vlasenko
2019-04-14
httpd: if remote IP is denied, send FORBIDDEN reply earlier
Denys Vlasenko
2018-04-07
httpd: do not default to Content-type: application/octet-stream
Denys Vlasenko
2018-03-06
use gmtime_r() instead of gmtime()
Denys Vlasenko
2017-09-18
httpd: fix handling of range requests
Denys Vlasenko
2017-09-01
httpd: skip "Status: " from CGI, including space. Closes 10291
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-27
inetd: improve --helpt text and config help text.
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-02-04
httpd: use "Content-Length", not "-length"
Denys Vlasenko
2017-01-26
httpd: defend against attempts to OOM us. Closes 9611
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-08
httpd: fix address family for reverse proxy client socket
Laurent Bercot
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
httpd: explain why we use sprintf and why it should be fine
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
[next]