| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|/ |
|
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -5/+5 |
* | httpd: .js is "application/javascript", not "application/x-javascript" | Denys Vlasenko | 2019-06-07 | 1 | -1/+1 |
* | httpd: add js to built in MIME types list | Denys Vlasenko | 2019-06-07 | 1 | -0/+1 |
* | httpd: add svg to built in MIME types list | Vicente Jimenez Aguilar | 2019-06-07 | 1 | -0/+1 |
* | httpd: do disable header reading timeout even if proxying | Denys Vlasenko | 2019-04-19 | 1 | -0/+2 |
* | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko | 2019-04-19 | 1 | -11/+4 |
* | httpd: do not set alarm() timeout if we read cached header | Denys Vlasenko | 2019-04-19 | 1 | -1/+1 |
* | httpd: deindent code block, no code changes | Denys Vlasenko | 2019-04-19 | 1 | -91/+91 |
* | httpd: require "HTTP/xyz" at the end of request line | Denys Vlasenko | 2019-04-19 | 1 | -14/+8 |
* | httpd: pass authorization header to CGI if not Basic | Alexander Vickberg | 2019-04-18 | 1 | -7/+7 |
* | httpd: When sending gzipped content use content-length header | Alexander Vickberg | 2019-04-17 | 1 | -2/+45 |
* | httpd: extract query string only after proxying check | Denys Vlasenko | 2019-04-16 | 1 | -12/+7 |
* | httpd: make rmt_ip variable local | Denys Vlasenko | 2019-04-16 | 1 | -17/+22 |
* | httpd: check denied IPs even before reading 1st query line | Denys Vlasenko | 2019-04-16 | 1 | -2/+2 |
* | httpd: do not decode URL and headers if proxying - send all verbatim | Denys Vlasenko | 2019-04-16 | 1 | -68/+46 |
* | httpd: remove duplicate "decode URL escape sequences" code | Denys Vlasenko | 2019-04-16 | 1 | -9/+0 |
* | httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val | Denys Vlasenko | 2019-04-16 | 1 | -105/+120 |
* | httpd: fix handling of EOF in get_line() | Denys Vlasenko | 2019-04-16 | 1 | -8/+10 |
* | httpd: add missing {} | Denys Vlasenko | 2019-04-16 | 1 | -1/+2 |
* | httpd: do not percent-decode URI if proxying | Denys Vlasenko | 2019-04-16 | 1 | -10/+22 |
* | httpd: fix proxy headers passing - full_write() instead of write() | Denys Vlasenko | 2019-04-14 | 1 | -11/+16 |
* | httpd: if remote IP is denied, send FORBIDDEN reply earlier | Denys Vlasenko | 2019-04-14 | 1 | -10/+14 |
* | httpd: do not default to Content-type: application/octet-stream | Denys Vlasenko | 2018-04-07 | 1 | -30/+32 |
* | use gmtime_r() instead of gmtime() | Denys Vlasenko | 2018-03-06 | 1 | -2/+4 |
* | httpd: fix handling of range requests | Denys Vlasenko | 2017-09-18 | 1 | -1/+1 |
* | httpd: skip "Status: " from CGI, including space. Closes 10291 | Denys Vlasenko | 2017-09-01 | 1 | -3/+4 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -4/+6 |
* | inetd: improve --helpt text and config help text. | Denys Vlasenko | 2017-07-27 | 1 | -2/+2 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -48/+48 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | httpd: use "Content-Length", not "-length" | Denys Vlasenko | 2017-02-04 | 1 | -3/+3 |
* | httpd: defend against attempts to OOM us. Closes 9611 | Denys Vlasenko | 2017-01-26 | 1 | -24/+24 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -5/+5 |
* | httpd: fix address family for reverse proxy client socket | Laurent Bercot | 2017-01-08 | 1 | -3/+3 |
* | Convert all networking/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+122 |
* | httpd: explain why we use sprintf and why it should be fine | Denys Vlasenko | 2016-11-22 | 1 | -20/+36 |
* | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 1 | -0/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -4/+6 |
* | httpd: fix heap buffer overflow. Closes 8426 | Denys Vlasenko | 2015-10-23 | 1 | -6/+19 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -3/+3 |
* | libbb: add setsockopt_foo helpers | Denys Vlasenko | 2015-08-24 | 1 | -2/+2 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -4/+4 |
* | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski | 2014-11-27 | 1 | -3/+3 |
* | httpd: make sire pfd[TO_CGI].revents is cleared before poll() | Denys Vlasenko | 2013-09-18 | 1 | -5/+13 |
* | httpd: treat errors from stdin correctly. | Denys Vlasenko | 2013-09-11 | 1 | -8/+13 |
* | Whitespace fixes | Denys Vlasenko | 2013-07-30 | 1 | -2/+2 |
* | httpd: don't allow tabs and multiple spaces in request string | Denys Vlasenko | 2013-03-25 | 1 | -2/+5 |