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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
httpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-2
/
+2
|
\
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-44
/
+10
|
\
|
|
*
Fix httpd compilation on the FreeBSD
Alex Samorukov
2021-01-04
1
-0
/
+5
|
*
httpd: fix offset for sendfile
Maxim Storchak
2020-12-29
1
-3
/
+3
|
*
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
1
-4
/
+2
|
*
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-11-27
1
-37
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-0
/
+7
|
\
|
|
*
httpd: code shrink
Xabier Oneca
2020-10-06
1
-0
/
+7
*
|
httpd: silence compiler warnings about %llx format
Ron Yorston
2020-08-23
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
1
-41
/
+151
|
\
|
|
*
httpd: Make Deny/Allow by IP config support optional
Sergey Ponomarev
2020-08-16
1
-18
/
+44
|
*
httpd: Support caching via ETag header
Sergey Ponomarev
2020-08-15
1
-3
/
+54
|
*
httpd: Don't add Last-Modified header to response
Sergey Ponomarev
2020-08-15
1
-6
/
+25
|
*
httpd: Don't add Date header to response
Sergey Ponomarev
2020-08-15
1
-2
/
+16
|
*
httpd: Update to HTTP/1.1
Sergey Ponomarev
2020-08-15
1
-8
/
+8
*
|
httpd: code shrink
Ron Yorston
2020-08-13
1
-3
/
+2
*
|
win32: use a static buffer in get_system_drive()
Ron Yorston
2020-08-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-2
/
+3
|
\
|
|
*
httpd: allow '-h' to work when daemonized with NOMMU enabled
Ron Yorston
2020-06-09
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
FRP-3466-g53c09d0e1
Ron Yorston
2020-05-29
1
-0
/
+6
|
\
|
|
*
httpd: permit non-default home directory with NOMMU enabled
Ron Yorston
2020-04-30
1
-1
/
+6
*
|
httpd: allow use of MD5-encrypted passwords
Ron Yorston
2020-04-09
1
-1
/
+12
*
|
httpd: prevent access to config file and authenticated URLs
Ron Yorston
2020-04-08
1
-0
/
+12
*
|
httpd: don't change directory in inetd mode
Ron Yorston
2020-04-07
1
-7
/
+13
*
|
httpd: WIN32 port
Ron Yorston
2020-04-05
1
-2
/
+133
|
/
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-5
/
+5
*
httpd: .js is "application/javascript", not "application/x-javascript"
Denys Vlasenko
2019-06-07
1
-1
/
+1
*
httpd: add js to built in MIME types list
Denys Vlasenko
2019-06-07
1
-0
/
+1
*
httpd: add svg to built in MIME types list
Vicente Jimenez Aguilar
2019-06-07
1
-0
/
+1
*
httpd: do disable header reading timeout even if proxying
Denys Vlasenko
2019-04-19
1
-0
/
+2
*
httpd: use full size of iobuf[] when piping CGI data
Denys Vlasenko
2019-04-19
1
-11
/
+4
*
httpd: do not set alarm() timeout if we read cached header
Denys Vlasenko
2019-04-19
1
-1
/
+1
*
httpd: deindent code block, no code changes
Denys Vlasenko
2019-04-19
1
-91
/
+91
*
httpd: require "HTTP/xyz" at the end of request line
Denys Vlasenko
2019-04-19
1
-14
/
+8
*
httpd: pass authorization header to CGI if not Basic
Alexander Vickberg
2019-04-18
1
-7
/
+7
*
httpd: When sending gzipped content use content-length header
Alexander Vickberg
2019-04-17
1
-2
/
+45
*
httpd: extract query string only after proxying check
Denys Vlasenko
2019-04-16
1
-12
/
+7
*
httpd: make rmt_ip variable local
Denys Vlasenko
2019-04-16
1
-17
/
+22
*
httpd: check denied IPs even before reading 1st query line
Denys Vlasenko
2019-04-16
1
-2
/
+2
*
httpd: do not decode URL and headers if proxying - send all verbatim
Denys Vlasenko
2019-04-16
1
-68
/
+46
*
httpd: remove duplicate "decode URL escape sequences" code
Denys Vlasenko
2019-04-16
1
-9
/
+0
*
httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val
Denys Vlasenko
2019-04-16
1
-105
/
+120
*
httpd: fix handling of EOF in get_line()
Denys Vlasenko
2019-04-16
1
-8
/
+10
*
httpd: add missing {}
Denys Vlasenko
2019-04-16
1
-1
/
+2
*
httpd: do not percent-decode URI if proxying
Denys Vlasenko
2019-04-16
1
-10
/
+22
*
httpd: fix proxy headers passing - full_write() instead of write()
Denys Vlasenko
2019-04-14
1
-11
/
+16
*
httpd: if remote IP is denied, send FORBIDDEN reply earlier
Denys Vlasenko
2019-04-14
1
-10
/
+14
*
httpd: do not default to Content-type: application/octet-stream
Denys Vlasenko
2018-04-07
1
-30
/
+32
*
use gmtime_r() instead of gmtime()
Denys Vlasenko
2018-03-06
1
-2
/
+4
[next]