index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
httpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
telnetd: properly close fds in child
Denys Vlasenko
2009-06-09
1
-1
/
+1
*
fix debug message
Bernhard Reutner-Fischer
2009-05-04
1
-7
/
+8
*
httpd: speed up httpd.conf at the cost of 49 bytes of code
Denys Vlasenko
2009-05-02
1
-8
/
+20
*
httpd: fix small bug in parser. it crept in during cleanup
Denis Vlasenko
2009-04-22
1
-4
/
+3
*
httpd: allow empty lines in conf file
Denis Vlasenko
2009-04-22
1
-1
/
+3
*
httpd: simplify insane conf file parser
Denis Vlasenko
2009-04-22
1
-175
/
+173
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-35
/
+35
*
httpd: add comment explaining why SERVER_NAME etc is not set.
Denis Vlasenko
2009-03-18
1
-0
/
+2
*
httpd: tiny optimization
Denis Vlasenko
2009-02-05
1
-7
/
+6
*
httpd:
Denis Vlasenko
2009-02-04
1
-101
/
+56
*
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2009-02-02
1
-1
/
+1
*
httpd: set $HOST to Host: header value. +83 bytes.
Denis Vlasenko
2008-11-22
1
-0
/
+5
*
- pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...
Bernhard Reutner-Fischer
2008-09-01
1
-0
/
+12
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-3
/
+1
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
httpd: add Hopedir directive specially for
Denis Vlasenko
2008-07-20
1
-4
/
+15
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-12
/
+12
*
httpd: fix authentication
Denis Vlasenko
2008-06-13
1
-2
/
+3
*
httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)
Denis Vlasenko
2008-06-13
1
-46
/
+52
*
htppd: lots of variable/function renaming in config file parsing.
Denis Vlasenko
2008-06-13
1
-123
/
+102
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-4
/
+4
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-2
/
+2
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-12
/
+12
*
httpd: fix obscure case when user runs httpd -i from command line for testing.
Denis Vlasenko
2008-05-18
1
-1
/
+8
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
1
-68
/
+75
*
httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.
Denis Vlasenko
2008-05-07
1
-0
/
+7
*
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-28
1
-9
/
+7
*
inetd: use change_identity().
Denis Vlasenko
2008-03-20
1
-4
/
+2
*
httpd: small fixlet for POST upload - skip
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-2
/
+11
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-2
/
+2
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-13
/
+2
*
httpd: fix breakage introduced by "support for I:index.xml"
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
httpd: "HEAD" support. Closes bug 1530.
Denis Vlasenko
2008-02-21
1
-26
/
+36
*
init: make it NOMMU-capable
Denis Vlasenko
2008-02-19
1
-1
/
+1
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
1
-4
/
+4
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-2
/
+3
*
httpd: fix bug where we did chdir("") if CGI path had only one "/".
Denis Vlasenko
2008-02-11
1
-20
/
+22
*
httpd: add a bit of error logging; a few code simplifications. +29 bytes.
Denis Vlasenko
2008-02-08
1
-7
/
+11
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-11
/
+11
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-1
/
+1
*
httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)
Denis Vlasenko
2007-12-29
1
-2
/
+11
*
httpd: fix trivial bug (spotted by Alex Landau)
Denis Vlasenko
2007-10-21
1
-1
/
+1
*
httpd: free big buffer after use; improve grep-ability of 'headers' variable
Denis Vlasenko
2007-10-18
1
-16
/
+17
*
xatonum.h: add comment
Denis Vlasenko
2007-10-18
1
-64
/
+200
*
remove trailing whitespace
Denis Vlasenko
2007-10-14
1
-4
/
+4
*
httpd: fix bug where we were trying to read more POSTDATA than content-length
Denis Vlasenko
2007-10-14
1
-0
/
+11
[next]