1. c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 3 years ago
  2. 97c00ae httpd: fix compile failure if !FEATURE_HTTPD_RANGES by Denys Vlasenko · 3 years ago
  3. b720629 httpd: do not send Last-Modified / ETag / Content-Length for error pages by Denys Vlasenko · 3 years, 1 month ago
  4. 70683fa httpd: don't send Content-Length in error pages header by Denys Vlasenko · 3 years, 1 month ago
  5. 8487478 httpd: if range is not specified, correctly fall back to read/write loop by Denys Vlasenko · 3 years, 3 months ago
  6. 50c5b36 help: s/Don't daemonize/Run in foreground/g by Denys Vlasenko · 3 years, 3 months ago
  7. 40f2dd7 httpd: fix config deps by Denys Vlasenko · 3 years, 4 months ago
  8. 82c5eb8 httpd,telnetd: make default port configurable by Sergey Ponomarev · 3 years, 5 months ago
  9. ac4a0b3 httpd: add comment about faster rejection of denied IPs by Denys Vlasenko · 3 years, 8 months ago
  10. ad16f89 httpd: if no request was given at all, close the socket without generating error page by Denys Vlasenko · 3 years, 8 months ago
  11. 91a58b2 httpd: no need to strcpy() when we only need to copy one byte by Denys Vlasenko · 3 years, 8 months ago
  12. 5b34a55 httpd: avoid extra stat() calls for "GET /dirname/" case by Denys Vlasenko · 3 years, 8 months ago
  13. 1c69817 httpd: avoid one stat() call for "GET /dirname" case by Denys Vlasenko · 3 years, 8 months ago
  14. 32a8258 httpd: support HEAD requests even in !CGI config by Denys Vlasenko · 3 years, 8 months ago
  15. ff4d898 httpd: move proxy check before URL duplication and request type check by Denys Vlasenko · 3 years, 8 months ago
  16. 36e932a httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methods by Alexander Sack · 3 years, 8 months ago
  17. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 4 years ago
  18. dae90bb Fix httpd compilation on the FreeBSD by Alex Samorukov · 4 years ago
  19. 04e0d8e httpd: fix offset for sendfile by Maxim Storchak · 4 years ago
  20. 885121e libbb: change decode_base32/64 API to return the end of _dst_, not _src_. by Denys Vlasenko · 4 years, 1 month ago
  21. 170b862 libbb: smaller and faster decode_base64() by Denys Vlasenko · 4 years, 1 month ago
  22. 535a509 httpd: code shrink by Xabier Oneca · 4 years, 3 months ago
  23. a949399 httpd: Make Deny/Allow by IP config support optional by Sergey Ponomarev · 4 years, 5 months ago
  24. 4864a68 httpd: Support caching via ETag header by Sergey Ponomarev · 4 years, 5 months ago
  25. b6efac3 httpd: Don't add Last-Modified header to response by Sergey Ponomarev · 4 years, 5 months ago
  26. 68f75bb httpd: Don't add Date header to response by Sergey Ponomarev · 4 years, 5 months ago
  27. b414cdf httpd: Update to HTTP/1.1 by Sergey Ponomarev · 4 years, 5 months ago
  28. 1776460 httpd: allow '-h' to work when daemonized with NOMMU enabled by Ron Yorston · 4 years, 7 months ago
  29. d1b75e1 httpd: permit non-default home directory with NOMMU enabled by Ron Yorston · 4 years, 9 months ago
  30. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  31. 1230aec httpd: .js is "application/javascript", not "application/x-javascript" by Denys Vlasenko · 6 years ago
  32. 5c317c0 httpd: add js to built in MIME types list by Denys Vlasenko · 6 years ago
  33. 09b25ec httpd: add svg to built in MIME types list by Vicente Jimenez Aguilar · 6 years ago
  34. e49a572 httpd: do disable header reading timeout even if proxying by Denys Vlasenko · 6 years ago
  35. 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
  36. af6012a httpd: do not set alarm() timeout if we read cached header by Denys Vlasenko · 6 years ago
  37. bca888a httpd: deindent code block, no code changes by Denys Vlasenko · 6 years ago
  38. ad29ba7 httpd: require "HTTP/xyz" at the end of request line by Denys Vlasenko · 6 years ago
  39. 049670f httpd: pass authorization header to CGI if not Basic by Alexander Vickberg · 6 years ago
  40. 210b524 httpd: When sending gzipped content use content-length header by Alexander Vickberg · 6 years ago
  41. 2efa726 httpd: extract query string only after proxying check by Denys Vlasenko · 6 years ago
  42. 62ba9e5 httpd: make rmt_ip variable local by Denys Vlasenko · 6 years ago
  43. 44f5b6a httpd: check denied IPs even before reading 1st query line by Denys Vlasenko · 6 years ago
  44. c69f648 httpd: do not decode URL and headers if proxying - send all verbatim by Denys Vlasenko · 6 years ago
  45. cf69597 httpd: remove duplicate "decode URL escape sequences" code by Denys Vlasenko · 6 years ago
  46. fba665a httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val by Denys Vlasenko · 6 years ago
  47. d0ae410 httpd: fix handling of EOF in get_line() by Denys Vlasenko · 6 years ago
  48. ff36bec httpd: add missing {} by Denys Vlasenko · 6 years ago
  49. bae8f7e httpd: do not percent-decode URI if proxying by Denys Vlasenko · 6 years ago
  50. 02d650e httpd: fix proxy headers passing - full_write() instead of write() by Denys Vlasenko · 6 years ago
  51. 51792e1 httpd: if remote IP is denied, send FORBIDDEN reply earlier by Denys Vlasenko · 6 years ago
  52. 9fe8bd8 httpd: do not default to Content-type: application/octet-stream by Denys Vlasenko · 7 years ago
  53. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  54. a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
  55. 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
  56. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  57. 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
  58. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  59. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  60. 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
  61. b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
  62. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  63. 0ef478f httpd: fix address family for reverse proxy client socket by Laurent Bercot · 8 years ago
  64. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  65. 9f8eb1e httpd: explain why we use sprintf and why it should be fine by Denys Vlasenko · 8 years ago
  66. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  67. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  68. 59f8475 httpd: fix heap buffer overflow. Closes 8426 by Denys Vlasenko · 9 years ago
  69. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  70. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  71. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  72. 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
  73. a6ed6a3 httpd: make sire pfd[TO_CGI].revents is cleared before poll() by Denys Vlasenko · 11 years ago
  74. fbe250d httpd: treat errors from stdin correctly. by Denys Vlasenko · 11 years ago
  75. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  76. 85daa67 httpd: don't allow tabs and multiple spaces in request string by Denys Vlasenko · 12 years ago
  77. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  78. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  79. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  80. 7a42693 httpd: emit correct content length on range requests past the end. Closes 4952 by Rob Walker · 13 years ago
  81. 8cce1b3 httpd: make byte ranges which start at 0 work too. Closes 4766 by Denys Vlasenko · 13 years ago
  82. ef43bea httpd: fix sendfile of files larger than 2 Gb. Closes 4754 by Denys Vlasenko · 13 years ago
  83. 35def51 httpd: fix MD5-encrypted-in-httpd.conf password logic by Denys Vlasenko · 13 years ago
  84. 03419aa httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used by Denys Vlasenko · 13 years ago
  85. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  86. f85bd1a httpd: remove redundant NULL assignment and save one strrchr. -8 bytes by Denys Vlasenko · 13 years ago
  87. b05cd6b httpd: fix /../ sanitization (had one extra semicolon). rewrote it by Denys Vlasenko · 13 years ago
  88. 0fa3e5f httpd: small fixes to previous change by Pascal Bellard · 13 years ago
  89. 7291755 httpd: make it possible to use system passwords for auth by Pascal Bellard · 13 years ago
  90. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  91. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  92. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  93. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  94. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  95. d277f55 http: document index.cgi usage. no code changes by Denys Vlasenko · 14 years ago
  96. 9575518 httpd: don't send error messages with gzip encoding by Peter Korsgaard · 14 years ago
  97. 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
  98. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  99. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  100. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago