- e49a572 httpd: do disable header reading timeout even if proxying by Denys Vlasenko · 6 years ago
- 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
- af6012a httpd: do not set alarm() timeout if we read cached header by Denys Vlasenko · 6 years ago
- bca888a httpd: deindent code block, no code changes by Denys Vlasenko · 6 years ago
- ad29ba7 httpd: require "HTTP/xyz" at the end of request line by Denys Vlasenko · 6 years ago
- 049670f httpd: pass authorization header to CGI if not Basic by Alexander Vickberg · 6 years ago
- 210b524 httpd: When sending gzipped content use content-length header by Alexander Vickberg · 6 years ago
- 2efa726 httpd: extract query string only after proxying check by Denys Vlasenko · 6 years ago
- 62ba9e5 httpd: make rmt_ip variable local by Denys Vlasenko · 6 years ago
- 44f5b6a httpd: check denied IPs even before reading 1st query line by Denys Vlasenko · 6 years ago
- c69f648 httpd: do not decode URL and headers if proxying - send all verbatim by Denys Vlasenko · 6 years ago
- cf69597 httpd: remove duplicate "decode URL escape sequences" code by Denys Vlasenko · 6 years ago
- fba665a httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val by Denys Vlasenko · 6 years ago
- d0ae410 httpd: fix handling of EOF in get_line() by Denys Vlasenko · 6 years ago
- ff36bec httpd: add missing {} by Denys Vlasenko · 6 years ago
- bae8f7e httpd: do not percent-decode URI if proxying by Denys Vlasenko · 6 years ago
- 02d650e httpd: fix proxy headers passing - full_write() instead of write() by Denys Vlasenko · 6 years ago
- 51792e1 httpd: if remote IP is denied, send FORBIDDEN reply earlier by Denys Vlasenko · 6 years ago
- 9fe8bd8 httpd: do not default to Content-type: application/octet-stream by Denys Vlasenko · 7 years ago
- e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
- a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
- 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
- b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 0ef478f httpd: fix address family for reverse proxy client socket by Laurent Bercot · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 9f8eb1e httpd: explain why we use sprintf and why it should be fine by Denys Vlasenko · 8 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 59f8475 httpd: fix heap buffer overflow. Closes 8426 by Denys Vlasenko · 9 years ago
- 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
- c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
- a6ed6a3 httpd: make sire pfd[TO_CGI].revents is cleared before poll() by Denys Vlasenko · 11 years ago
- fbe250d httpd: treat errors from stdin correctly. by Denys Vlasenko · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- 85daa67 httpd: don't allow tabs and multiple spaces in request string by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
- 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
- 7a42693 httpd: emit correct content length on range requests past the end. Closes 4952 by Rob Walker · 13 years ago
- 8cce1b3 httpd: make byte ranges which start at 0 work too. Closes 4766 by Denys Vlasenko · 13 years ago
- ef43bea httpd: fix sendfile of files larger than 2 Gb. Closes 4754 by Denys Vlasenko · 13 years ago
- 35def51 httpd: fix MD5-encrypted-in-httpd.conf password logic by Denys Vlasenko · 13 years ago
- 03419aa httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used by Denys Vlasenko · 13 years ago
- f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
- f85bd1a httpd: remove redundant NULL assignment and save one strrchr. -8 bytes by Denys Vlasenko · 13 years ago
- b05cd6b httpd: fix /../ sanitization (had one extra semicolon). rewrote it by Denys Vlasenko · 13 years ago
- 0fa3e5f httpd: small fixes to previous change by Pascal Bellard · 13 years ago
- 7291755 httpd: make it possible to use system passwords for auth by Pascal Bellard · 13 years ago
- d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
- dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- d277f55 http: document index.cgi usage. no code changes by Denys Vlasenko · 14 years ago
- 9575518 httpd: don't send error messages with gzip encoding by Peter Korsgaard · 14 years ago
- 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
- 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
- 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
- 31c3dad remove recently added erroneous _and_die() by Denys Vlasenko · 14 years ago
- 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
- 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
- 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
- ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
- cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
- dbc6a7a httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 33d8d08 httpd: shrink mime type matching code (suggested by Bernhard) by Denys Vlasenko · 15 years ago
- 108b8c5 httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url" by Denys Vlasenko · 15 years ago
- a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 16 years ago
- 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
- 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
- c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
- 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
- 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- cbb4e61 httpd: add comment explaining why SERVER_NAME etc is not set. by Denis Vlasenko · 16 years ago
- 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
- 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
- 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
- 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
- b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 7504f2f httpd: fix authentication by Denis Vlasenko · 17 years ago
- 25b4630 httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>) by Denis Vlasenko · 17 years ago
- 0eb406c htppd: lots of variable/function renaming in config file parsing. by Denis Vlasenko · 17 years ago