/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.sbin/httpd/
..
Makefile

make auto-index better - make it an actual table - use "human readable sizes" for the file sizes - add some decoration and javascript to be able to sort it per-column (client side) (this means some extra column attribute) - add glue to facilitate embedding js + css directly in the program - add some graphical indication for directories - should still validate as proper html everywhere (custom properties need to be called data-* for this!)

3 года назад
config.c

Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a file descriptor just use -1 there. OK tb@

3 года назад
control.c

Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_fdpass.

2 года назад
css.h.in

httpd: render "emojis" as text in directory listing

2 года назад
http.h

Sync with IANA Status Code Registry

2 года назад
httpd.8

remove unused references to httpd.sock; found by dante catalfamo ok florian

4 года назад
httpd.c

Call daemon() only in parent and before proc_exec() to avoid orphaning child processes. Synced from relayd.

2 года назад
httpd.conf.5

Be explicit in saying what a shell pattern is. I'm not a big fan of idiosyncratic lua patterns, especially in that context, but pointing towards them and not mentionning glob(7) is thoroughly confusing. Don't push lua patterns down people throats !

3 года назад
httpd.h

remove unused struct

2 года назад
js.h.in

put the real sizes into the "title" attribute so that hovering shows the exact value.

3 года назад
log.c

From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@

9 лет назад
logger.c

Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a file descriptor just use -1 there. OK tb@

3 года назад
parse.y

Add gzip-static option to httpd. This allows to deliver precompressed files with content-encoding gzip. from prx at si3t dot ch; OK tracey@

4 года назад
patterns.7

remove accidental double space

3 года назад
patterns.c

httpd patterns double free

10 лет назад
patterns.h

Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent commit doing the same.

11 лет назад
proc.c

Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_fdpass.

2 года назад
server.c

Avoid a NULL dereference when handling a malformed fastcgi request.

3 года назад
server_fcgi.c

Avoid a NULL dereference when handling a malformed fastcgi request.

3 года назад
server_file.c

plug fd leak introduced in "avoid toctu" rewrite.

2 года назад
server_http.c

Set correct request timeout once we found the correct server block.

2 года назад
toheader.sed

make auto-index better - make it an actual table - use "human readable sizes" for the file sizes - add some decoration and javascript to be able to sort it per-column (client side) (this means some extra column attribute) - add glue to facilitate embedding js + css directly in the program - add some graphical indication for directories - should still validate as proper html everywhere (custom properties need to be called data-* for this!)

3 года назад