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_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.28   8 years  reyk   Add initial support for pattern matching using Lua's pattern matching code. Wit...
[TXT] config.c  1.46   8 years  jsing   Unbreak compilation with -DDEBUG. From Fabian Raetz <fabian dot raetz at gmail ...
[TXT] control.c  1.9   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] http.h  1.13   8 years  reyk   Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed o...
[TXT] httpd.8  1.52   7 years  jmc   grammar fix; from nick permyakov
[TXT] httpd.c  1.56   7 years  florian   & expands to the maximum amount of needed space; fix comment. Pointed out by Fra...
[TXT] httpd.conf.5  1.73   8 years  tj   in the http redirect example, also include the requested url instead of just goi...
[TXT] httpd.h  1.104   7 years  jsing   Adjust existing tls_config_set_cipher() callers for TLS cipher group changes - m...
[TXT] log.c  1.10   8 years  reyk   sync with vmd
[TXT] logger.c  1.15   8 years  reyk   sync with relayd, use proc_compose()
[TXT] parse.y  1.78   7 years  benno   do not allow whitespace in macro names, i.e. "this is" = "a variable". change th...
[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.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.15   8 years  reyk   Add imsg "peerid" to debug messages (only within -DDEBUG).
[TXT] server.c  1.85   8 years  jsing   Include the TLS configuration errors in log messages. Also set the certificate a...
[TXT] server_fcgi.c  1.68   8 years  chrisz   Always pass QUERY_STRING variable. According to the RFC it is empty when no quer...
[TXT] server_file.c  1.62.2.1   7 years  benno   A bug in the processing of range headers in httpd can lead to memory exhaustion ...
[TXT] server_http.c  1.108   8 years  krw   Return "400 Bad Request" instead of "500 Server Internal Error" for requests lac...