Commit History

Author SHA1 Message Date
  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
  Denys Vlasenko ef43beac63 httpd: fix sendfile of files larger than 2 Gb. Closes 4754 12 years ago
  Denys Vlasenko 35def51c97 httpd: fix MD5-encrypted-in-httpd.conf password logic 12 years ago
  Denys Vlasenko 03419aa037 httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used 12 years ago
  Denys Vlasenko f282c6b657 libbb: remove is_directory's argument which is always NULL 12 years ago
  Denys Vlasenko f85bd1a7a7 httpd: remove redundant NULL assignment and save one strrchr. -8 bytes 12 years ago
  Denys Vlasenko b05cd6b7a7 httpd: fix /../ sanitization (had one extra semicolon). rewrote it 12 years ago
  Pascal Bellard 0fa3e5f6f9 httpd: small fixes to previous change 12 years ago
  Pascal Bellard 7291755439 httpd: make it possible to use system passwords for auth 12 years ago