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
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+122
*
httpd: explain why we use sprintf and why it should be fine
Denys Vlasenko
2016-11-22
1
-20
/
+36
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-4
/
+6
*
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
2015-10-23
1
-6
/
+19
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-3
/
+3
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-2
/
+2
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
libbb: use sendfile() to copy data between file descriptors
Bartosz Golaszewski
2014-11-27
1
-3
/
+3
*
httpd: make sire pfd[TO_CGI].revents is cleared before poll()
Denys Vlasenko
2013-09-18
1
-5
/
+13
*
httpd: treat errors from stdin correctly.
Denys Vlasenko
2013-09-11
1
-8
/
+13
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-2
/
+2
*
httpd: don't allow tabs and multiple spaces in request string
Denys Vlasenko
2013-03-25
1
-2
/
+5
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-3
/
+3
*
su: do not change to home dir unless -l
Pascal Bellard
2012-06-12
1
-1
/
+1
*
fix build breakage found by randconfig
Denys Vlasenko
2012-04-20
1
-1
/
+3
*
httpd: emit correct content length on range requests past the end. Closes 4952
Rob Walker
2012-04-03
1
-1
/
+1
*
httpd: make byte ranges which start at 0 work too. Closes 4766
Denys Vlasenko
2012-02-19
1
-6
/
+7
*
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
Denys Vlasenko
2012-02-04
1
-1
/
+1
*
httpd: fix MD5-encrypted-in-httpd.conf password logic
Denys Vlasenko
2012-02-01
1
-23
/
+27
*
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2011-12-19
1
-8
/
+18
*
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
1
-3
/
+3
*
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
Denys Vlasenko
2011-12-18
1
-8
/
+11
*
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
Denys Vlasenko
2011-12-16
1
-13
/
+19
*
httpd: small fixes to previous change
Pascal Bellard
2011-11-29
1
-7
/
+11
*
httpd: make it possible to use system passwords for auth
Pascal Bellard
2011-11-29
1
-28
/
+147
*
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-11-22
1
-0
/
+1
*
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
1
-74
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-13
1
-1
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+26
*
http: document index.cgi usage. no code changes
Denys Vlasenko
2011-04-10
1
-1
/
+5
*
httpd: don't send error messages with gzip encoding
Peter Korsgaard
2011-03-27
1
-0
/
+1
*
httpd: send correct mtime for .gz files
Denys Vlasenko
2011-01-11
1
-0
/
+1
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-2
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
httpd: simplified "gzip" test
Peter Korsgaard
2010-07-26
1
-11
/
+11
*
httpd: optional support for gzip-compressed pages
Peter Korsgaard
2010-07-25
1
-4
/
+52
*
httpd: cosmetic fixes, no code changes
Denys Vlasenko
2010-07-25
1
-30
/
+23
*
remove recently added erroneous _and_die()
Denys Vlasenko
2010-06-27
1
-1
/
+1
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
httpd: fix proxy mode bug (annoying but harmless), better help text
Denys Vlasenko
2010-04-02
1
-4
/
+4
*
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
Denys Vlasenko
2010-03-02
1
-3
/
+3
*
reuse a few strings
Bernhard Reutner-Fischer
2010-02-26
1
-1
/
+1
*
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2010-01-12
1
-3
/
+3
*
httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)
Denys Vlasenko
2009-12-16
1
-1
/
+6
*
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-12-11
1
-2
/
+2
*
httpd: shrink mime type matching code (suggested by Bernhard)
Denys Vlasenko
2009-09-10
1
-42
/
+55
*
httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"
Denys Vlasenko
2009-09-08
1
-19
/
+17
*
telnetd: properly close fds in child
Denys Vlasenko
2009-06-09
1
-1
/
+1
[next]