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
*
win32: code shrink copying of argv
Ron Yorston
2023-04-28
1
-6
/
+4
*
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
1
-37
/
+39
|
\
|
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
1
-1
/
+1
|
*
httpd: do not mangle cgi-bin/SCRIPT/params URLs
Denys Vlasenko
2023-03-28
1
-36
/
+38
*
|
win32: add fake HUP and QUIT signals
Ron Yorston
2023-04-03
1
-2
/
+2
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-2
/
+1
|
\
|
|
*
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
1
-2
/
+1
*
|
Merge busybox into merge
Ron Yorston
2022-01-06
1
-1
/
+1
|
\
|
*
|
Merge busybox into merge
Ron Yorston
2021-12-27
1
-1
/
+6
|
\
|
|
*
httpd: fix compile failure if !FEATURE_HTTPD_RANGES
Denys Vlasenko
2021-12-26
1
-0
/
+4
|
*
httpd: do not send Last-Modified / ETag / Content-Length for error pages
Denys Vlasenko
2021-12-17
1
-20
/
+14
|
*
httpd: don't send Content-Length in error pages header
Denys Vlasenko
2021-12-17
1
-14
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-3
/
+6
|
\
|
|
*
httpd: if range is not specified, correctly fall back to read/write loop
Denys Vlasenko
2021-10-08
1
-2
/
+5
|
*
help: s/Don't daemonize/Run in foreground/g
Denys Vlasenko
2021-10-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-10
1
-2
/
+11
|
\
|
|
*
httpd: fix config deps
Denys Vlasenko
2021-09-10
1
-0
/
+1
|
*
httpd,telnetd: make default port configurable
Sergey Ponomarev
2021-09-09
1
-2
/
+10
*
|
win32: code shrink using is_prefixed_with()
Ron Yorston
2021-07-28
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-150
/
+155
|
\
|
|
*
httpd: add comment about faster rejection of denied IPs
Denys Vlasenko
2021-05-05
1
-0
/
+7
|
*
httpd: if no request was given at all, close the socket without generating er...
Denys Vlasenko
2021-05-05
1
-21
/
+30
|
*
httpd: no need to strcpy() when we only need to copy one byte
Denys Vlasenko
2021-05-05
1
-9
/
+14
|
*
httpd: avoid extra stat() calls for "GET /dirname/" case
Denys Vlasenko
2021-05-04
1
-10
/
+8
|
*
httpd: avoid one stat() call for "GET /dirname" case
Denys Vlasenko
2021-05-04
1
-16
/
+14
|
*
httpd: support HEAD requests even in !CGI config
Denys Vlasenko
2021-05-04
1
-13
/
+10
|
*
httpd: move proxy check before URL duplication and request type check
Denys Vlasenko
2021-05-04
1
-56
/
+52
|
*
httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methods
Alexander Sack
2021-05-04
1
-45
/
+40
*
|
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
[next]