Denys Vlasenko
|
9fe8bd8d61
httpd: do not default to Content-type: application/octet-stream
|
6 年之前 |
Denys Vlasenko
|
e1b1b79269
use gmtime_r() instead of gmtime()
|
6 年之前 |
Denys Vlasenko
|
a6390ed77e
httpd: fix handling of range requests
|
7 年之前 |
Denys Vlasenko
|
94aaf4b5d3
httpd: skip "Status: " from CGI, including space. Closes 10291
|
7 年之前 |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 年之前 |
Denys Vlasenko
|
1d8df52d45
inetd: improve --helpt text and config help text.
|
7 年之前 |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 年之前 |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 年之前 |
Denys Vlasenko
|
8cc1ab3c11
httpd: use "Content-Length", not "-length"
|
7 年之前 |
Denys Vlasenko
|
b4b12bf234
httpd: defend against attempts to OOM us. Closes 9611
|
7 年之前 |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 年之前 |
Laurent Bercot
|
0ef478f01b
httpd: fix address family for reverse proxy client socket
|
8 年之前 |
Denys Vlasenko
|
47367e1d50
Convert all networking/* applets to "new style" applet definitions
|
8 年之前 |
Denys Vlasenko
|
9f8eb1ee76
httpd: explain why we use sprintf and why it should be fine
|
8 年之前 |
Denys Vlasenko
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 年之前 |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 年之前 |
Denys Vlasenko
|
59f8475924
httpd: fix heap buffer overflow. Closes 8426
|
9 年之前 |
Denys Vlasenko
|
7f3a2a2256
join some common strings, -400 bytes
|
9 年之前 |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 年之前 |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 年之前 |
Bartosz Golaszewski
|
8d75d794ea
libbb: use sendfile() to copy data between file descriptors
|
10 年之前 |
Denys Vlasenko
|
a6ed6a3148
httpd: make sire pfd[TO_CGI].revents is cleared before poll()
|
11 年之前 |
Denys Vlasenko
|
fbe250db76
httpd: treat errors from stdin correctly.
|
11 年之前 |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 年之前 |
Denys Vlasenko
|
85daa67bc2
httpd: don't allow tabs and multiple spaces in request string
|
11 年之前 |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 年之前 |
Pascal Bellard
|
70fc8c17e2
su: do not change to home dir unless -l
|
12 年之前 |
Denys Vlasenko
|
8cab66730a
fix build breakage found by randconfig
|
12 年之前 |
Rob Walker
|
7a4269329f
httpd: emit correct content length on range requests past the end. Closes 4952
|
12 年之前 |
Denys Vlasenko
|
8cce1b3ad8
httpd: make byte ranges which start at 0 work too. Closes 4766
|
12 年之前 |