Maxim Storchak
|
ee1e0987e4
httpd: fix offset for sendfile
|
3 vuotta sitten |
Denys Vlasenko
|
885121e25d
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
|
4 vuotta sitten |
Denys Vlasenko
|
170b8628fa
libbb: smaller and faster decode_base64()
|
4 vuotta sitten |
Xabier Oneca
|
535a509846
httpd: code shrink
|
4 vuotta sitten |
Sergey Ponomarev
|
a949399d17
httpd: Make Deny/Allow by IP config support optional
|
4 vuotta sitten |
Sergey Ponomarev
|
4864a68596
httpd: Support caching via ETag header
|
4 vuotta sitten |
Sergey Ponomarev
|
b6efac31d8
httpd: Don't add Last-Modified header to response
|
4 vuotta sitten |
Sergey Ponomarev
|
68f75bb9ce
httpd: Don't add Date header to response
|
4 vuotta sitten |
Sergey Ponomarev
|
b414cdf5b4
httpd: Update to HTTP/1.1
|
4 vuotta sitten |
Ron Yorston
|
17764603f2
httpd: allow '-h' to work when daemonized with NOMMU enabled
|
4 vuotta sitten |
Ron Yorston
|
d1b75e1842
httpd: permit non-default home directory with NOMMU enabled
|
4 vuotta sitten |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 vuotta sitten |
Denys Vlasenko
|
1230aec77a
httpd: .js is "application/javascript", not "application/x-javascript"
|
5 vuotta sitten |
Denys Vlasenko
|
5c317c0b8d
httpd: add js to built in MIME types list
|
5 vuotta sitten |
Vicente Jimenez Aguilar
|
09b25ecc51
httpd: add svg to built in MIME types list
|
5 vuotta sitten |
Denys Vlasenko
|
e49a572b52
httpd: do disable header reading timeout even if proxying
|
5 vuotta sitten |
Denys Vlasenko
|
1c356948f1
httpd: use full size of iobuf[] when piping CGI data
|
5 vuotta sitten |
Denys Vlasenko
|
af6012a1a7
httpd: do not set alarm() timeout if we read cached header
|
5 vuotta sitten |
Denys Vlasenko
|
bca888a73e
httpd: deindent code block, no code changes
|
5 vuotta sitten |
Denys Vlasenko
|
ad29ba73ee
httpd: require "HTTP/xyz" at the end of request line
|
5 vuotta sitten |
Alexander Vickberg
|
049670fbbe
httpd: pass authorization header to CGI if not Basic
|
5 vuotta sitten |
Alexander Vickberg
|
210b52476c
httpd: When sending gzipped content use content-length header
|
5 vuotta sitten |
Denys Vlasenko
|
2efa726b22
httpd: extract query string only after proxying check
|
5 vuotta sitten |
Denys Vlasenko
|
62ba9e5ac3
httpd: make rmt_ip variable local
|
5 vuotta sitten |
Denys Vlasenko
|
44f5b6a1cb
httpd: check denied IPs even before reading 1st query line
|
5 vuotta sitten |
Denys Vlasenko
|
c69f648457
httpd: do not decode URL and headers if proxying - send all verbatim
|
5 vuotta sitten |
Denys Vlasenko
|
cf695976c7
httpd: remove duplicate "decode URL escape sequences" code
|
5 vuotta sitten |
Denys Vlasenko
|
fba665a888
httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val
|
5 vuotta sitten |
Denys Vlasenko
|
d0ae4103dd
httpd: fix handling of EOF in get_line()
|
5 vuotta sitten |
Denys Vlasenko
|
ff36bec49b
httpd: add missing {}
|
5 vuotta sitten |