Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
11f2c0d4f87ab7b1bb08632bfb67b1eb2df5f0e4
/
networking
/
httpd.c
70fc8c1
su: do not change to home dir unless -l
by Pascal Bellard
· 13 years ago
8cab667
fix build breakage found by randconfig
by Denys Vlasenko
· 13 years ago
7a42693
httpd: emit correct content length on range requests past the end. Closes 4952
by Rob Walker
· 13 years ago
8cce1b3
httpd: make byte ranges which start at 0 work too. Closes 4766
by Denys Vlasenko
· 13 years ago
ef43bea
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
by Denys Vlasenko
· 13 years ago
35def51
httpd: fix MD5-encrypted-in-httpd.conf password logic
by Denys Vlasenko
· 13 years ago
03419aa
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
by Denys Vlasenko
· 13 years ago
f282c6b
libbb: remove is_directory's argument which is always NULL
by Denys Vlasenko
· 13 years ago
f85bd1a
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
by Denys Vlasenko
· 13 years ago
b05cd6b
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
by Denys Vlasenko
· 13 years ago
0fa3e5f
httpd: small fixes to previous change
by Pascal Bellard
· 13 years ago
7291755
httpd: make it possible to use system passwords for auth
by Pascal Bellard
· 13 years ago
d2277e2
nommu: fix cases where we mangle argv[0][0]
by Denys Vlasenko
· 13 years ago
dd1061b
wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625.
by Denys Vlasenko
· 13 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
12a4327
adduser: safe username passing to passwd/addgroup
by Denys Vlasenko
· 14 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
d277f55
http: document index.cgi usage. no code changes
by Denys Vlasenko
· 14 years ago
9575518
httpd: don't send error messages with gzip encoding
by Peter Korsgaard
· 14 years ago
8030a14
httpd: send correct mtime for .gz files
by Denys Vlasenko
· 14 years ago
fb132e4
whitespace cleanup
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
e5dbd56
httpd: simplified "gzip" test
by Peter Korsgaard
· 14 years ago
7a2ba32
httpd: optional support for gzip-compressed pages
by Peter Korsgaard
· 14 years ago
535ce1d
httpd: cosmetic fixes, no code changes
by Denys Vlasenko
· 14 years ago
31c3dad
remove recently added erroneous _and_die()
by Denys Vlasenko
· 14 years ago
41ddd9f
*: make exec failure message more consistent
by Denys Vlasenko
· 14 years ago
8fc9e6a
httpd: fix proxy mode bug (annoying but harmless), better help text
by Denys Vlasenko
· 15 years ago
88aa558
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
by Denys Vlasenko
· 15 years ago
ca228fb
reuse a few strings
by Bernhard Reutner-Fischer
· 15 years ago
cb23d93
*: add/remove safe_, it seems we had a few incorrect uses
by Denys Vlasenko
· 15 years ago
dbc6a7a
httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)
by Denys Vlasenko
· 15 years ago
a3aa3e3
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
by Denys Vlasenko
· 15 years ago
33d8d08
httpd: shrink mime type matching code (suggested by Bernhard)
by Denys Vlasenko
· 15 years ago
108b8c5
httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"
by Denys Vlasenko
· 15 years ago
a4bcbd0
telnetd: properly close fds in child
by Denys Vlasenko
· 16 years ago
6285117
fix debug message
by Bernhard Reutner-Fischer
· 16 years ago
48a29de
httpd: speed up httpd.conf at the cost of 49 bytes of code
by Denys Vlasenko
· 16 years ago
c8d7109
httpd: fix small bug in parser. it crept in during cleanup
by Denis Vlasenko
· 16 years ago
00643ca
httpd: allow empty lines in conf file
by Denis Vlasenko
· 16 years ago
1cf4a0e
httpd: simplify insane conf file parser
by Denis Vlasenko
· 16 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
cbb4e61
httpd: add comment explaining why SERVER_NAME etc is not set.
by Denis Vlasenko
· 16 years ago
2ca84f6
httpd: tiny optimization
by Denis Vlasenko
· 16 years ago
1cbfd98
httpd:
by Denis Vlasenko
· 16 years ago
04158e0
udhcpd: add code which rejects lease files with suspicious or old timestamp.
by Denis Vlasenko
· 16 years ago
9d1d4c0
httpd: set $HOST to Host: header value. +83 bytes.
by Denis Vlasenko
· 16 years ago
b424930
- pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen)
by Bernhard Reutner-Fischer
· 16 years ago
5415c85
libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir)
by Denis Vlasenko
· 16 years ago
d73cbd3
- first pass to unify/cleanup uid handling (-236b)
by Bernhard Reutner-Fischer
· 16 years ago
a53de7f
- fix spelling
by Bernhard Reutner-Fischer
· 16 years ago
395410b
httpd: add Hopedir directive specially for
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
7504f2f
httpd: fix authentication
by Denis Vlasenko
· 17 years ago
25b4630
httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)
by Denis Vlasenko
· 17 years ago
0eb406c
htppd: lots of variable/function renaming in config file parsing.
by Denis Vlasenko
· 17 years ago
fdddab0
make pw_encrypt() return malloc'ed string.
by Denis Vlasenko
· 17 years ago
4ea83bf
uclibc insists on having 70k static buffer for crypt.
by Denis Vlasenko
· 17 years ago
5e25ddb
- use STD*_FILENO some more. No object-code changes
by Bernhard Reutner-Fischer
· 17 years ago
faf334a
httpd: fix obscure case when user runs httpd -i from command line for testing.
by Denis Vlasenko
· 17 years ago
6b06cb8
more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs.
by Denis Vlasenko
· 17 years ago
6bf05cf
httpd: fix several bugs triggering by realtive path in -h DIR.
by Denis Vlasenko
· 17 years ago
b153ace
httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.
by Denis Vlasenko
· 17 years ago
c4523c2
fix a few stray unguarded strdup's
by Denis Vlasenko
· 17 years ago
9230582
inetd: use change_identity().
by Denis Vlasenko
· 17 years ago
9c8c038
httpd: small fixlet for POST upload - skip
by Denis Vlasenko
· 17 years ago
85c2471
*: fix fallout from -Wunused-parameter
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
8e2cfec
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
by Denis Vlasenko
· 17 years ago
1acb4ef
httpd: fix breakage introduced by "support for I:index.xml"
by Denis Vlasenko
· 17 years ago
574f2f4
*: add optimization barrier to all "G trick" locations
by Denis Vlasenko
· 17 years ago
2f518b0
httpd: "HEAD" support. Closes bug 1530.
by Denis Vlasenko
· 17 years ago
671ca33
init: make it NOMMU-capable httpd: trivial compile fix
by Denis Vlasenko
· 17 years ago
3718832
*: more readable handling of pipe fds. No code changes.
by Denis Vlasenko
· 17 years ago
284d0fa
random s/short/int/
by Denis Vlasenko
· 17 years ago
fc21305
httpd: fix bug where we did chdir("") if CGI path had only one "/".
by Denis Vlasenko
· 17 years ago
7dbf1b4
httpd: add a bit of error logging; a few code simplifications. +29 bytes.
by Denis Vlasenko
· 17 years ago
8c69afd
- be C99 friendly. Anonymous unions are a GNU extension. This change is
by Bernhard Reutner-Fischer
· 17 years ago
fb0eba7
libbb: introduce and use safe_waitpid (loops in EINTR)
by Denis Vlasenko
· 17 years ago
fcd878e
httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)
by Denis Vlasenko
· 17 years ago
78ee7c8
httpd: fix trivial bug (spotted by Alex Landau)
by Denis Vlasenko
· 17 years ago
34cd7af
httpd: free big buffer after use; improve grep-ability of 'headers' variable
by Denis Vlasenko
· 17 years ago
f74194e
xatonum.h: add comment
by Denis Vlasenko
· 17 years ago
3f5fdc7
remove trailing whitespace
by Denis Vlasenko
· 17 years ago
4a45756
httpd: fix bug where we were trying to read more POSTDATA than content-length
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
0c97c9d
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
by Denis Vlasenko
· 17 years ago
3d2a921
httpd: trivial simplification
by Denis Vlasenko
· 17 years ago
5d61e71
introduce safe_poll (fixes a problem in top)
by Denis Vlasenko
· 17 years ago
35465a3
httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)
by Denis Vlasenko
· 17 years ago
32a471e
httpd: simplify CGI i/o loop. -200 bytes.
by Denis Vlasenko
· 17 years ago
f431017
httpd: optional support for partial downloads
by Denis Vlasenko
· 17 years ago
2535f12
httpd: do not clear environment
by Denis Vlasenko
· 17 years ago
72b6a65
httpd: fix buglet in hex conversion. Remove alloca NULL checks
by Denis Vlasenko
· 17 years ago
e58e8d9
httpd: add optional support for error pages
by Denis Vlasenko
· 17 years ago
63db27f
removed stray debugging comments
by Denis Vlasenko
· 17 years ago
d867f32
httpd: explain IP/mask parsing, and simplify it a bit.
by Denis Vlasenko
· 17 years ago
921799d
httpd: reinstate (much lighter) paranoid connection close code
by Denis Vlasenko
· 17 years ago
37c3316
httpd: get rid of rmt_port and setenv_log
by Denis Vlasenko
· 17 years ago
52e15dc
httpd: get rid of sscanf usage. Rename some variables.
by Denis Vlasenko
· 17 years ago
Next »