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_7_0


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.30   6 years  espie   no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
[TXT] config.c  1.61   3 years  tobhe   Fix memory leak in "iov". ok jca@
[TXT] control.c  1.14   3 years  dv   Move TAILQ initialization to files where they are used. These priv-sep daemons ...
[TXT] http.h  1.16   3 years  yasuoka   Use the original requested URI for REQUEST_URI. ok millert florian
[TXT] httpd.8  1.53   7 years  jmc   add some Xr for acme-client(1);
[TXT] httpd.c  1.71   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] httpd.conf.5  1.118   3 years  tb   tweak previous: avoid markup and refer to an HTTP header only by its name as is ...
[TXT] httpd.h  1.157   3 years  florian   Do not try to chunk encode an empty http body coming from an fcgi upstream. Fou...
[TXT] log.c  1.14   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] logger.c  1.24   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] parse.y  1.125   3 years  claudio   Do not compare TLS config params for non-TLS servers. This allows to mix 'listen...
[TXT] patterns.7  1.6   7 years  schwarze   Fix broken escaping: "\." is almost never what you want; found with mandoc -Tlin...
[TXT] patterns.c  1.5   8 years  semarie   httpd patterns double free issue and diff from Alexander Schrijver alex at flup...
[TXT] patterns.h  1.3   8 years  mmcc   Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent commit doi...
[TXT] proc.c  1.40   3 years  dv   Move TAILQ initialization to files where they are used. These priv-sep daemons ...
[TXT] server.c  1.126   2 years  kn   branches: 1.126.6; 1.126.10; Remove unneeded calls to tls_init(3) As per the ...
[TXT] server_fcgi.c  1.88   3 years  florian   Fix previous. Only set Content-Length when we no the body is empty and we disabl...
[TXT] server_file.c  1.70   3 years  dv   Use relative reference URIs in Location header on directory redirects. This add...
[TXT] server_http.c  1.143   3 years  tb   unwrap a line