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_6_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.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.13   7 years  reyk   Stop accessing verbose and debug variables from log.c directly. This replaces l...
[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.70   3 years  benno   remove unused functions from Ross L Richardson <openbsd AT rlr DOT id DOT au>, T...
[TXT] httpd.conf.5  1.113   3 years  tb   httpd(8) uses TLSv1.3 and TLSv1.2 by default Update the httpd.conf(5) manual to...
[TXT] httpd.h  1.152   3 years  florian   typo; pointed out by Matthias (mpfr AT fn.de), thanks!
[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.22   5 years  kn   Avoid opening log files on "no log" When not logging anything, do not open file...
[TXT] parse.y  1.117   3 years  florian   Set fastcgi socket default on server and location. This allows "fastcgi" directl...
[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.39   3 years  benno   remove tautological condition from Ross L Richardson <openbsd AT rlr DOT id DOT ...
[TXT] server.c  1.120   4 years  florian   httpd(8) sent a 408 response every time a connection request timeout was reached...
[TXT] server_fcgi.c  1.84   3 years  yasuoka   Use the original requested URI for REQUEST_URI. ok millert florian
[TXT] server_file.c  1.68   4 years  bentley   Use the simpler HTML5 idiom to declare charset in autogenerated pages. This cam...
[TXT] server_http.c  1.141   3 years  yasuoka   Use the original requested URI for REQUEST_URI. ok millert florian