OpenBSD CVS

src/usr.sbin/httpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / httpd

Current tag: OPENBSD_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cgi-bin/        
[DIR] conf/        
[DIR] htdocs/        
[DIR] icons/        
[DIR] logs/        
[DIR] src/        
[DIR] support/        
[TXT] Makefile  1.28   8 years  reyk   Add initial support for pattern matching using Lua's pattern matching code. Wit...
[TXT] config.c  1.42   8 years  reyk   For the completeness of HSTS, add the non-standard preload option. OK florian@
[TXT] control.c  1.7   9 years  florian   Do not try to unlink the control socket in an unprivileged child process on shut...
[TXT] http.h  1.13   8 years  reyk   Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed o...
[TXT] httpd.8  1.51   9 years  jmc   pointers to slowcgi(8); from alexei malinin
[TXT] httpd.c  1.38   8 years  reyk   Allow to change the default media type globally or per-location, eg. default typ...
[TXT] httpd.conf.5  1.68   8 years  reyk   For the completeness of HSTS, add the non-standard preload option. OK florian@
[TXT] httpd.h  1.96   8 years  florian   Fix rev 1.70 of server.c by only re-enabling the bufferevent if we previously di...
[TXT] log.c  1.5   9 years  reyk   httpd is based on relayd and had included many headers that are only needed by i...
[TXT] logger.c  1.12   9 years  jsing   Always check the return value of proc_composev_imsg() and handle failures approp...
[TXT] parse.y  1.73   8 years  reyk   For the completeness of HSTS, add the non-standard preload option. OK florian@
[TXT] patterns.7  1.5   8 years  jmc   new sentence, new line; my apologies to semarie for not pointing this out when h...
[TXT] patterns.c  1.3   8 years  semarie   Corrects some minors nits. Patch from Theo Buehler. - cleanup in included heade...
[TXT] patterns.h  1.2   8 years  semarie   move #include inside #ifndef PATTERNS_H OK reyk@
[TXT] proc.c  1.8   9 years  reyk   httpd is based on relayd and had included many headers that are only needed by i...
[TXT] server.c  1.74   8 years  florian   Fix rev 1.70 of server.c by only re-enabling the bufferevent if we previously di...
[TXT] server_fcgi.c  1.63   8 years  florian   Fix rev 1.70 of server.c by only re-enabling the bufferevent if we previously di...
[TXT] server_file.c  1.60   8 years  florian   branches: 1.60.2; Fix rev 1.70 of server.c by only re-enabling the bufferevent ...
[TXT] server_http.c  1.96   8 years  benno   repair hsts header output, wrong format strings caused broken Strict-Transport-S...