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
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
2008-03-28
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-20
inetd: use change_identity().
Denis Vlasenko
2008-03-17
httpd: small fixlet for POST upload - skip
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-02-27
httpd: fix breakage introduced by "support for I:index.xml"
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-21
httpd: "HEAD" support. Closes bug 1530.
Denis Vlasenko
2008-02-19
init: make it NOMMU-capable
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-11
httpd: fix bug where we did chdir("") if CGI path had only one "/".
Denis Vlasenko
2008-02-08
httpd: add a bit of error logging; a few code simplifications. +29 bytes.
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-02
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2007-12-29
httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)
Denis Vlasenko
2007-10-21
httpd: fix trivial bug (spotted by Alex Landau)
Denis Vlasenko
2007-10-18
httpd: free big buffer after use; improve grep-ability of 'headers' variable
Denis Vlasenko
2007-10-18
xatonum.h: add comment
Denis Vlasenko
2007-10-14
remove trailing whitespace
Denis Vlasenko
2007-10-14
httpd: fix bug where we were trying to read more POSTDATA than content-length
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-28
httpd: trivial simplification
Denis Vlasenko
2007-09-27
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-25
httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)
Denis Vlasenko
2007-09-23
httpd: simplify CGI i/o loop. -200 bytes.
Denis Vlasenko
2007-09-21
httpd: optional support for partial downloads
Denis Vlasenko
2007-09-15
httpd: do not clear environment
Denis Vlasenko
2007-08-21
httpd: fix buglet in hex conversion. Remove alloca NULL checks
Denis Vlasenko
2007-08-21
httpd: add optional support for error pages
Denis Vlasenko
2007-08-19
removed stray debugging comments
Denis Vlasenko
2007-08-19
httpd: explain IP/mask parsing, and simplify it a bit.
Denis Vlasenko
[next]