Commit History

Author SHA1 Message Date
  Denys Vlasenko 9fe8bd8d61 httpd: do not default to Content-type: application/octet-stream 6 years ago
  Denys Vlasenko e1b1b79269 use gmtime_r() instead of gmtime() 6 years ago
  Denys Vlasenko a6390ed77e httpd: fix handling of range requests 6 years ago
  Denys Vlasenko 94aaf4b5d3 httpd: skip "Status: " from CGI, including space. Closes 10291 6 years ago
  Denys Vlasenko 22542eca18 getopt32: remove opt_complementary 7 years ago
  Denys Vlasenko 1d8df52d45 inetd: improve --helpt text and config help text. 7 years ago
  Denys Vlasenko 72089cf6b4 config: deindent all help texts 7 years ago
  Denys Vlasenko 4eed2c6c50 Update menuconfig items with approximate applet sizes 7 years ago
  Denys Vlasenko 8cc1ab3c11 httpd: use "Content-Length", not "-length" 7 years ago
  Denys Vlasenko b4b12bf234 httpd: defend against attempts to OOM us. Closes 9611 7 years ago
  Denys Vlasenko f560422fa0 Big cleanup in config help and description 7 years ago
  Laurent Bercot 0ef478f01b httpd: fix address family for reverse proxy client socket 7 years ago
  Denys Vlasenko 47367e1d50 Convert all networking/* applets to "new style" applet definitions 7 years ago
  Denys Vlasenko 9f8eb1ee76 httpd: explain why we use sprintf and why it should be fine 7 years ago
  Denys Vlasenko 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place 8 years ago
  Denys Vlasenko e6a2f4cc5a libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it 8 years ago
  Denys Vlasenko 59f8475924 httpd: fix heap buffer overflow. Closes 8426 8 years ago
  Denys Vlasenko 7f3a2a2256 join some common strings, -400 bytes 8 years ago
  Denys Vlasenko c52cbea2bb libbb: add setsockopt_foo helpers 8 years ago
  Denys Vlasenko 8dff01d06a libbb: introduce and use is_prefixed_with() 9 years ago
  Bartosz Golaszewski 8d75d794ea libbb: use sendfile() to copy data between file descriptors 9 years ago
  Denys Vlasenko a6ed6a3148 httpd: make sire pfd[TO_CGI].revents is cleared before poll() 10 years ago
  Denys Vlasenko fbe250db76 httpd: treat errors from stdin correctly. 10 years ago
  Denys Vlasenko 982e87f2fb Whitespace fixes 11 years ago
  Denys Vlasenko 85daa67bc2 httpd: don't allow tabs and multiple spaces in request string 11 years ago
  Denys Vlasenko 6967578728 whitespace fixes. no code changes 11 years ago
  Pascal Bellard 70fc8c17e2 su: do not change to home dir unless -l 12 years ago
  Denys Vlasenko 8cab66730a fix build breakage found by randconfig 12 years ago
  Rob Walker 7a4269329f httpd: emit correct content length on range requests past the end. Closes 4952 12 years ago
  Denys Vlasenko 8cce1b3ad8 httpd: make byte ranges which start at 0 work too. Closes 4766 12 years ago