index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
waitfor
wget-post-file
wip
zstd
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
*
Merge branch 'busybox' into merge
Ron Yorston
2026-07-08
1
-3
/
+3
|
\
|
*
httpd: fix build for !FEATURE_HTTPD_CGI config
Denys Vlasenko
2026-04-29
1
-2
/
+2
|
*
httpd: fix build for !FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR config
Denys Vlasenko
2026-04-29
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-03-11
1
-1
/
+1
|
\
|
|
*
*: placate warnings where strchr/strstr returns constant pointer
Denys Vlasenko
2026-02-15
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-10
1
-14
/
+29
|
\
|
|
*
httpd: handle bare "Location: URL" redirects from CGIs
Denys Vlasenko
2026-01-28
1
-14
/
+29
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-04
1
-24
/
+28
|
\
|
|
*
httpd: add a TODO, no code changes
Denys Vlasenko
2026-01-25
1
-0
/
+3
|
*
httpd: allow static files in /cgi-bin/, do not search for interpreter twice
Denys Vlasenko
2026-01-24
1
-24
/
+25
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-02
1
-220
/
+489
|
\
|
|
*
httpd: code shrink
Denys Vlasenko
2026-01-24
1
-18
/
+22
|
*
httpd: code shrink via "split-globals" trick
Denys Vlasenko
2026-01-24
1
-3
/
+3
|
*
httpd: implement POSTDATA read timeout, and -K KILLSECS CGI lifetime control
Denys Vlasenko
2026-01-24
1
-59
/
+110
|
*
httpd: fix incorrect == comparison in last commit, must be !=
Denys Vlasenko
2026-01-23
1
-1
/
+3
|
*
httpd: smarter handling of CGI's "Status: " header
Denys Vlasenko
2026-01-23
1
-10
/
+13
|
*
httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP"
Denys Vlasenko
2026-01-23
1
-28
/
+30
|
*
httpd: simplify CGI code a bit, add a bunch of TODOs and FIXMEs
Denys Vlasenko
2026-01-23
1
-27
/
+35
|
*
httpd: do not force clean connection termination on write errors and timeouts
Denys Vlasenko
2026-01-22
1
-24
/
+45
|
*
httpd: make timeout messages less confusing
Denys Vlasenko
2026-01-22
1
-6
/
+10
|
*
httpd: time out data writes after 60 seconds of no progress
Denys Vlasenko
2026-01-22
1
-13
/
+45
|
*
httpd: optimize header reading timeout code
Denys Vlasenko
2026-01-22
1
-4
/
+10
|
*
httpd: when reading headers, abort if they are too long
Denys Vlasenko
2026-01-22
1
-7
/
+9
|
*
httpd: reject request line and headers with control chars
Denys Vlasenko
2026-01-22
1
-0
/
+12
|
*
httpd: allow http2 requests if proxying, tighten METHOD checks
Denys Vlasenko
2026-01-22
1
-9
/
+16
|
*
httpd: fix compilation script of httpd_ratelimit_cgi.c
Denys Vlasenko
2026-01-22
1
-1
/
+1
|
*
httpd: add -M MAXCONN - do not accept unlimited number of connections
Denys Vlasenko
2026-01-22
1
-19
/
+86
|
*
httpd: stop disabling/enabling SIGHUP in every child
Denys Vlasenko
2026-01-21
1
-8
/
+13
|
*
httpd: remove one close() from main loop
Denys Vlasenko
2026-01-21
1
-5
/
+6
|
*
httpd: expand logging: now can see what CGIs are started
Denys Vlasenko
2026-01-21
1
-26
/
+45
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
1
-1
/
+1
|
\
|
|
*
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-06
1
-1
/
+1
*
|
win32: code shrink system drive handling
Ron Yorston
2024-07-07
1
-3
/
+4
*
|
build system: avoid full rebuild when EXTRAVERSION changes
Ron Yorston
2024-02-16
1
-0
/
+3
*
|
httpd: enable interpreter script feature
Ron Yorston
2024-02-11
1
-10
/
+30
*
|
httpd: code shrink
Ron Yorston
2024-02-11
1
-10
/
+7
*
|
httpd: avoid unnecessary process creation
Ron Yorston
2024-02-09
1
-3
/
+4
*
|
httpd: enable support for CGI
Ron Yorston
2023-12-20
1
-7
/
+110
*
|
httpd: fix return code when run in background
Ron Yorston
2023-12-15
1
-3
/
+1
*
|
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
[next]