index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
Age
Commit message (
Expand
)
Author
2024-11-21
Convert various reyk proc.c daemons over to new imsgbuf_init and
Claudio Jeker
2024-11-21
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
2024-11-21
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
2024-11-21
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
2024-11-21
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
2024-11-21
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
2024-11-21
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2024-11-21
imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.
Claudio Jeker
2024-10-08
remove unused struct
Jonathan Gray
2024-06-03
httpd: render "emojis" as text in directory listing
Omar Polo
2024-04-29
plug fd leak introduced in "avoid toctu" rewrite.
Florian Obser
2024-04-16
Prevent toctu issues in static file serving and auto index generation.
Florian Obser
2024-04-09
Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are
Tobias Heider
2024-04-08
Call daemon() only in parent and before proc_exec() to avoid orphaning child
Tobias Heider
2024-03-24
Sync with IANA Status Code Registry
Job Snijders
2024-02-13
Stop logging misleading errors when custom generic error pages are in use.
Claudio Jeker
2024-01-17
Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a
Claudio Jeker
2024-01-17
Get all variable-length values for the parent server before linking the
Claudio Jeker
2024-01-06
put the real sizes into the "title" attribute so that hovering shows the
Marc Espie
2024-01-04
make auto-index better
Marc Espie
2023-12-28
don't add values we won't print, use scandir properly
Marc Espie
2023-11-08
Avoid a NULL dereference when handling a malformed fastcgi request.
Todd C. Miller
2023-11-08
remove accidental double space
Theo de Raadt
2023-11-03
Be explicit in saying what a shell pattern is.
Marc Espie
2023-10-29
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
Klemens Nanni
2023-09-03
Use EVBUFFER_DATA instead of reaching into struct evbuffer. ok tb
Nicholas Marriott
2023-08-17
use "example.com" instead of "default" as server name in the various
Omar Polo
2023-07-12
Work around use after free in httpd(8)
Theo Buehler
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-15
proc_ispeer() is not used anywhere anymore so remove it everywhere.
Tobias Heider
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-10-24
remove unused references to httpd.sock; found by dante catalfamo
Jason McIntyre
2022-09-21
Default request message body size should be 0.
YASUOKA Masahiko
2022-09-02
Make newer mime type definitions take precedence over existing ones.
Sebastian Benoit
2022-09-01
ugly whitespace
Theo Buehler
2022-08-15
Neither clt_descreq nor clt_descresp in struct client need to be void *.
Claudio Jeker
2022-08-15
For FCGI_END_REQUEST reset the clt struct similar to what is done in the
Claudio Jeker
2022-08-15
plug some memory leaks in server_file_index when failures occur
Omar Polo
2022-08-15
plug a fd leak in read_errdoc if fstat fails or if the file is empty
Omar Polo
2022-08-12
Use break instead of return so that a HEAD request still consumes all data.
Claudio Jeker
2022-08-12
fix regression introduced in previous commit. HEAD replies don't have a
Omar Polo
2022-08-11
correctly handle an abnormal fastcgi termination. httpd handles the
Omar Polo
2022-03-09
bandwith -> bandwidth
Jonathan Gray
2022-03-04
Only provide the .gz file if timestamp is >= the non-gzip file. Make
Theo de Raadt
2022-03-02
struct stat from early file inspection was being used after actual file
Theo de Raadt
2022-03-02
Simplify .gz handling a bit
Theo Buehler
2022-03-02
Nothing uses kv_flags.
Florian Obser
2022-02-27
Add gzip-static option to httpd. This allows to deliver precompressed
Alexander Bluhm
2022-02-18
prefer https links in man pages
Jonathan Gray
2021-12-04
Do not setup pipes between SERVER processes, they don't talk to each
Florian Obser
[next]