Commit History

Author SHA1 Message Date
  Denys Vlasenko c2788f88f4 libbb: introduce and use chdir_or_warn() 3 years ago
  Denys Vlasenko 97c00ae134 httpd: fix compile failure if !FEATURE_HTTPD_RANGES 3 years ago
  Denys Vlasenko b720629dfe httpd: do not send Last-Modified / ETag / Content-Length for error pages 3 years ago
  Denys Vlasenko 70683faf38 httpd: don't send Content-Length in error pages header 3 years ago
  Denys Vlasenko 84874785c2 httpd: if range is not specified, correctly fall back to read/write loop 3 years ago
  Denys Vlasenko 50c5b36dd7 help: s/Don't daemonize/Run in foreground/g 3 years ago
  Denys Vlasenko 40f2dd7dd2 httpd: fix config deps 3 years ago
  Sergey Ponomarev 82c5eb8e46 httpd,telnetd: make default port configurable 3 years ago
  Denys Vlasenko ac4a0b3be7 httpd: add comment about faster rejection of denied IPs 3 years ago
  Denys Vlasenko ad16f89547 httpd: if no request was given at all, close the socket without generating error page 3 years ago
  Denys Vlasenko 91a58b207e httpd: no need to strcpy() when we only need to copy one byte 3 years ago
  Denys Vlasenko 5b34a5594c httpd: avoid extra stat() calls for "GET /dirname/" case 3 years ago
  Denys Vlasenko 1c69817885 httpd: avoid one stat() call for "GET /dirname" case 3 years ago
  Denys Vlasenko 32a8258be7 httpd: support HEAD requests even in !CGI config 3 years ago
  Denys Vlasenko ff4d898fe6 httpd: move proxy check before URL duplication and request type check 3 years ago
  Alexander Sack 36e932abdf httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methods 3 years ago
  Ron Yorston cad3fc743a libbb: introduce and use fputs_stdout 4 years ago
  Alex Samorukov dae90bbcc2 Fix httpd compilation on the FreeBSD 4 years ago
  Maxim Storchak 04e0d8e579 httpd: fix offset for sendfile 4 years ago
  Denys Vlasenko 885121e25d libbb: change decode_base32/64 API to return the end of _dst_, not _src_. 4 years ago
  Denys Vlasenko 170b8628fa libbb: smaller and faster decode_base64() 4 years ago
  Xabier Oneca 535a509846 httpd: code shrink 4 years ago
  Sergey Ponomarev a949399d17 httpd: Make Deny/Allow by IP config support optional 4 years ago
  Sergey Ponomarev 4864a68596 httpd: Support caching via ETag header 4 years ago
  Sergey Ponomarev b6efac31d8 httpd: Don't add Last-Modified header to response 4 years ago
  Sergey Ponomarev 68f75bb9ce httpd: Don't add Date header to response 4 years ago
  Sergey Ponomarev b414cdf5b4 httpd: Update to HTTP/1.1 4 years ago
  Ron Yorston 17764603f2 httpd: allow '-h' to work when daemonized with NOMMU enabled 4 years ago
  Ron Yorston d1b75e1842 httpd: permit non-default home directory with NOMMU enabled 4 years ago
  James Byrne 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 years ago