index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
httpd.c
Age
Commit message (
Expand
)
Author
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
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-26
httpd: simplified "gzip" test
Peter Korsgaard
2010-07-25
httpd: optional support for gzip-compressed pages
Peter Korsgaard
2010-07-25
httpd: cosmetic fixes, no code changes
Denys Vlasenko
2010-06-27
remove recently added erroneous _and_die()
Denys Vlasenko
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-04-02
httpd: fix proxy mode bug (annoying but harmless), better help text
Denys Vlasenko
2010-03-02
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
Denys Vlasenko
2010-02-26
reuse a few strings
Bernhard Reutner-Fischer
2010-01-12
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2009-12-16
httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)
Denys Vlasenko
2009-12-11
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-09-10
httpd: shrink mime type matching code (suggested by Bernhard)
Denys Vlasenko
2009-09-08
httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"
Denys Vlasenko
2009-06-09
telnetd: properly close fds in child
Denys Vlasenko
2009-05-04
fix debug message
Bernhard Reutner-Fischer
2009-05-02
httpd: speed up httpd.conf at the cost of 49 bytes of code
Denys Vlasenko
2009-04-22
httpd: fix small bug in parser. it crept in during cleanup
Denis Vlasenko
2009-04-22
httpd: allow empty lines in conf file
Denis Vlasenko
2009-04-22
httpd: simplify insane conf file parser
Denis Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-18
httpd: add comment explaining why SERVER_NAME etc is not set.
Denis Vlasenko
2009-02-05
httpd: tiny optimization
Denis Vlasenko
2009-02-04
httpd:
Denis Vlasenko
2009-02-02
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2008-11-22
httpd: set $HOST to Host: header value. +83 bytes.
Denis Vlasenko
2008-09-01
- pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-20
httpd: add Hopedir directive specially for
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-13
httpd: fix authentication
Denis Vlasenko
2008-06-13
httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)
Denis Vlasenko
2008-06-13
htppd: lots of variable/function renaming in config file parsing.
Denis Vlasenko
2008-06-12
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
httpd: fix obscure case when user runs httpd -i from command line for testing.
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-07
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.
Denis Vlasenko
[next]