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_3_BASE


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.53   6 years  jsing   Rework the way that TLS configuration is sent/received via imsgs, so that are no...
[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.14   7 years  benno   sync http.h with relayd ok reyk@
[TXT] httpd.8  1.53   7 years  jmc   add some Xr for acme-client(1);
[TXT] httpd.c  1.67   7 years  benno   use __func__ in log messages. From Hiltjo Posthuma hiltjo -AT codemadness -DOT- ...
[TXT] httpd.conf.5  1.89   6 years  jmc   from paul de weerd: provide a more helpful Xr to ocspcheck, and note that the pa...
[TXT] httpd.h  1.135   6 years  florian   NAME_MAX is the length of the thing between / / in a path *without* the terminat...
[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.21   6 years  florian   NAME_MAX is the length of the thing between / / in a path *without* the terminat...
[TXT] parse.y  1.92   6 years  florian   65535 is a valid port to listen on. Off-by-one pointed out by and diff from Kris...
[TXT] patterns.7  1.6   6 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.37   7 years  benno   use __func__ in log messages. From Hiltjo Posthuma hiltjo -AT codemadness -DOT- ...
[TXT] server.c  1.113   6 years  beck   Don't do OCSP stapling only if the staple file is 0 length. This allows somethi...
[TXT] server_fcgi.c  1.75   6 years  ians   Don't set HTTP date header if already set. Thanks Nick Owens OK florian@
[TXT] server_file.c  1.65   7 years  reyk   Fix support for HTTP pipelining by handling all requests in the buffer. Tested ...
[TXT] server_http.c  1.118   6 years  benno   branches: 1.118.2; set Location header for 307 and 308 status codes ok sthen@ p...