Commit History

Author SHA1 Message Date
  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
  Denys Vlasenko d2277e262f nommu: fix cases where we mangle argv[0][0] 12 years ago
  Denys Vlasenko dd1061b6a7 wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. 13 years ago
  Denys Vlasenko 66426760be *: remove "Options:" string from help texts 13 years ago
  Denys Vlasenko 12a432715f adduser: safe username passing to passwd/addgroup 13 years ago
  Pere Orga 5bc8c005a8 move remaining help text from include/usage.src.h 13 years ago
  Denys Vlasenko d277f55ebd http: document index.cgi usage. no code changes 13 years ago
  Peter Korsgaard 95755181b8 httpd: don't send error messages with gzip encoding 13 years ago
  Denys Vlasenko 8030a14849 httpd: send correct mtime for .gz files 13 years ago
  Denys Vlasenko fb132e4737 whitespace cleanup 13 years ago
  Denys Vlasenko 0ef64bdb40 *: make GNU licensing statement forms more regular 14 years ago
  Peter Korsgaard e5dbd56d77 httpd: simplified "gzip" test 14 years ago
  Peter Korsgaard 7a2ba329b9 httpd: optional support for gzip-compressed pages 14 years ago
  Denys Vlasenko 535ce1df5c httpd: cosmetic fixes, no code changes 14 years ago
  Denys Vlasenko 31c3dad851 remove recently added erroneous _and_die() 14 years ago
  Denys Vlasenko 41ddd9f606 *: make exec failure message more consistent 14 years ago
  Denys Vlasenko 8fc9e6a15d httpd: fix proxy mode bug (annoying but harmless), better help text 14 years ago
  Denys Vlasenko 88aa558e5c *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR 14 years ago
  Bernhard Reutner-Fischer ca228fb16d reuse a few strings 14 years ago
  Denys Vlasenko cb23d93c68 *: add/remove safe_, it seems we had a few incorrect uses 14 years ago
  Denys Vlasenko dbc6a7a8fd httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) 14 years ago
  Denys Vlasenko a3aa3e3095 wget: check for close success; fix chunked; do not bother to send QUIT to ftp 14 years ago
  Denys Vlasenko 33d8d08f78 httpd: shrink mime type matching code (suggested by Bernhard) 15 years ago