aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
2019-04-16httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko
2019-04-16httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko
2019-04-16httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko
2019-04-16httpd: fix handling of EOF in get_line()Denys Vlasenko
2019-04-16httpd: add missing {}Denys Vlasenko
2019-04-16httpd: do not percent-decode URI if proxyingDenys Vlasenko
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko
2018-04-07httpd: do not default to Content-type: application/octet-streamDenys Vlasenko
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko
2017-09-18httpd: fix handling of range requestsDenys Vlasenko
2017-09-01httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-04httpd: use "Content-Length", not "-length"Denys Vlasenko
2017-01-26httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-08httpd: fix address family for reverse proxy client socketLaurent Bercot
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22httpd: explain why we use sprintf and why it should be fineDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko