index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
httpd.c
Age
Commit message (
Expand
)
Author
2019-04-16
httpd: do not percent-decode URI if proxying
Denys Vlasenko
2019-04-14
httpd: fix proxy headers passing - full_write() instead of write()
Denys Vlasenko
2019-04-14
httpd: if remote IP is denied, send FORBIDDEN reply earlier
Denys Vlasenko
2018-04-07
httpd: do not default to Content-type: application/octet-stream
Denys Vlasenko
2018-03-06
use gmtime_r() instead of gmtime()
Denys Vlasenko
2017-09-18
httpd: fix handling of range requests
Denys Vlasenko
2017-09-01
httpd: skip "Status: " from CGI, including space. Closes 10291
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-27
inetd: improve --helpt text and config help text.
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-02-04
httpd: use "Content-Length", not "-length"
Denys Vlasenko
2017-01-26
httpd: defend against attempts to OOM us. Closes 9611
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-08
httpd: fix address family for reverse proxy client socket
Laurent Bercot
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
httpd: explain why we use sprintf and why it should be fine
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-23
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2014-11-27
libbb: use sendfile() to copy data between file descriptors
Bartosz Golaszewski
2013-09-18
httpd: make sire pfd[TO_CGI].revents is cleared before poll()
Denys Vlasenko
2013-09-11
httpd: treat errors from stdin correctly.
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-03-25
httpd: don't allow tabs and multiple spaces in request string
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2012-06-12
su: do not change to home dir unless -l
Pascal Bellard
2012-04-20
fix build breakage found by randconfig
Denys Vlasenko
2012-04-03
httpd: emit correct content length on range requests past the end. Closes 4952
Rob Walker
2012-02-19
httpd: make byte ranges which start at 0 work too. Closes 4766
Denys Vlasenko
2012-02-04
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
Denys Vlasenko
2012-02-01
httpd: fix MD5-encrypted-in-httpd.conf password logic
Denys Vlasenko
2011-12-19
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2011-12-18
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
Denys Vlasenko
2011-12-16
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
Denys Vlasenko
2011-11-29
httpd: small fixes to previous change
Pascal Bellard
2011-11-29
httpd: make it possible to use system passwords for auth
Pascal Bellard
2011-11-22
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-09-11
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-13
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-04-10
http: document index.cgi usage. no code changes
Denys Vlasenko
2011-03-27
httpd: don't send error messages with gzip encoding
Peter Korsgaard
2011-01-11
httpd: send correct mtime for .gz files
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
[prev]
[next]